Commit Graph

16 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
9502ebba0f Missing language tags 2018-06-17 10:37:56 +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
2641e7edf4 merge pot files. 2018-03-23 09:57:03 +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
33d80f017d Tutorial Virtual Environments and Packages Review. 2018-02-17 15:01:14 +01:00
f8d2693611 fix style. 2017-05-16 23:44:27 +02:00
63f4c2d31d Work on stdtypes and some build issues. 2017-05-15 23:26:31 +02:00
985565d519 FIX: Build warnings 2017-05-12 13:19:25 +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