• Dominic Cleal's avatar
    fixes #8874 - rework POT/PO updates for gettext 3's edit.po · 4406f5af
    Dominic Cleal authored
    3.1.13 adds an intermediate .edit.po file alongside each .po, which is meant
    to be kept outside of SCM and updated by users, whereupon it's merged back into
    the .po on the next rake gettext:find execution.
    
    Previously we overwrote all gettext .po file changes with files directly from
    Transifex, but now these are downloaded to .edit.po and gettext merges them
    back in.  Fuzzy merges have been disabled as they were inaccurate.
    4406f5af