Commit Graph

32 Commits

Author SHA1 Message Date
079d208194
Backporting using pomerge --no-overwrite --to-files *.po */*.po 2021-06-04 13:51:49 +02:00
1ce828fa6c Backporting from 3.9. 2020-10-06 22:27:14 +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
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
a39cf6b15e s/installeur/installateur/ 2018-11-16 09:14:40 +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
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
aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02: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
f302fcb215 No titlecase in french.
http://jacques-andre.fr/faqtypo/lessons.pdf , §2.6 page 12
"en français, pas de majuscule initiale à tous les substantifs d’un titre"
et §3.3.2 page 15
2018-02-15 01:01:45 +01:00
30a7d18486 tx pull. 2018-01-21 23:53:31 +01:00
707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
76b522b79c Dropping some useless zero-width spaces. 2017-10-21 18:55:24 +02:00
6b617ab69c merge pot files. 2017-09-21 09:29:22 +02:00
3ad393d7af Sync with transifex 2017-08-10 07:19:57 +02:00
d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
ff33607bfd Reviewing fuzzy strings. 2017-05-27 14:17:28 +02:00
5f42b67249 Set Language header to each po file. 2017-05-24 00:40:56 +02:00
985565d519 FIX: Build warnings 2017-05-12 13:19:25 +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