1
0
Fork 0
Commit Graph

50 Commits

Author SHA1 Message Date
Julien Palard c584ff6fbb fix colons. (#122)
Reviewed-on: AFPy/python-docs-fr#122
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-08 12:37:28 +00:00
Christophe Nanteuil 6ac12519a1 fuzzies tutorial (#26)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#26
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-02-07 09:12:11 +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
Mathieu Dupuy ee440330a2
tutorial: quelques fuzzies (#1888)
Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
2022-09-13 10:55:10 +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 dafa30ed3c
Make merge (#1639)
Automerge of PR #1639 by @JulienPalard
#1636

Closes #1636
2021-05-26 19:39:06 +02:00
Julien Palard b17122d389
tutorial/inputoutput.po (#1508)
Automerge of PR #1508 by @JulienPalard

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-12-27 12:23:04 +01:00
Julien Palard 25e6bb0dc1
Make merge of 3.9 (#1505) 2020-12-18 07:09:57 +01:00
Christophe Nanteuil 9b6b5a39b4
fixes #1470 et relecture via padpo (#1471) 2020-11-18 23:35:08 +01:00
Jules Lasne (jlasne) 719be059fa
Fixed fuzzies in tutorial (#1400) 2020-09-30 14:44:08 +02:00
Jules Lasne (jlasne) 757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
Julien Palard a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
Julien Palard c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
QuentinGuiheneuc 0b4dbc9217
traduction tutorial/inputouput (#1080)
* traduction tutorial/inputouput

* Apply suggestions from code review

Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>

* suggestions revue de code + re-traductions des paramètres de fonction

* corrections

* wrapping

Co-authored-by: Quentin Guiheneuc <quentin.guiheneuc@ynov.fr>
Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
2020-05-03 16:33:33 +02:00
oboudou 9b0632c562
fin de traduction tutorial/inputouput.po (#951)
* modif inputouput 2 lignes

Co-authored-by: Vincent Poulailleau <vpoulailleau@gmail.com>
Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
2020-03-29 12:29:10 +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 ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01: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
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 d3b1ef8d30
Review some fuzzy translations. (#505) 2019-01-03 21:36:36 +01:00
Julien Palard 527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Julien Palard cc35c27c56 merge pot files. 2018-10-13 17:54:03 +02:00
Julien Palard 90ce8a650b Remove superfluous stars. 2018-10-04 15:54:16 +02:00
pshop a061a7decc tuto inputoutput 2018-10-04 15:17:49 +02:00
pshop 1a9b246f7a tuto inputoutput 2018-10-04 11:59:09 +02:00
pshop 85140feff7 tuto inputoutput 2018-10-04 11:26:58 +02:00
pshop 70666404ff tuto inputoutput 2018-10-04 11:10:28 +02:00
pshop afb088e21c tuto inputoutput 2018-10-04 10:47:11 +02:00
Julien Palard 46b1f959af
merge pot files. (#297)
* merge pot files.

* FIX from travis.

* FIX a/à.
2018-08-13 15:12:45 +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 d1dac2c677 applying christopheNan's review. 2018-05-11 19:37:20 +02:00
Julien Palard 0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
Julien Palard 2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
Julien Palard 228b3c0b2a Reviewing various typical errors. 2018-03-21 00:55:50 +01:00
Christophe Nanteuil a2e79cffee Tutorial Input-Output Review. 2018-02-10 09:11:46 +01:00
Cimon Lucas (LCM) 92f3ea9264
Remplacement systématique de "retourner" par "renvoyer" 2017-09-22 11:47:21 +02:00
Shloub 02ae086496 Update inputoutput.po
typo formatter -> formater
2017-08-17 20:07:00 +02:00
Julien Palard d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
Julien Palard 3f9b7cfa95 FIX: Some typos. 2017-08-01 14:49:25 +02:00
Julien Palard 67baa865d6 Review fuzzy strings after pot merge. 2017-08-01 14:16:10 +02:00
Julien Palard 4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00
Valentin Lorentz 3c285027b1 Finish translation of the 3.6 tutorial. 2016-11-19 16:44:37 +01:00
Julien Palard 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00