Commit Graph

12 Commits

Author SHA1 Message Date
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
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
3cf6ea016c Merging known translation locally (pomerge --from **/*.po --to **/*.po). 2017-12-05 07:54:15 +01:00
62c536b30f Review fuzzy strings. 2017-12-03 14:00:50 +01:00
707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
0d814153db FIX: Missing backslashes before double quotes. 2017-11-22 14:07:27 +01:00
valerian29
2385eb8668 Translation of windows.po (#88)
* Translation of windows.po

* Corrections apportées à la traduction de windows.po

* Seconde correction windows.po

* 3eme correction trad windows.po
2017-11-22 09:30:44 +01:00
5f42b67249 Set Language header to each po file. 2017-05-24 00:40:56 +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