1
0
Fork 0
Commit Graph

32 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
Julien Palard 50416a027c
Hello sphinx-lint. (#1922) 2022-11-14 16:08:57 +01:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Julien Palard 3ecf3058c6
FIX: Found one while reading, grepped for the others. (#1793)
Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2021-12-17 07:53:03 +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
Julien Palard f99bb50f52
Replicating known translating using pomerge. (#1661) 2021-06-04 17:59:49 +02:00
Loc Cosnier 4fbae5cd2a
Traduction de library/textwrap.po (#1569) 2021-03-23 14:38:29 +01:00
Julien Palard 021a6d03d7
Disambiguating between keyword and keyword arguments. (#1447) 2020-10-15 10:42:42 +02: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
Loc Cosnier 2bcb6262e0
Traduction manquante library/textwrap.po (#1296) 2020-05-24 23:45:00 +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 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
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
Zepmanbc 0e5d4cf436 first commit library/textwrap.po (#685)
* translate textwrap.po
first commiit

* translate textwrap.po
pospell corrections

* correction placeholder

* powrap correction

* line 178 add a whitespace

* build corrections

* christopheNan correction
first batch

* 2nd correction batch

* espace feminin

* correction review christopheNan du 14/04/2019

* correction double ::

* Apply suggestions from code review

Co-Authored-By: Zepmanbc <zepman@gmail.com>

* powrap correction
2019-04-23 23:06:09 +02: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
Julien Palard 6e8288f606 Removing fuzzy from headers. 2018-07-04 11:16:54 +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 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 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00