Projet

Général

Profil

« Précédent | Suivant » 

Révision d791423e

Ajouté par Frédéric Péters il y a environ 9 ans

add translations of URLs themselves

Voir les différences:

update-translations-from-menusets.py
32 32
        if entry.msgid in catalog:
33 33
            if entry.msgstr != catalog.get(entry.msgid):
34 34
                entry.msgstr = catalog.get(entry.msgid)
35
                if 'fuzzy' in entry.flags:
36
                    entry.flags.remove('fuzzy')
35 37
                changed = True
36 38
    if changed:
37 39
        pofile.save(path)

Formats disponibles : Unified diff