mirror of https://git.tukaani.org/xz.git
b30e1a0d8b
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. |
||
---|---|---|
.. | ||
.gitignore | ||
de.po | ||
fr.po | ||
ko.po | ||
po4a.conf | ||
pt_BR.po | ||
ro.po | ||
uk.po | ||
update-po |