Commit Graph

232 Commits

Author SHA1 Message Date
283979a625 Update language team. 2018-07-04 11:14:25 +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
68c535ef1f
Merge pull request #197 from JulienPalard/37fuzzy
Start to proofread 3.7 fuzzy strings.
2018-07-04 10:59:16 +02:00
8b85b550c9 Fixing inconsistencies found by pomerge. 2018-07-03 11:50:53 +02:00
d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
918c087016 Start to proofread 3.7 fuzzy strings. 2018-07-03 09:54:55 +02:00
Guillaume Gay
4071d7f484 a last typo 2018-06-29 10:55:52 +02:00
Guillaume Gay
74c8934c24 correcions from @christopheNan - ter :/ 2018-06-29 10:54:02 +02:00
Guillaume Gay
5afe3f0fc9 correcions from @christopheNan - bis 2018-06-29 10:53:21 +02:00
Guillaume Gay
15c98c42c7 correcions from @christopheNan 2018-06-29 10:51:17 +02:00
Guillaume Gay
6213c72a51 revised library/sys.po 2018-06-28 18:51:40 +02:00
aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
Christophe Nanteuil
e82fe059da
Merge pull request #191 from JulienPalard/small-ones
Working on small files.
2018-06-17 22:33:19 +02:00
b18e6ea94a FIX: Feedback from ChristopheNan. 2018-06-17 22:28:31 +02:00
1a45045734 FIX: Review by christopheNan 2018-06-17 22:01:08 +02:00
a72265f681 Working on small files. 2018-06-17 12:27:27 +02:00
1a2967081b Review fuzzy strings. 2018-06-17 10:55:50 +02:00
a3c425d512 merge pot files. 2018-06-17 10:43:33 +02:00
Christophe Nanteuil
0b904d84e3
Merge branch '3.6' into small-ones 2018-06-12 15:36:44 +02:00
6813fefcf7 FIX: missing plural 2018-06-12 09:04:33 +02:00
Christophe Nanteuil
c4407d1bcb
Merge pull request #188 from JulienPalard/fuzzy
Review fuzzy strings.
2018-06-11 09:39:52 +02:00
d6a7c5f487 s/dépréciée/obsolète/g 2018-06-11 00:04:53 +02:00
241497df89 Review fuzzy strings: Integrating christopheNan feedback. 2018-06-10 23:32:01 +02:00
20fd0007aa Working on small fils: Integrating christopheNan feedback. 2018-06-10 21:59:52 +02:00
a7bfc64096 Working on small files. 2018-06-10 17:15:10 +02:00
c2120470a5 Merging reviews of #179. 2018-06-10 16:22:44 +02:00
2eef653c81 Merge remote-tracking branch 'jbbqq/exceptions' into 3.6 2018-06-10 16:17:37 +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
Jean-Baptiste Braun
76436a98da Précisions, typos 2018-05-20 19:35:14 +02:00
7506aade49 FIX: orth. 2018-05-12 16:00:27 +02:00
d1dac2c677 applying christopheNan's review. 2018-05-11 19:37:20 +02:00
Jean-Baptiste Braun
7a7dccd28a Precisions, typos 2018-05-10 22:44:00 +02:00
Jean-Baptiste Braun
80389e66a3 Merge remote-tracking branch 'python/2.6' into exceptions 2018-05-10 22:15:20 +02:00
8974f4b0b5 Fix consistency. 2018-05-08 20:30:44 +02:00
0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
Jean-Baptiste Braun
ac7da30192 Translate library/exceptions.po 2018-05-08 15:34:31 +02:00
8212e72ac6 merge pot files. 2018-05-05 20:30:02 +02:00
ceb04f1c42 merge pot files. 2018-05-02 00:20:18 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
fecc43af47 FIX: Consistency with glossary. 2018-04-16 23:54:32 +02:00
d7c0713e77 FIX: s/Paraètres/Paramètres/. Fixes #174. 2018-04-01 20:43:16 +02:00
2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
228b3c0b2a Reviewing various typical errors. 2018-03-21 00:55:50 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +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