1
0
Fork 0
Commit Graph

61 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 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 ba66481997
Make merge 2022-05-23 00:54:07 +02:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Jean Abou-Samra 3db1d961d6
Correction d'erreurs de syntaxe reST (#1824) 2022-03-06 12:13:54 +01:00
Julien Palard 2479b6ba06
Make merge (#1799) 2021-12-31 11:41:52 +01:00
Antoine 28b0c58e60
Fuzzies et traductions mineures de library/multiprocessing* (#1755)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-11-09 08:48:10 +01:00
Julien Palard 4955f79c65
Make merge (#1766)
* Make merge

* Avoid a newline at each run of merge.py.
2021-11-05 23:32:47 +01:00
Julien Palard 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
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 e0943ec2df
Multiprocessing (#1671)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-07-24 15:46:19 +02:00
Louis-Justin TALLOT 092523e21b
Typo fix in library/multiprocessing (#1668) 2021-06-29 15:25:55 +02: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
Jules Lasne (jlasne) 757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
Antoine 7286107ca1
gelé => figé (#1388) 2020-08-25 12:15:49 +02:00
Mathieu Dupuy db20769d3f
remplace "bassin" par "pool" (#1384)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-08-24 14:42:14 +02:00
Mathieu Dupuy 490292a258
quelques fuzzies + une correction de guillemets (#1383)
* quelques fuzzies + une correction de guillemets

* on peut être gelé sans être con

* "file d'attente" -> "queue"
2020-08-24 12:26:48 +02:00
Mathieu Dupuy a162774205
library/multiprocess.po: entrée non traduites + corrections (#1370)
* 1 entrée non-traduite + qq corrections

* remplacement tirets multiples par demi-cadratins et cadratins

* finalisateur -> *finalizer*

* suggestion de ChristopheNan
2020-08-21 00:19:01 +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
Mathieu Dupuy a0543d942d
corrige wrapping library/multiprocessing.po (#1321) 2020-05-30 21:30:54 +02:00
Mathieu Dupuy becf7b7be4
library/multiprocessing: 2 traductions, 1 reformulation (#1316) 2020-05-30 12:10:32 +02:00
Julien Palard 00a0972217
make merge (#1300) 2020-05-24 16:31:50 +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
Antoine 23770d1fa4
Correction fuzzy library/multiprocessing (#1142) 2020-02-04 22:20:07 +01:00
Julien Palard 0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Antoine e107f883f4
Fuzzys de library/multiprocessing (#1124) 2020-02-04 08:55:44 +01:00
Julien Palard f6a64d5599
make merge (#1042) 2019-12-05 23:41:32 +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
Christophe Nanteuil ffb34367c4 Remplacement de socket par connecteur. (#824) 2019-06-19 22:29:39 +02:00
Christophe Nanteuil 33cb2dd861 Traduction de namespace par espace de nommage, sauf pour le XML (#626) 2019-04-03 23:49:45 +02:00
Jules Lasne (jlasne) b5211c90f6 Fixed translations for library/multiprocessing.po (#651) 2019-03-29 16:48:08 +01:00
Jules Lasne (jlasne) 703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
Julien Palard 53ddd44538 Propagating known translations. 2019-03-09 23:39:59 +01: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
Mathieu Dupuy 4bb38a0dec corrige une typo rst (espace en trop) (#461) 2018-12-13 15:18:09 +01:00
Julien Palard fada4efe89 Propagating known translations. 2018-11-30 18:31:12 +01:00
Antoine Rozo b257e333df Complete library/multiprocessing (#348) 2018-10-23 14:29:41 +02:00
Julien Palard c269a4cbab Using pomerge to replicate known translations. 2018-10-10 18:29:20 +02:00
Julien Palard a736f3b922
Merging from transifex (#299)
* tx pull

* Feedback from Christophe.

* Feedback from Christophe.

* Orth.
2018-09-30 22:50:04 +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