1
0
Fork 0
Commit Graph

48 Commits

Author SHA1 Message Date
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
Julien Palard 79d5e318f3
Fix issues found by sphinx-lint 2022-10-27 22:37:27 +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 17d5f9cebe
Make merge (#1695)
* Make merge

* FIX: spelling for pospell.

* Uniformisation des entêtes po.
2021-09-24 10:20:01 +02:00
Christophe Nanteuil 5a1fdec404
espaces insécables entre guillemets (#1686) 2021-09-16 12:45:56 +02:00
Jules Lasne (jlasne) e1a6d03d7f
Make merge (#1451) 2020-10-16 08:41:36 +02:00
Julien Palard c109850819
make merge from cpython 3.9 (#1440) 2020-10-02 10:55:01 +02:00
zed 1175370b17
translated 'math.nextafter(x,y) (#1380) 2020-09-30 11:45:19 +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 c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +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
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
Antoine 235ef45da0 Fuzzies and corrections on math.po (#901) 2019-10-17 13:50:23 +02:00
Julien Palard 2ea522a5e3 Propagate known strings. 2019-09-16 12:08:42 +02:00
Julien Palard fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Julien Palard fe2772fe73
math.po depuis un bundle de hs157 par mail (#816) 2019-06-29 11:47: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 fa3683a1de Upstream merge 2019-06-03 22:16:26 +02:00
Jules Lasne (jlasne) fcea1100cc Fix fuzzies in library-math (#783) 2019-05-29 00:01:16 +02:00
Antoine 67489f6c2b Modifs mineures. (#791)
* Modifs mineures.

* Update faq/gui.po

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

* powrap
2019-05-26 17:47:42 +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
Julien Palard b61235f220 Due to deactivation of smartquotes, --- are no loger automatically converted to em dashes.
Thanks Dona for reporting.
2019-02-03 11:37:20 +01:00
Julien Palard 48f34435f8 FIX: rst syntax. 2018-09-28 19:40:05 +02:00
Julien Palard 5f1c773ef5 FIX: Orth. 2018-09-28 19:36:07 +02:00
Julien Palard 4fc8d5ead8 Reviewing 3.7 fuzzy strings. 2018-07-23 15:06:43 +02:00
Lowic Mangin 49a1caf97d Fini math.po (#231)
* Fini math.po

* Ajout de l'espace manquant entre 'ValueError' et 'pour'

* Rectification de la précédente traduction
2018-07-19 18:33:56 +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 aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
Julien Palard 20fd0007aa Working on small fils: Integrating christopheNan feedback. 2018-06-10 21:59:52 +02:00
Julien Palard 76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
Julien Palard 2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
Julien Palard 79fc45114f Work on small files. 2017-09-24 21:44:01 +02:00
Julien Palard 3d02cc14c3 indenting po files. 2017-09-22 13:44:56 +02:00
Cimon Lucas (LCM) 92f3ea9264
Remplacement systématique de "retourner" par "renvoyer" 2017-09-22 11:47:21 +02:00
Julien Palard aa4930ac30 More classical order of metadata. 2017-08-11 19:15:15 +02:00
Julien Palard d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
Julien Palard 5f42b67249 Set Language header to each po file. 2017-05-24 00:40:56 +02:00
Julien Palard a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
Julien Palard d1a5d291b1 Fetching from transifex. 2017-03-05 10:57:28 +01:00
Julien Palard 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00