Commit Graph

55 Commits

Author SHA1 Message Date
Antoine
97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +01:00
e5a7b29aeb
corrige 2 fuzzies (#1432) 2020-09-30 16:34:16 +02: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
262421d34c make merge from cpython 3.9 2020-07-30 14:12:04 +02:00
a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
cc733c3b09
Correction coquille tutorial/controlflow.po (#1278)
* Correction coquille l235
2020-05-18 13:44:12 +02:00
Christophe Nanteuil
dc00cdfc26
Revue tutorial (#1230)
* Revue du tutoriel

* Poursuite de la revue

- guillemets français
- mise en cohérence «table de symboles» : local ou global est accordé avec symboles plutôt qu'avec table.

* revue à l'aide de padpo : typographie

* Merci @deronnax !

Là, je ne sais pas comment c'est passé au correcteur…

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

* Prise en compte de la revue de @deronnax et de Travis

* espaces insécables + prise en compte nouveau Makefile

* Update tutorial/modules.po

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

Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
2020-04-30 00:39:14 +02:00
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
Christophe Nanteuil
442bcc7f7a Revue de tutorial (#1110)
* Revue avec padpo

* Apply suggestions from code review

Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2020-01-03 09:30:37 +01:00
41d0079abc
FIX: Excès de zèle sur les espaces insécables. (#1082) 2019-12-13 14:28:20 +01:00
ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
45032510d7 tutorial/controlflow.po (#940) 2019-12-01 11:35:16 +01:00
Jules Lasne (jlasne)
dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
ab2e235995
Fuzzy strings in using and tutorial. (#875) 2019-09-16 14:24:02 +02:00
fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
229ae21cfd Traitement de fuzzys. 2019-06-19 22:46:33 +02:00
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
fa3683a1de Upstream merge 2019-06-03 22:16:26 +02:00
Jules Lasne (jlasne)
505204b2ca
Fixed fuzzys in tutorial/controlflow.po (#689) 2019-04-15 18:13:22 +02:00
Jules Lasne (jlasne)
005e87911a Upstream merge (#659) 2019-04-10 16:52:58 +02:00
3642203f40 Merge from upstream/3.7 2019-03-29 12:29:21 +01:00
LE GARREC Vincent
7c435f7c22 Various minor changes (#550) 2019-02-18 14:10:35 +01:00
d3b1ef8d30
Review some fuzzy translations. (#505) 2019-01-03 21:36:36 +01:00
2f853d87ab
Pomerge 3.7.2 (#504)
* pomerge

* Proofreading latest fuzzy strings.

* FIX: Orth.
2019-01-02 14:22:41 +01:00
527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
ksamuel
c7e3753032 Fix typo 'en temps que' (#341) 2018-10-04 15:34:27 +02:00
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
283979a625 Update language team. 2018-07-04 11:14:25 +02:00
e6e13bef30 Dropping useless first author line. 2018-07-04 11:09:21 +02:00
ac8e794c8c Update licence information. 2018-07-04 11:08:42 +02:00
117f6d15a2 Update Copyright date. 2018-07-04 11:06:45 +02:00
bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00
76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
06da6148b6 Tutorial Review after automatic replacements. 2018-03-22 23:26:39 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
2a4be3dd02 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(' :. ') + ' ::'
2018-03-20 23:58:00 +01:00
0a38a59b09 Tutorial Control Flow Review: imprime --> affiche. 2018-02-03 09:24:03 +01:00
58680beca9 Tutorial Control Flow review : non breakable spaces. 2018-02-03 09:24:03 +01:00
Christophe Nanteuil
d743c97bd8 Tutorial ControlFlow 2nd review 2018-02-03 09:24:03 +01:00
6b7eff9ce7 Tutorial Control Flow Review. 2018-02-03 09:24:03 +01:00
0d4bffbcf9 s/mutable/muable/
Long debate between those words. We could use "modifiable" too but the
binary relation between "immuable" and "modifiable" is less clear.

"muable" was in the 6th edition of the dictionnary of the Académie
française.
2017-10-27 17:43:57 +02:00
4061f3b4b7 FIX: Gramar, thanks schplurtz. 2017-09-24 12:31:50 +02:00
Shloub
3df00ed86e Update controlflow.po
typo formatter -> formater
2017-08-17 20:07:00 +02:00
9b054d0303 Review fuzzy strings. 2017-08-10 14:07:18 +02:00
4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00