Project

General

Profile

« Previous | Next » 

Revision d791423e

Added by Frédéric Péters over 8 years ago

add translations of URLs themselves

View differences:

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)

Also available in: Unified diff