From #96: fix french numbers annotations Co-authored-by: bkfox <thomas bkfox net> Reviewed-on: #116
This commit is contained in:
parent
2ce435fb5d
commit
a0468899b0
Binary file not shown.
|
@ -439,17 +439,17 @@ msgstr "1er {day} du mois"
|
|||
#: aircox/models/program.py:270
|
||||
#, python-brace-format
|
||||
msgid "2nd {day} of the month"
|
||||
msgstr "2ème {day} du mois"
|
||||
msgstr "2e {day} du mois"
|
||||
|
||||
#: aircox/models/program.py:271
|
||||
#, python-brace-format
|
||||
msgid "3rd {day} of the month"
|
||||
msgstr "3ème {day} du mois"
|
||||
msgstr "3e {day} du mois"
|
||||
|
||||
#: aircox/models/program.py:272
|
||||
#, python-brace-format
|
||||
msgid "4th {day} of the month"
|
||||
msgstr "4ème {day} du mois"
|
||||
msgstr "4e {day} du mois"
|
||||
|
||||
#: aircox/models/program.py:273
|
||||
#, python-brace-format
|
||||
|
@ -459,12 +459,12 @@ msgstr "dernier {day} du mois"
|
|||
#: aircox/models/program.py:274
|
||||
#, python-brace-format
|
||||
msgid "1st and 3rd {day} of the month"
|
||||
msgstr "1er et 3ème {day} du mois"
|
||||
msgstr "1er et 3e {day} du mois"
|
||||
|
||||
#: aircox/models/program.py:275
|
||||
#, python-brace-format
|
||||
msgid "2nd and 4th {day} of the month"
|
||||
msgstr "2ème et 4ème {day} du mois"
|
||||
msgstr "2ème et 4e {day} du mois"
|
||||
|
||||
#: aircox/models/program.py:276
|
||||
msgid "{day}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user