1
0
Fork 0
Commit Graph

38 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 79d5e318f3
Fix issues found by sphinx-lint 2022-10-27 22:37:27 +02:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Jean-Abou-Samra 7f50edf589
Des fuzzies, toujours des fuzzies… (#1768) 2021-11-07 17:02:33 +01: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 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
Julien Palard 0b61f0a8c9
Yet another batch of no-break-spaces. (#1166) 2020-03-03 21:10:08 +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 ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Antonin Décimo 3b5ef05461 Grammar, typo fixes on argparse howto (#842)
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
2019-08-20 12:49:29 +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
Julien Palard 91322e039a
Pospell various directories (#295)
* Disambiguate option/paramètre to avoid using flags in french.

* pospell on a few directories.

* FIX differences between my Hunspell version and travis one.

* Nice try.

* Hunspell 1.3.2, please.

* FIX feedback from Christophe.

* De mieux en mieux.
2018-08-03 09:37:42 +02:00
Julien Palard 283979a625 Update language team. 2018-07-04 11:14:25 +02:00
Julien Palard e6e13bef30 Dropping useless first author line. 2018-07-04 11:09:21 +02:00
Julien Palard ac8e794c8c Update licence information. 2018-07-04 11:08:42 +02:00
Julien Palard 117f6d15a2 Update Copyright date. 2018-07-04 11:06:45 +02:00
Julien Palard bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00
Julien Palard f302fcb215 No titlecase in french.
http://jacques-andre.fr/faqtypo/lessons.pdf , §2.6 page 12
"en français, pas de majuscule initiale à tous les substantifs d’un titre"
et §3.3.2 page 15
2018-02-15 01:01:45 +01:00
Julien Palard 62c536b30f Review fuzzy strings. 2017-12-03 14:00:50 +01:00
Julien Palard 707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
Julien Palard 4805b8d795 FIX: Sphinx warnings. 2017-11-21 21:22:38 +01:00
Eric Régnier 52c7038400 Fix typo for howto/argparse translation 2017-11-11 21:41:58 +01:00
Eric Régnier ad788aaba3 Translate missing texts for howto/argparse 2017-11-11 21:41:58 +01:00
Julien Palard 6b617ab69c merge pot files. 2017-09-21 09:29:22 +02:00
Julien Palard 9b054d0303 Review fuzzy strings. 2017-08-10 14:07:18 +02:00
Julien Palard d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
Julien Palard dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
Julien Palard 985565d519 FIX: Build warnings 2017-05-12 13:19:25 +02:00
Julien Palard a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
Julien Palard 8f4be2b252 fixstyle 2017-01-20 14:39:07 +01:00
Rhagngahr 4e0495f6dc Update argparse.po 2017-01-20 02:13:21 +01:00
Rhagngahr 45b458168e Update argparse.po
adding my name and email adress in the "last-translator" section
2017-01-20 02:08:53 +01:00
Rhagngahr b8879a78ba Correction and further translation 2017-01-20 02:03:49 +01:00
Rhagngahr 6711aedc0f Update argparse.po
Translation of ../Doc/howto/argparse.rst:3 to 138 proposed
2017-01-19 00:03:23 +01:00
Julien Palard 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00