Commit Graph

94 Commits

Author SHA1 Message Date
99f2135a89
Hello sphinx-lint. (#1913) 2022-11-14 15:25:17 +01:00
20eba35774
Make merge (#1912)
* Make merge

* Try to have the same build locally to reproduce an issue.
2022-10-19 14:43:37 +02:00
27b150c990
pomerge (#1885) 2022-09-18 12:33:39 +02:00
b8eb0ae207
Make merge 3.10 (#1837)
* Make merge

* Whine about lines too long only if line contains a space.
2022-04-05 12:13:01 +02:00
518292adbb Make merge 2022-03-23 18:57:04 +01:00
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
76b5c8ea62
Make merge (#1782)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-11-29 14:13:01 +01:00
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
17d5f9cebe
Make merge (#1695)
* Make merge

* FIX: spelling for pospell.

* Uniformisation des entêtes po.
2021-09-24 10:20:01 +02:00
f99bb50f52
Replicating known translating using pomerge. (#1661) 2021-06-04 17:59:49 +02:00
dafa30ed3c
Make merge (#1639)
Automerge of PR #1639 by @JulienPalard
#1636

Closes #1636
2021-05-26 19:39:06 +02:00
7b88307273
Make merge (#1555)
Automerge of PR #1555 by @JulienPalard
2021-03-19 17:27:36 +01:00
Jules Lasne
51c6b25514
Make merge (#1547)
Automerge of PR #1547 by @Seluj78
2021-03-01 16:56:01 +01:00
599df826ed
Make merge of 3.9 (#1512) 2021-01-27 20:42:04 +01:00
25e6bb0dc1
Make merge of 3.9 (#1505) 2020-12-18 07:09:57 +01:00
b567181c07
L'accent. (#1495) 2020-12-03 10:25:10 +01:00
Antoine
97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +01:00
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
262421d34c make merge from cpython 3.9 2020-07-30 14:12:04 +02:00
a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +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
Antoine
ab068903f5
Caught (#1261)
* Précision sur « caught ».

* Wrapping.
2020-05-06 22:56:56 +02:00
Jules Lasne (jlasne)
908ee6598a
Pomerge with fuzzies (#1151) 2020-02-14 11:18:53 +01: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
eb72f0ff34
Replicating known translations using pomerge. (#1147) 2020-02-05 15:12:44 +01:00
0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Louis
3dedf73da9
Rectification des *fuzzy* du fichier sys.po. (#1099) 2020-02-04 09:18:29 +01:00
f6a64d5599
make merge (#1042) 2019-12-05 23:41:32 +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
Jules Lasne (jlasne)
dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
94f3eb509a Upstream merge 2019-09-06 13:34:57 +02:00
fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
a8e874fe59 Import --> Importation
Closes #797
2019-06-02 13:06:43 +02:00
Jules Lasne (jlasne)
80edf3e315
Fix fuzzies in library/sys.po (#775)
Fixes #751
2019-05-24 18:19:20 +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
Jules Lasne (jlasne)
226d5badc6
Fixed fuzzys in library/sys.po (#695)
* Fixed fuzzys

* Update library/sys.po

* Apply suggestions from code review

Co-Authored-By: Seluj78 <jlasne@student.42.fr>

* powrap
2019-04-21 13:13:37 +02:00
Jules Lasne (jlasne)
005e87911a Upstream merge (#659) 2019-04-10 16:52:58 +02:00
Jules Lasne (jlasne)
3aa2aa0738 Fixed translations for library/sys.po (#653) 2019-03-29 16:51:38 +01:00
Jules Lasne (jlasne)
929dfe8746 Fixed fuzzys in library/sys.po (#598) 2019-03-26 17:55:27 +01:00
Jules Lasne (jlasne)
703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
6f39456250 Proofreading library/sys.po 2019-02-25 23:27:34 +01:00
e7e05b6f4d sys translation
Co-Authored-By: Louis-Gabriel-TM <louis.gabriel@orange.fr>
2019-02-25 23:21:45 +01:00
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
527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
820266a623 Proofreading :ref:Availability tags (mostly using a small script). 2018-11-29 18:31:50 +01:00
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
cc35c27c56 merge pot files. 2018-10-13 17:54:03 +02:00