1
0
Fork 0
Commit Graph

21 Commits

Author SHA1 Message Date
Julien Palard 3697e62ab7 Colons checker in CI. (#125)
Reviewed-on: AFPy/python-docs-fr#125
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-14 11:16:50 +00:00
Julien Palard 26c991fc20 Make merge (#21)
J'ai juste exécuté `python merge.py 3.11`.

Reviewed-on: AFPy/python-docs-fr#21
Co-authored-by: Julien Palard <julien@palard.fr>
Co-committed-by: Julien Palard <julien@palard.fr>
2023-01-15 21:42:07 +00:00
Julien Palard 25e6bb0dc1
Make merge of 3.9 (#1505) 2020-12-18 07:09:57 +01:00
Julien Palard c109850819
make merge from cpython 3.9 (#1440) 2020-10-02 10:55:01 +02:00
Jules Lasne (jlasne) 757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
Julien Palard 262421d34c make merge from cpython 3.9 2020-07-30 14:12:04 +02:00
Julien Palard a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
Jules Lasne (jlasne) 908ee6598a
Pomerge with fuzzies (#1151) 2020-02-14 11:18:53 +01:00
Julien Palard 5646bc52a4
Yet another batch of : :: and no break spaces... (#1148)
import polib
import pathlib

def check(file):
    pofile = polib.pofile(file)
    for entry in pofile:
        if not entry.msgstr:
            continue
        if entry.msgid.endswith(" ::"):
            entry.msgstr = entry.msgstr.rstrip(":  \u202f\u00A0") + " ::"
        if entry.msgid.endswith("::") and not entry.msgid.endswith(" ::"):
            entry.msgstr = entry.msgstr.rstrip(": ,. \u202f\u00A0") + "\u00A0::"
    pofile.save()

for file in pathlib.Path(".").glob("*.po"):
    check(file)

for file in pathlib.Path(".").glob("*/*.po"):
    check(file)
2020-02-05 23:32:21 +01:00
Julien Palard f6a64d5599
make merge (#1042) 2019-12-05 23:41:32 +01:00
Julien Palard ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Mathieu Dupuy 7bc0401dea corrige le header po "Language-Team" modifié par erreur 2019-11-17 11:35:22 +01:00
Mathieu Dupuy 581b337781 corrige quelques balises cassées + marques des traductions obsolètes comme de fuzzy 2019-11-17 01:41:50 +01:00
fsetton 0658a9995d Traduction des premières lignes de asyncio-policy.po (#619) 2019-11-17 01:17:31 +01:00
Julien Palard fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Julien Palard 0a38822d73 make merge 2019-01-03 17:00:01 +01:00
Julien Palard 0f76fa3448 FIX: Headers of new files. 2018-11-29 21:30:02 +01:00
Julien Palard 820266a623 Proofreading :ref:`Availability` tags (mostly using a small script). 2018-11-29 18:31:50 +01:00
Julien Palard 03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
Julien Palard 7ee3e99b65 Merge known translation from before merge. 2018-10-13 18:23:07 +02:00
Julien Palard cc35c27c56 merge pot files. 2018-10-13 17:54:03 +02:00