Commit Graph

20 Commits

Author SHA1 Message Date
Jules Lasne (jlasne)
ff291f9288 Removed fuzzy entry in translation (#468) 2018-12-14 09:52:37 +01:00
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01: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
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
d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
06da6148b6 Tutorial Review after automatic replacements. 2018-03-22 23:26:39 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
e878d34294 Reindenting po files. 2018-03-21 00:00:20 +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
cde310d5d2 Tutorial Errors and Exceptions Review. 2018-02-10 21:10:20 +01:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
4cb8c0a89b Merge (and review) from transifex. 2017-04-03 09:25:21 +02:00
a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
Valentin Lorentz
3c285027b1 Finish translation of the 3.6 tutorial. 2016-11-19 16:44:37 +01:00
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00