Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/standard/example/publiccode.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ maintenance:
- name: Francesco Rossi

localisation:
localisationReady: true
availableLanguages:
- en
1 change: 0 additions & 1 deletion docs/standard/example/publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ maintenance:
phone: "+3923113215112"

localisation:
localisationReady: true
availableLanguages:
- en
- it
Expand Down
9 changes: 6 additions & 3 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -723,16 +723,19 @@ Section ``localisation``
This section provides an overview of the localization features of the
software.

Key ``localisation/localisationReady``
''''''''''''''''''''''''''''''''''''''
Key ``localisation/localisationReady`` (*deprecated*)
'''''''''''''''''''''''''''''''''''''''''''''''''''''

- Type: boolean
- Presence: mandatory
- Presence: optional

If ``true``, the software has infrastructure in place or is otherwise
designed to be multilingual. It does not need to be available in more
than one language.

This key is deprecated, use ``localisation/availableLanguages`` to
state the languages the software is available in.

Key ``localisation/availableLanguages``
'''''''''''''''''''''''''''''''''''''''

Expand Down