]> 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:18:28 +0000 (21:18 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 28 May 2024 18:19:22 +0000 (21:19 +0300)
commitb30e1a0d8b3b9249e8bb939566b1d9a34206ba5a
tree587ca3f66c1a321d4947786cd67d0f9f1c596f67
parent3b02ffd54c302f606984e2bc1c6d053f433a8a92
Translations: Run po4a/update-po and cleanup unused strings

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

    ./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
po4a/ko.po
po4a/pt_BR.po
po4a/ro.po
po4a/uk.po