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 Mathieu Dupuy 9bf6c1919f reprise de la PR reference/expression de Sasha40 ( #1218 ) ... * translate empty translation * padpo * padpo * Update reference/expressions.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/expressions.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/expressions.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * wrapping * Update reference/expressions.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * wrapping Co-authored-by: Sascha Sallès <sascha.salles@ynov.com> Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> 2020-04-01 22:24:16 +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 0e3284c593 make merge ( #1125 ) 2020-02-04 11:14:03 +01:00 Christophe Nanteuil 6175270700 Revue de reference - part 1 ( #1112 ) 2020-01-04 15:24:57 +01:00 drNymbus 4a748661b2 venv.po, unicode.po, datastructures.po complete ( #917 ) ... * fin de traduction du fichier tutorial/datastructures.po * fixed a fuzzy in howto/unicode.po * fin de traduction de tutorial/venv.po, terme "shell" non traduit * fuzzy in reference/datamodel.po removed, fin de traduction pour reference/datamodel.po * fin de traduction de reference/expressions.po * Update reference/expressions.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update tutorial/datastructures.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update tutorial/datastructures.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update tutorial/datastructures.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update tutorial/datastructures.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update tutorial/datastructures.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update tutorial/venv.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update tutorial/venv.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update tutorial/venv.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update tutorial/venv.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/expressions.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/expressions.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * fixed some unbreakable space * encore... * auto-indent reference/expressions.po * porwrap ran on reference/expressions.po * non-breakable spaces removed * T_T * Update tutorial/datastructures.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * "Revert" unchanged file. Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> 2019-12-29 19:05:51 +01:00 Antoine Venier 51fd39cbd4 Translate simple_stmts.po ( #1097 ) ... * Translate simple_stmts.po * prise en compte des remarques * Update reference/simple_stmts.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/simple_stmts.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update reference/simple_stmts.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * prise en compte des dernières modifications 2019-12-19 14:15:09 +01:00 b90acf237c Few errors found while working on a new release of pospell. ( #1056 ) 2019-12-13 12:17:13 +01:00 f1679d9e7f Add padpo to travis-ci. ( #1059 ) 2019-12-12 13:38:53 +01:00 Christophe Nanteuil f1f96e0099 Fixing fuzzies. ( #1049 ) ... * Fixing fuzzies. * Update reference/datamodel.po Co-Authored-By: Julien Palard <julien@palard.fr> 2019-12-07 09:08:11 +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) a8ce7bb53e Fixed fuzzies in reference/import.po ( #996 ) 2019-11-18 17:19:39 +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) ea8dbe9706 Fixed fuzzies in reference/ ( #977 ) 2019-11-06 13:56:50 +01:00 Christophe Nanteuil d4af9ad9af Mise à jour des fuzzys pour la version 3.8 du chapitre reference. ( #881 ) 2019-10-16 14:49:24 +02:00 Jules Lasne (jlasne) dcd871ae78 Make merge ( #894 ) 2019-10-09 18:10:12 +02: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 229ae21cfd Traitement de fuzzys. 2019-06-19 22:46:33 +02:00 Christophe Nanteuil ffb34367c4 Remplacement de socket par connecteur. ( #824 ) 2019-06-19 22:29:39 +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 Mathieu Dupuy a8d2d8a7a6 wrap reference/import.po (pour réparer la CI) ( #809 ) ... * powrap reference/import.po * supprime "pouette « ss » pouette" 2019-06-07 17:58:33 +02:00 e59a4607a4 Merge remote-tracking branch 'chrisNan/import-export' into 3.7 2019-06-03 23:06:21 +02:00 fa3683a1de Upstream merge 2019-06-03 22:16:26 +02:00 a8e874fe59 Import --> Importation ... Closes #797 2019-06-02 13:06:43 +02:00 Jules Lasne (jlasne) 50f0e67d26 Merge pull request #774 from Seluj78/reference-import ... Fix fuzzies in reference/import.po 2019-05-28 21:06:39 +02:00 Jules Lasne (jlasne) fa497f258b Apply suggestions from code review 2019-05-28 20:44:26 +02:00 Jules Lasne (jlasne) 22202a556e Apply suggestions from code review 2019-05-28 20:42:43 +02:00 Jules Lasne (jlasne) 67c3fa4a85 Merge pull request #773 from Seluj78/reference-expressions ... Fix fuzzies in reference/expressions.po 2019-05-28 20:39:39 +02:00 Jules Lasne (jlasne - seluj78) b134fb570b powrap 2019-05-28 20:34:09 +02:00 Jules Lasne (jlasne) 2f4bdec329 Apply suggestions from code review 2019-05-28 20:33:27 +02:00 Jules Lasne (jlasne) 42c5f69425 Merge pull request #770 from Seluj78/reference-simple ... Fix fuzzies in reference/simple_stmts.po 2019-05-28 20:32:42 +02:00 Jules Lasne (jlasne) 9ba0fb7710 Apply suggestions from code review ... Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> 2019-05-28 20:32:22 +02:00 Jules Lasne (jlasne - seluj78) 52ece9801e powrap 2019-05-28 20:26:53 +02:00 Jules Lasne (jlasne - seluj78) 2cfcd56a61 Fixes from review 2019-05-28 20:24:39 +02:00 Jules Lasne (jlasne) 5b713466e3 Update reference/expressions.po ... Co-Authored-By: Julien Palard <julien@palard.fr> 2019-05-28 15:59:14 +02:00 Jules Lasne (jlasne) ea64aa1a75 Apply suggestions from code review ... Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> 2019-05-28 09:09:44 +02:00 Jules Lasne (jlasne) ecd14c964f Fix fuzzies in reference/executionmodel.po ( #772 ) ... * Fix fuzzies in reference/executionmodel.po Fixes #753 * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> 2019-05-24 18:35:10 +02:00 Jules Lasne (jlasne) f83dd51893 Fix fuzzies in reference/lexical_analysis.po ( #769 ) ... Fixed #756 2019-05-24 18:26:54 +02:00 Jules Lasne (jlasne) 69a05b79cc Apply suggestions from code review 2019-05-24 18:22:09 +02:00 Jules Lasne (jlasne) 741dac27b2 Apply suggestions from code review ... Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> 2019-05-24 18:20:16 +02:00 Jules Lasne (jlasne) ecee776c78 Fix fuzzies in reference/datamodel.po ( #777 ) ... Fixes #752 2019-05-24 08:13:48 +02:00 Jules Lasne (jlasne - seluj78) 56cd493757 Fix fuzzies in reference/simple_stmts.po ... Fixes #757 2019-05-24 00:26:26 +02:00 Jules Lasne (jlasne - seluj78) f408d1788f Fix fuzzies in reference/import.po ... Fixes #755 2019-05-24 00:23:45 +02:00 Jules Lasne (jlasne - seluj78) 2b9a1526d2 Fix fuzzies in reference/expressions.po ... Fixes #754 2019-05-24 00:23:17 +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) 1d8cedcaec Fixed fuzzys in library/unittest.po ( #690 ) ... * Fixed fuzzys * Fixed fuzzys 2019-04-18 13:16:48 +02:00 Jules Lasne (jlasne) 005e87911a Upstream merge ( #659 ) 2019-04-10 16:52:58 +02:00 Christophe Nanteuil 1892c1763c Suivi des 'fuzzy' ( #641 ) 2019-04-04 00:14:39 +02:00