1
0
Fork 0
Commit Graph

51 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
Christophe Nanteuil 5f7bd797dc
passage en 3.11 : fuzzies tutorial (#1920) 2022-11-16 23:23:29 +01: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
Christophe Nanteuil d6d620f124
fuzzys et padpo (#1855) 2022-05-23 00:54:15 +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 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
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
Christophe Nanteuil 47853a0b4a
Typographie : abréviations, exposants (#1242)
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
2020-04-30 23:14:30 +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
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
Christophe Nanteuil f188d2f5d6 Suite de la revue de tutorial (#1111) 2020-01-04 12:02:46 +01:00
Julien Palard ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Christophe Nanteuil 229ae21cfd Traitement de fuzzys. 2019-06-19 22:46:33 +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
Christophe Nanteuil 27fa5ce69c
Une modif à la mano qui est mal passée. Désolé !
Co-Authored-By: Julien Palard <julien@palard.fr>
2019-06-03 23:00:45 +02:00
Christophe Nanteuil a8e874fe59 Import --> Importation
Closes #797
2019-06-02 13:06:43 +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
Christophe Nanteuil 33cb2dd861 Traduction de namespace par espace de nommage, sauf pour le XML (#626) 2019-04-03 23:49:45 +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 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 391b894eeb Merge remote-tracking branch 'chrisnan/fuzzyref' into 3.7 2018-07-03 23:01:22 +02:00
Christophe Nanteuil cd700f78dc Fuzzy strings (de la migration 3.6 → 3.7) Tutorial, Reference 2018-07-03 21:44:15 +02:00
Julien Palard 0d17da0bd1 FIX: Wrongly introduced double quote. 2018-07-03 12:21:30 +02:00
Julien Palard d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
Julien Palard aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
Julien Palard b18e6ea94a FIX: Feedback from ChristopheNan. 2018-06-17 22:28:31 +02:00
Julien Palard a72265f681 Working on small files. 2018-06-17 12:27:27 +02:00
Julien Palard 0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
Julien Palard e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
Julien Palard 2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
Julien Palard e878d34294 Reindenting po files. 2018-03-21 00:00:20 +01:00
Christophe Nanteuil 3c33cb06b2 Tutorial Modules Review. 2018-02-08 09:57:51 +01:00
Julien Palard 565b29df10 Working on small files. 2017-10-18 23:12:12 +02:00
Michaël Launay a96c8f346b Correct typo 2017-09-22 17:53:40 +02:00
Julien Palard dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
Julien Palard 61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
Julien Palard a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
Valentin Lorentz 3c285027b1 Finish translation of the 3.6 tutorial. 2016-11-19 16:44:37 +01:00