1
0
Fork 0
Commit Graph

74 Commits

Author SHA1 Message Date
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
Julien Palard c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
Julien Palard 00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
Loc Cosnier 37598be6d0
Traductions manquantes et fuzzies de library/functions.po (#1282)
* Traductions manquantes et fuzzies de library/functions.po

* Corrections pospell

* Padpo

* retrait des entrée inexistantes

* Prise en charge des suggestions et mise en correspondance term - glossaire

* library/functions.po

* Prise en compte suggestions et remplacement clef par clé

* Petite correction pluriel

* Séquences d'échappements

* pospell

* Correction coquille

* Update source

* wrapping

* Correction coquille

* Correction coquille

* Update eval()

* Update filter()

* Coquille dans float()

* Coquille dans format()

* Update frozenset()

* Update help()

* Update help()

* Update hex()

* Coquille id()

* Coquille iter()

* Update locals()

* Update oct()

* Update open()

* Update property()

* Update repr()

* Update slice()

* Update sorted()

* Update super()

* Coquille __import__

* Prise en compte des suggestions

* Retire \ dans real + imag*1j

* Corrections avec padpo

* Prise en compte des suggestions

* Return -> renvoie

* Suppression donne

* Wrapping

* Modifs mineures.

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2020-05-22 22:19:07 +02:00
Antoine 069f6baac2
Traduction de « bug ». (#1262) 2020-05-07 09:55:42 +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
Benjamin Port d89bdde920
Fix a typo in functions (épousé -> épuisé) (#1146) 2020-02-05 11:16:46 +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
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
Vincent Poulailleau bf72fea705 Typo (#973) 2019-11-04 22:43:58 +01:00
Patrick Decat 939ed2d5a0 Typo: augment => argument (#910)
Merci !
2019-10-29 15:26:26 +01:00
Jules Lasne (jlasne) dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
Julien Palard 8e9cd1e23e Forward porting f7829d20 (Howto unicode 3, suite et fin (#873)) 2019-09-16 12:11:14 +02:00
Julien Palard fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Julien Palard 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
Christophe Nanteuil a8e874fe59 Import --> Importation
Closes #797
2019-06-02 13:06:43 +02:00
Jules Lasne (jlasne) b324f47e70
Fixed fuzzys in library/functions.po (#702) 2019-04-18 13:15:46 +02:00
Jules Lasne (jlasne) 005e87911a Upstream merge (#659) 2019-04-10 16:52:58 +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) 9490a56dcf Fixed translation for library/functions (#650) 2019-03-29 16:46:47 +01:00
Julien Palard 3642203f40 Merge from upstream/3.7 2019-03-29 12:29:21 +01:00
Julien Palard fa40a1797d
Merge from upstream/3.7 (#609) 2019-03-20 09:41:37 +01:00
Jules Lasne (jlasne) 703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
Théo Cavignac 295d8370ec Correction de typo dans functions (description de repr) (#570) 2019-02-26 11:10:53 +01:00
Christophe Nanteuil 212a6983a0 Mise à jour des traductions marquées 'fuzzy' dans library/ (#555) 2019-02-22 10:29:30 +01:00
Julien Palard 4d6b4f7acb FIX: deduplication. 2019-01-24 19:46:36 +01:00
Julien Palard 2f853d87ab
Pomerge 3.7.2 (#504)
* pomerge

* Proofreading latest fuzzy strings.

* FIX: Orth.
2019-01-02 14:22:41 +01:00
Julien Palard 527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Julien Palard 03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
Julien Palard cc35c27c56 merge pot files. 2018-10-13 17:54:03 +02:00
kmarilleau 9a857e66ae Functions (#331)
* Functions

* Fix 'debugger' in Functions
2018-10-04 12:04:47 +02:00
Julien Palard 7c56cf9880 FIX: Orth. 2018-09-15 23:04:13 +02:00
Julien Palard 003d0f1cdc merge pot files. 2018-09-15 22:37:31 +02:00
Julien Palard 46b1f959af
merge pot files. (#297)
* merge pot files.

* FIX from travis.

* FIX a/à.
2018-08-13 15:12:45 +02:00
Julien Palard 2839ee4b30
pospell on functions.po (#288)
* pospell on functions.po

* FIX: maybe different versions of hunspell on travis and my laptop.

* Traduction malformée.

* FIX: Retours de KLea.
2018-07-29 00:45:08 +02:00
Julien Palard d59fab9118
Reviewing 3.7 fuzzy strings. (#203) 2018-07-21 10:59:44 +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 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
Julien Palard d6a7c5f487 s/dépréciée/obsolète/g 2018-06-11 00:04:53 +02:00
Julien Palard 241497df89 Review fuzzy strings: Integrating christopheNan feedback. 2018-06-10 23:32:01 +02:00