]> git.ipfire.org Git - thirdparty/xz.git/commit
Translations: Run po4a/update-po and cleanup unused strings
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 28 May 2024 18:23:40 +0000 (21:23 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 28 May 2024 18:23:47 +0000 (21:23 +0300)
commitac0658fa6d765b26efca68e4a464c659ef74cf11
tree0be7dcd85277711924740c5f78ea577326c08a36
parent2bc80e5f820a2e8548e9b1ba60dc1eda4218439e
Translations: Run po4a/update-po and cleanup unused strings

The v5.2 branch won't get any translation updates so the fuzzy
strings and obsolete strings are all useless. Cleaning them up
makes the files smaller and less messy to compare.

    ./update-po

    for I in *.po
    do
        msgattrib --clear-fuzzy --clear-previous --empty \
                  --no-obsolete --no-wrap "$I" > tmp
        mv tmp "$I"
    done

The po4a run gave "Parse error at" message from fr.po but
after the fr.po was rewritten the error is gone.
po4a/de.po
po4a/fr.po