xz/po4a
Lasse Collin b30e1a0d8b 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.
2024-05-28 21:19:22 +03:00
..
.gitignore Build: Add support for translated man pages using po4a. 2020-02-07 15:32:21 +02:00
de.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
fr.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
ko.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
po4a.conf Translations: Add Brazilian Portuguese translation of man pages. 2023-02-03 21:39:59 +08:00
pt_BR.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
ro.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
uk.po Translations: Run po4a/update-po and cleanup unused strings 2024-05-28 21:19:22 +03:00
update-po po4a/update-po: Disable wrapping in .pot and .po files 2024-05-28 21:19:22 +03:00