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 Jules Lasne 3760a022c7 Fixed fuzzies in installing/index.po ( #1821 ) ... Automerge of PR #1821 by @Seluj78 2022-02-23 19:02:30 +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 Jules Lasne (jlasne) 757ab3f7b4 Make merge of 3.9 ( #1385 ) 2020-09-11 09:11:46 +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 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 Agrorec 0d6e1f80e5 translate installing/index.po ( #1096 ) 2019-12-15 21:31:12 +01:00 b90acf237c Few errors found while working on a new release of pospell. ( #1056 ) 2019-12-13 12:17:13 +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 07fa43b757 Language-Team and licences on new files. 2019-09-04 11:49:11 +02:00 fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00 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 2f853d87ab Pomerge 3.7.2 ( #504 ) ... * pomerge * Proofreading latest fuzzy strings. * FIX: Orth. 2019-01-02 14:22:41 +01:00 Jules Lasne (jlasne) b785ba5a6a Removed fuzzys in faq, installing and . ( #491 ) 2018-12-23 10:21:16 +01:00 fada4efe89 Propagating known translations. 2018-11-30 18:31:12 +01:00 03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00 ca6d9b9800 FIX: Inclue ( #419 ) 2018-11-13 23:32:17 +01:00 c269a4cbab Using pomerge to replicate known translations. 2018-10-10 18:29:20 +02:00 91322e039a Pospell various directories ( #295 ) ... * Disambiguate option/paramètre to avoid using flags in french. * pospell on a few directories. * FIX differences between my Hunspell version and travis one. * Nice try. * Hunspell 1.3.2, please. * FIX feedback from Christophe. * De mieux en mieux. 2018-08-03 09:37:42 +02:00 e6e13bef30 Dropping useless first author line. 2018-07-04 11:09:21 +02:00 ac8e794c8c Update licence information. 2018-07-04 11:08:42 +02:00 117f6d15a2 Update Copyright date. 2018-07-04 11:06:45 +02:00 bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00 391b894eeb Merge remote-tracking branch 'chrisnan/fuzzyref' into 3.7 2018-07-03 23:01:22 +02:00 cd700f78dc Fuzzy strings (de la migration 3.6 → 3.7) Tutorial, Reference 2018-07-03 21:44:15 +02:00 d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00 aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00 Christophe Nanteuil 0b904d84e3 Merge branch '3.6' into small-ones 2018-06-12 15:36:44 +02:00 d6a7c5f487 s/dépréciée/obsolète/g 2018-06-11 00:04:53 +02:00 7857077495 Review fuzzy strings. 2018-06-10 15:37:51 +02:00 c80453916d merge pot files. 2018-06-10 11:32:30 +02:00 228b3c0b2a Reviewing various typical errors. 2018-03-21 00:55:50 +01:00 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 62c536b30f Review fuzzy strings. 2017-12-03 14:00:50 +01:00 707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00 f79147f9f0 Working on small files. 2017-11-14 13:33:09 +01:00 6b617ab69c merge pot files. 2017-09-21 09:29:22 +02:00 d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00 4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00 dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00 8a85ecc596 Complete installing section 2017-05-24 23:21:38 +02:00 5f42b67249 Set Language header to each po file. 2017-05-24 00:40:56 +02:00 a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00