1
0
Fork 0
Commit Graph

70 Commits

Author SHA1 Message Date
Julien Palard bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00
Julien Palard 76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
Julien Palard e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
Christophe Nanteuil 06da6148b6 Tutorial Review after automatic replacements. 2018-03-22 23:26:39 +01:00
Julien Palard a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
Julien Palard 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
Christophe Nanteuil 0a38a59b09 Tutorial Control Flow Review: imprime --> affiche. 2018-02-03 09:24:03 +01:00
Christophe Nanteuil 58680beca9 Tutorial Control Flow review : non breakable spaces. 2018-02-03 09:24:03 +01:00
Christophe Nanteuil d743c97bd8 Tutorial ControlFlow 2nd review 2018-02-03 09:24:03 +01:00
Christophe Nanteuil 6b7eff9ce7 Tutorial Control Flow Review. 2018-02-03 09:24:03 +01:00
Julien Palard 0d4bffbcf9 s/mutable/muable/
Long debate between those words. We could use "modifiable" too but the
binary relation between "immuable" and "modifiable" is less clear.

"muable" was in the 6th edition of the dictionnary of the Académie
française.
2017-10-27 17:43:57 +02:00
Julien Palard 4061f3b4b7 FIX: Gramar, thanks schplurtz. 2017-09-24 12:31:50 +02:00
Shloub 3df00ed86e Update controlflow.po
typo formatter -> formater
2017-08-17 20:07:00 +02:00
Julien Palard 9b054d0303 Review fuzzy strings. 2017-08-10 14:07:18 +02:00
Julien Palard 4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00
Julien Palard dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
Julien Palard 61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
Julien Palard 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
Julien Palard 84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00