mirror of
https://git.tukaani.org/xz.git
synced 2025-10-27 11:32:53 +00:00
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.
This commit is contained in:
parent
3b02ffd54c
commit
b30e1a0d8b
1498
po4a/de.po
1498
po4a/de.po
File diff suppressed because it is too large
Load Diff
2106
po4a/fr.po
2106
po4a/fr.po
File diff suppressed because it is too large
Load Diff
1498
po4a/ko.po
1498
po4a/ko.po
File diff suppressed because it is too large
Load Diff
1507
po4a/pt_BR.po
1507
po4a/pt_BR.po
File diff suppressed because it is too large
Load Diff
1501
po4a/ro.po
1501
po4a/ro.po
File diff suppressed because it is too large
Load Diff
1498
po4a/uk.po
1498
po4a/uk.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user