1
0
Fork 0
Commit Graph

95 Commits

Author SHA1 Message Date
Julien Palard 497dd9aad4
Make merge 2023-04-14 13:20:40 +02:00
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 35ea246d59 Make merge (#22)
Où je répare mes bêtise du précédent merge.

cf. AFPy/python-docs-fr#21 et l'analyse de @ChristopheNan :)

Reviewed-on: AFPy/python-docs-fr#22
Co-authored-by: Julien Palard <julien@palard.fr>
Co-committed-by: Julien Palard <julien@palard.fr>
2023-01-23 21:54:21 +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
Loc Cosnier 19a2eb8927
Traduction de library/datetime.po (#1578)
Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Co-authored-by: Mathieu Dupuy <mathieu.dupuy@critizr.com>
2022-05-23 00:54:51 +02:00
Vincent Poulailleau 41073d4143
auto fill reStructuredText-only strings 2022-05-23 00:54:18 +02:00
Julien Palard ba66481997
Make merge 2022-05-23 00:54:07 +02:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Julien Palard 2479b6ba06
Make merge (#1799) 2021-12-31 11:41:52 +01:00
Julien Palard 2afee90322
Mdk/merge (#1734)
* Make merge

* Move merge to its own script.

* No longer needed.

* Use git ls-files.
2021-10-22 14:56:00 +02:00
Julien Palard 17d5f9cebe
Make merge (#1695)
* Make merge

* FIX: spelling for pospell.

* Uniformisation des entêtes po.
2021-09-24 10:20:01 +02:00
Julien Palard f99bb50f52
Replicating known translating using pomerge. (#1661) 2021-06-04 17:59:49 +02:00
Loc Cosnier bcfbb846cc
Traduction de library/datetime.po (#1557) 2021-03-21 22:53:39 +01:00
Loc Cosnier 26327be309
Traduction de quelques fuzzies (#1510)
Automerge of PR #1510 by @alkimya

Révision de quelques fuzzies et une traduction manquante

Co-authored-by: Julien Palard <julien@palard.fr>
Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2021-01-30 15:32:23 +01:00
Antoine 97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +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
Mathieu Dupuy 7c543fc4bb
corrige une balise cassée (#1382) 2020-08-23 16:06:33 +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
Loc Cosnier 6470c8057a
Apply suggestions PR #1352 (#1358) 2020-07-03 11:01:14 +02:00
Julien Palard 6e1d925e0c
FIX: In case we use hunspell -l those won't pass. (#1354) 2020-07-01 17:33:55 +02:00
Loc Cosnier 7bc46ce200
Fuzzies Translation - datetime (#1352) 2020-06-28 23:12:20 +02:00
Julien Palard bc0ad9b9e8
Forward porting from 3.8. (#1340)
* Forward porting from 3.8.

* Add missing C89.
2020-06-08 16:31:39 +02:00
Julien Palard c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
Loc Cosnier 0309ee8092
Traductions manquantes (suite) de library/datetime.po (#1280)
* Traductions manquantes (suite) de library/datetime.po

* Correction redondance

* Changement inverse <-> réciproque

* Quelques corrections

* Apply suggestions from code review

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>

* Wrapping

* Traduction capture <-> regroupe

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
2020-05-24 23:40:50 +02:00
Julien Palard 00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
Loc Cosnier c99ea0036c
Traductions manquantes (30) de library/datetime.po (#1240)
* Traductions manquantes (30) de library/datetime.po

* Corrections espaces insécables (padpo)

* wrapping

* Correction apostrophes

* Correction 'hachables'

* Ajout de l'équipe de traduction et de guillemets

* Correction l71

* Correction

* Prise en compte des suggestions

* wrapping

* Ajout de l'équipe de traduction

* Cohérence l285 avec l277

* Correction

* ajoute -1 au dict

* retire en-tête commentaire bizarre

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
2020-05-09 17:01:33 +02: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 eb72f0ff34
Replicating known translations using pomerge. (#1147) 2020-02-05 15:12:44 +01:00
Julien Palard 0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +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
Julien Palard 1effbe8790 Forward porting faq/extending.po
Co-Authored-By: Zepmanbc <zepman@gmail.com>
2019-10-16 14:53:00 +02:00
Jules Lasne (jlasne) dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
Julien Palard fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Christophe Nanteuil a046efba6f Fixing some fuzzys. (#858) 2019-08-25 12:48:48 +02:00
Julien Palard 1cf1d214fc Upstream merge 2019-06-19 22:35:23 +02:00
Julien Palard f501352dcc Merge from upstream/3.7 2019-06-10 10:57:04 +02:00
Julien Palard 517157af17
sed to add no-break-spaces, s/fonction intégrée/fonction native/. (#810)
sed -i 's/ : ::"/ ::"/g' **/*.po
2019-06-10 10:48:16 +02:00
Mathieu Dupuy ebacac7ca9 corrige une typo 2019-05-28 11:30:04 +02:00
Jules Lasne (jlasne) c97e74ca46 Fix fuzzies in library/datetime.po (#784) 2019-05-28 11:13:41 +02:00
Antoine 67489f6c2b Modifs mineures. (#791)
* Modifs mineures.

* Update faq/gui.po

Co-Authored-By: Mathieu Dupuy <deronnax@users.noreply.github.com>

* powrap
2019-05-26 17:47:42 +02:00
Jules Lasne (jlasne) 294e8b93c0
Make Merge a3488e5902f5c26e5cc289aec2518e7b5058e5d1 (#729)
* make merge

* Update distributing/index.po

* Update extending/extending.po

* Apply suggestions from code review

* powrap
2019-05-23 18:59:19 +02:00
Jules Lasne (jlasne) ebf0688363
Fixed fuzzys in library/datetime.po (#700) 2019-04-18 13:14:10 +02:00
Jules Lasne (jlasne) 005e87911a Upstream merge (#659) 2019-04-10 16:52:58 +02:00
Christophe Nanteuil 1892c1763c Suivi des 'fuzzy' (#641) 2019-04-04 00:14:39 +02:00
Julien Palard fa40a1797d
Merge from upstream/3.7 (#609) 2019-03-20 09:41:37 +01:00
Jules Lasne (jlasne) 703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
Christophe Nanteuil 212a6983a0 Mise à jour des traductions marquées 'fuzzy' dans library/ (#555) 2019-02-22 10:29:30 +01:00