#96: french number abreviations (#116)

From #96: fix french numbers annotations

Co-authored-by: bkfox <thomas bkfox net>
Reviewed-on: #116
This commit is contained in:
Thomas Kairos 2023-09-12 15:53:11 +02:00
parent 2ce435fb5d
commit a0468899b0
2 changed files with 5 additions and 5 deletions

View File

@ -439,17 +439,17 @@ msgstr "1er {day} du mois"
#: aircox/models/program.py:270 #: aircox/models/program.py:270
#, python-brace-format #, python-brace-format
msgid "2nd {day} of the month" msgid "2nd {day} of the month"
msgstr "2ème {day} du mois" msgstr "2e {day} du mois"
#: aircox/models/program.py:271 #: aircox/models/program.py:271
#, python-brace-format #, python-brace-format
msgid "3rd {day} of the month" msgid "3rd {day} of the month"
msgstr "3ème {day} du mois" msgstr "3e {day} du mois"
#: aircox/models/program.py:272 #: aircox/models/program.py:272
#, python-brace-format #, python-brace-format
msgid "4th {day} of the month" msgid "4th {day} of the month"
msgstr "4ème {day} du mois" msgstr "4e {day} du mois"
#: aircox/models/program.py:273 #: aircox/models/program.py:273
#, python-brace-format #, python-brace-format
@ -459,12 +459,12 @@ msgstr "dernier {day} du mois"
#: aircox/models/program.py:274 #: aircox/models/program.py:274
#, python-brace-format #, python-brace-format
msgid "1st and 3rd {day} of the month" 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 #: aircox/models/program.py:275
#, python-brace-format #, python-brace-format
msgid "2nd and 4th {day} of the month" 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 #: aircox/models/program.py:276
msgid "{day}" msgid "{day}"