Skip to content

Commit 226d5a4

Browse files
authored
docs: fix a few places where IT: was still it:. (#297)
11799fb missed some.
1 parent 4435cbd commit 226d5a4

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/de/country.de.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Ist dies der Fall, wird dies folgendermaßen angegeben:
1111

1212
.. code:: yaml
1313
14-
it:
15-
countryExtensionVersion: "0.2"
14+
IT:
15+
countryExtensionVersion: "1.0"
1616
piattaforme:
1717
- spid: yes
1818

docs/fr/country.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Si un logiciel est conforme, je trouverai :
2020

2121
.. code:: yaml
2222
23-
it:
24-
countryExtensionVersion: "0.2"
23+
IT:
24+
countryExtensionVersion: "1.0"
2525
piattaforme:
2626
- spid: yes
2727

docs/fr/schema.it.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Italy
44
-----
55

66
All the extensions listed below are specific for Italy and, as such, they must
7-
be inserted in a section named with the ``it`` code.
7+
be inserted in a section named with the ``IT`` code.
88

99
Key ``countryExtensionVersion``
1010
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/it/country.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Ogni sezione è identificata con l'\ `ISO 3166-1 alpha-2 country code
1111
<https://it.wikipedia.org/wiki/ISO_3166-1_alpha-2>`__ del Paese in minuscolo
1212
(*deprecato*) o in maiuscolo.
1313

14-
Attualmente, l'unica sezione specifica per Paese definita è quella italiana (it:).
14+
Attualmente, l'unica sezione specifica per Paese definita è quella italiana (``IT:``).
1515

1616
.. include:: schema.it.rst

docs/it/schema.it.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Italia
55

66
Tutte le chiavi elencate qui di seguito sono specifiche per l'Italia e, di
77
conseguenza, devono essere inserite in una sezione denominata con il codice
8-
``it``.
8+
``IT``.
99

1010
Chiave ``countryExtensionVersion``
1111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/standard/country.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Each section is identified by a two-letter ISO 3166-1 alpha-2 country code
1111
lowercase (*deprecated*) or uppercase `ISO 3166-1 alpha-2 country
1212
codes <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`__.
1313

14-
Currently, the only defined country-specific section is the Italian one (``it:``).
14+
Currently, the only defined country-specific section is the Italian one (``IT:``).
1515

1616
.. include:: schema.it.rst

docs/standard/schema.it.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Italy
44
-----
55

66
All the keys listed below are specific for Italy and, as such, they must
7-
be inserted in a section named with the ``it`` code.
7+
be inserted in a section named with the ``IT`` code.
88

99

1010
Key ``countryExtensionVersion``

0 commit comments

Comments
 (0)