Automatically review columns.

Checked using and some manual proofreading: def check_entry(po_file, entry): if entry.msgid.endswith(' ::'): return if entry.msgid.endswith('::'): if entry.msgstr.endswith(': ::'): return entry.msgstr = entry.msgstr.rstrip(' :. ') + ' ::'
This commit is contained in:
Julien Palard 2018-03-20 23:55:56 +01:00
commit 2a4be3dd02

View file

@ -45,7 +45,7 @@ msgstr "Ligne de commande"
msgid "When invoking Python, you may specify any of these options::"
msgstr ""
"Quand vous invoquez Python, vous pouvez spécifier nimporte laquelle de ces "
"options :"
"options ::"
#: ../Doc/using/cmdline.rst:29
msgid ""