Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e1d925

Browse files
authored
FIX: In case we use hunspell -l those won't pass. (#1354)
1 parent 0dfc4b6 commit 6e1d925

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

c-api/datetime.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
9-
"PO-Revision-Date: 2019-05-31 10:15+0200\n"
9+
"PO-Revision-Date: 2020-06-28 15:17+0200\n"
1010
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -295,8 +295,8 @@ msgstr ""
295295
#: ../Doc/c-api/datetime.rst:219
296296
msgid "Return the number of days, as an int from -999999999 to 999999999."
297297
msgstr ""
298-
"Renvoie le nombre de jours, sous forme d'entier allant de -999999999 à "
299-
"999999999."
298+
"Renvoie le nombre de jours, sous forme d'entier allant de ``-999999999`` à "
299+
"``999999999``."
300300

301301
#: ../Doc/c-api/datetime.rst:226
302302
msgid "Return the number of seconds, as an int from 0 through 86399."

distutils/builtdist.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-05-23 11:38+0200\n"
9-
"PO-Revision-Date: 2020-02-04 21:19+0100\n"
9+
"PO-Revision-Date: 2020-06-28 15:17+0200\n"
1010
"Last-Translator: ZepmanBC <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -813,7 +813,7 @@ msgid ""
813813
"Windows :file:`.bmp` file with the :option:`!--bitmap` option."
814814
msgstr ""
815815
"Par défaut l'installateur affichera le super logo \"Python Powered\", mais "
816-
"vous pouvez aussi donnez votre propre bitmap de 152x261 qui doit être un "
816+
"vous pouvez aussi donnez votre propre bitmap de *152×261* qui doit être un "
817817
"fichier :file:`.bmp` Windows avec l'option :option:`!--bitmap`."
818818

819819
#: ../Doc/distutils/builtdist.rst:343

extending/windows.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-09-21 09:15+0200\n"
9-
"PO-Revision-Date: 2019-06-01 23:38+0200\n"
9+
"PO-Revision-Date: 2020-06-28 15:18+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -277,7 +277,7 @@ msgid ""
277277
"libraries*. Add the correct :file:`msvcrtxx.lib` to the list of libraries."
278278
msgstr ""
279279
"\\ Developer Studio apportera beaucoup de bibliothèques d'importation dont "
280-
"vous n'avez pas vraiment besoin, augmentant d'environ 100ko votre "
280+
"vous n'avez pas vraiment besoin, augmentant d'environ *100ko* votre "
281281
"exécutable. Pour s'en débarrasser, allez dans les Paramètres du Projet, "
282282
"onglet Lien, pour préciser *ignorer les bibliothèques par défaut*. Et la :"
283283
"file:`msvcrtxx.lib` correcte à la liste des bibliothèques."

library/datetime.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-05-23 11:38+0200\n"
9-
"PO-Revision-Date: 2020-06-26 13:08+0200\n"
9+
"PO-Revision-Date: 2020-06-28 15:18+0200\n"
1010
"Last-Translator: Loc Cosnier <[email protected]>\n"
1111
"Language-Team: French <[email protected]>\n"
1212
"Language: fr\n"
@@ -491,7 +491,7 @@ msgstr "``days``"
491491

492492
#: ../Doc/library/datetime.rst:273
493493
msgid "Between -999999999 and 999999999 inclusive"
494-
msgstr "Entre -999999999 et 999999999 inclus"
494+
msgstr "Entre ``-999999999`` et ``999999999`` inclus"
495495

496496
#: ../Doc/library/datetime.rst:275
497497
msgid "``seconds``"

0 commit comments

Comments
 (0)