aboutsummaryrefslogtreecommitdiff
path: root/po4a/po4a.conf (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-03Translations: Add Brazilian Portuguese translation of man pages.Jia Tan1-1/+1
Thanks to Rafael Fontenelle.
2023-01-05Translations: Add Korean translation of man pages.Jia Tan1-1/+1
Thanks to Seong-ho Cho
2022-12-28Translations: Add Ukrainian translations of man pages.Jia Tan1-1/+1
Thanks to Yuri Chornoivan
2022-12-08Translations: Add Romanian translation of man pages.Jia Tan1-1/+1
Thanks to Remus-Gabriel Chelu.
2022-11-10Translations: Rename poa4/fr_FR.po to po4a/fr.po.Lasse Collin1-1/+1
That's how it is preferred at the Translation Project. On my system /usr/share/man/fr_FR doesn't contain any other man pages than XZ Utils while /usr/share/man/fr has quite a few, so this will fix that too. Thanks to Benno Schulenberg from the Translation Project.
2022-02-07Translations: Add French translation of man pages.Lasse Collin1-1/+1
This matches xz-utils 5.2.5-2 in Debian. The translation was done by "bubu", proofread by the debian-l10n-french mailing list contributors, and submitted to me on the xz-devel mailing list by Jean-Pierre Giraud. Thanks to everyone!
2020-02-14Translations: Add German translation of the man pages.Lasse Collin1-1/+1
Thanks to Mario Blättermann.
2020-02-07Build: Add support for translated man pages using po4a.Lasse Collin1-0/+14
The dependency on po4a is optional. It's never required to install the translated man pages when xz is built from a release tarball. If po4a is missing when building from xz.git, the translated man pages won't be generated but otherwise the build will work normally. The translations are only updated automatically by autogen.sh and by "make mydist". This makes it easy to keep po4a as an optional dependency and ensures that I won't forget to put updated translations to a release tarball. The translated man pages aren't installed if --disable-nls is used. The installation of translated man pages abuses Automake internals by calling "install-man" with redefined dist_man_MANS and man_MANS. This makes the hairy script code slightly less hairy. If it breaks some day, this code needs to be fixed; don't blame Automake developers. Also, this adds more quotes to the existing shell script code in the Makefile.am "-hook"s.