Commit Graph

73 Commits

Author SHA1 Message Date
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
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
2d33759ac3 fuzzy extending/embedding.po closes #56 (#57)
closes issue #56

Co-authored-by: Iucounu <iucounu@riseup.net>
Reviewed-on: AFPy/python-docs-fr#57
Co-authored-by: Iucounu <iucounu@noreply.localhost>
Co-committed-by: Iucounu <iucounu@noreply.localhost>
2023-02-17 15:54:43 +00:00
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
79d5e318f3
Fix issues found by sphinx-lint 2022-10-27 22:37:27 +02:00
ba66481997
Make merge 2022-05-23 00:54:07 +02:00
fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
3db1d961d6
Correction d'erreurs de syntaxe reST (#1824) 2022-03-06 12:13:54 +01:00
Sébastien Helleu
6f13a7a5d3
Correction de typos (#1791)
* Correction de typos

* Correction de "multiplateformes"
2021-12-16 19:51:49 +01:00
76b5c8ea62
Make merge (#1782)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-11-29 14:13:01 +01:00
4955f79c65
Make merge (#1766)
* Make merge

* Avoid a newline at each run of merge.py.
2021-11-05 23:32:47 +01:00
ec12a7bae6
Translating extending/newtypes_tutorial.po (#1605)
Automerge of PR #1605 by @JulienPalard

Je pense que je vais m'arrêter là pour le moment sur ce fichier, si j'attaque le reste ce sera pour une autre péèrre.
2021-09-25 16:12:09 +02:00
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
51c6b25514
Make merge (#1547)
Automerge of PR #1547 by @Seluj78
2021-03-01 16:56:01 +01:00
Catalina Chircu
3f4e08fcba
Traduction de extending/extending.po 10011628 (#1439)
Co-authored-by: Julien Palard <julien@palard.fr>
Co-authored-by: Jules Lasne <jules.lasne@gmail.com>
2021-02-15 11:14:11 +01:00
Antoine
97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +01:00
Jules Lasne (jlasne)
757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
6e1d925e0c
FIX: In case we use hunspell -l those won't pass. (#1354) 2020-07-01 17:33:55 +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
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
Antoine Venier
95bd419b48 modification du fichier embedding.po (#1103)
* modification du fichier embedding.po

* Update extending/embedding.po

Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com>

* Update extending/embedding.po

Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com>

Co-authored-by: Vincent Poulailleau <vpoulailleau@gmail.com>
2019-12-26 21:31:29 +01:00
ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Jules Lasne (jlasne)
3de5dcdad9
make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c (#987)
* make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c

* Fixed silly fuzzies for CI

* More make merge from my PRs
2019-11-15 23:57:16 +01:00
Christophe Nanteuil
3f9de4e8ab
Traduction de quelques fuzzys. (#908)
* Traduction de quelques fuzzys.

* Prise en compte des remarques des relecteurs.
2019-11-01 21:34:40 +01:00
Jules Lasne (jlasne)
dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +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
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
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
4e13ad444c FIX: ko 2018-10-04 17:25:23 +02:00
28aee5ba1f pospell also on extending/ 2018-10-04 16:23:18 +02:00
a736f3b922
Merging from transifex (#299)
* tx pull

* Feedback from Christophe.

* Feedback from Christophe.

* Orth.
2018-09-30 22:50:04 +02:00
d59fab9118
Reviewing 3.7 fuzzy strings. (#203) 2018-07-21 10:59:44 +02:00
6e8288f606 Removing fuzzy from headers. 2018-07-04 11:16:54 +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
d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
9502ebba0f Missing language tags 2018-06-17 10:37:56 +02:00
76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
ceb04f1c42 merge pot files. 2018-05-02 00:20:18 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00