diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-01-27 20:14:51 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-01-27 20:16:54 +0800 |
commit | 3b1c8ac8d1d553cbb1fb22b545d2b1424c752b76 (patch) | |
tree | 9dd4b22708056a00ca2285447a794739312d05ce /po4a/po4a.conf | |
parent | Build: Avoid different quoting style in --enable-doxygen doc. (diff) | |
download | xz-3b1c8ac8d1d553cbb1fb22b545d2b1424c752b76.tar.xz |
Translations: Add Brazilian Portuguese translation of man pages.
Thanks to Rafael Fontenelle.
Diffstat (limited to '')
-rw-r--r-- | po4a/po4a.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/po4a.conf b/po4a/po4a.conf index 120070ad..c7a7d423 100644 --- a/po4a/po4a.conf +++ b/po4a/po4a.conf @@ -2,7 +2,7 @@ # to get a new .po file. After translating the .po file, run # "update-po" again to generate the translated man pages. -[po4a_langs] de fr ro uk ko +[po4a_langs] de fr ro uk ko pt_BR [po4a_paths] xz-man.pot $lang:$lang.po [type: man] ../src/xz/xz.1 $lang:man/$lang/xz.1 |