1
0
Fork 0
Commit Graph

56 Commits

Author SHA1 Message Date
Julien Palard 497dd9aad4
Make merge 2023-04-14 13:20:40 +02:00
Julien Palard 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
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 258387733a Traduction de base class en classe mère (#11)
Actuellement *base class* est traduit en *classe de base*. Je propose
d'utiliser *classe ancêtre*, les deux versions existant dans la littérature,
mais *de base* pouvant laisser penser qu'il s'agit de la classe la plus
loin dans l'héritage possible.

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#11
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2022-12-06 09:20:23 +00:00
alexisig 586728da11 Typo dans la description de total_ordering (#12)
Reviewed-on: AFPy/python-docs-fr#12
Co-authored-by: alexisig <alexis.athlani@gmail.com>
Co-committed-by: alexisig <alexis.athlani@gmail.com>
2022-11-22 11:32:37 +00:00
Julien Palard 50416a027c
Hello sphinx-lint. (#1922) 2022-11-14 16:08:57 +01:00
Julien Palard ba66481997
Make merge 2022-05-23 00:54:07 +02:00
Julien Palard 5e2a64db9c
Wrapping comments. 2022-03-24 07:12:27 +01:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Julien Palard 76b5c8ea62
Make merge (#1782)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-11-29 14:13:01 +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
Antoine 619a7709bb
library/functools : fuzzys et traductions de cache/lru_cache. (#1539)
Automerge of PR #1539 by @awecx
#1538

closes #1538 

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-02-13 22:55:09 +01:00
Julien Palard 599df826ed
Make merge of 3.9 (#1512) 2021-01-27 20:42:04 +01:00
Julien Palard 25e6bb0dc1
Make merge of 3.9 (#1505) 2020-12-18 07:09:57 +01:00
Antoine 97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +01:00
Julien Palard c109850819
make merge from cpython 3.9 (#1440) 2020-10-02 10:55: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
Julien Palard 00a0972217
make merge (#1300) 2020-05-24 16:31:50 +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 b90acf237c
Few errors found while working on a new release of pospell. (#1056) 2019-12-13 12:17:13 +01:00
Julien Palard ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01: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
Zepmanbc 5d53599073 correction pluriel dans functools.po (#721) 2019-05-12 20:50:56 +02:00
Christophe Nanteuil 212a6983a0 Mise à jour des traductions marquées 'fuzzy' dans library/ (#555) 2019-02-22 10:29:30 +01:00
Julien Palard 527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Jules Lasne (jlasne) 91e26c8876 Merged upstream 3.7.2rc1 release (#481) 2018-12-14 18:14:14 +01:00
Julien Palard 03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
Christophe Nanteuil ea58bc6b93 Traduction des entrées manquantes dans plusieurs fichiers. 2018-09-29 18:01:39 +02:00
Julien Palard bba81da1c7 FIX: Hunspell rigourousness. 2018-09-28 14:32:48 +02:00
Julien Palard 5957131df5 Extending coverage of pospell. 2018-09-28 11:36:32 +02:00
Julien Palard 003d0f1cdc merge pot files. 2018-09-15 22:37:31 +02:00
piotch a710ee3679 Fix after review 2018-07-16 07:11:25 +02:00
piotch c62773c3e5 Fix following review 2018-07-12 20:21:59 +02:00
piotch a050775ea4 Work on functools 2018-07-12 19:40:29 +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 8b85b550c9 Fixing inconsistencies found by pomerge. 2018-07-03 11:50:53 +02:00
Julien Palard aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
Julien Palard 0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
Julien Palard fecc43af47 FIX: Consistency with glossary. 2018-04-16 23:54:32 +02:00
Julien Palard 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
Julien Palard 53a27ec405 tx pull. 2018-01-04 17:07:22 +01:00
Julien Palard 3cf6ea016c Merging known translation locally (pomerge --from **/*.po --to **/*.po). 2017-12-05 07:54:15 +01:00
Julien Palard 62c536b30f Review fuzzy strings. 2017-12-03 14:00:50 +01:00