mirror of https://git.tukaani.org/xz.git
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.
This commit is contained in:
parent
2bc80e5f82
commit
ac0658fa6d
4516
po4a/de.po
4516
po4a/de.po
File diff suppressed because it is too large
Load Diff
1684
po4a/fr.po
1684
po4a/fr.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue