diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-14 20:42:06 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-11 12:05:57 +0200 |
commit | 1e5e08d86534aec7ca957982c7f6e90203c19e9f (patch) | |
tree | 3b80a462d870f73956f940308de40d48e2622495 /po4a/po4a.conf | |
parent | Build: Add support for translated man pages using po4a. (diff) | |
download | xz-1e5e08d86534aec7ca957982c7f6e90203c19e9f.tar.xz |
Translations: Add German translation of the man pages.
Thanks to Mario Blättermann.
Diffstat (limited to 'po4a/po4a.conf')
-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 41a90fc2..2d4d742d 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] +[po4a_langs] de [po4a_paths] xz-man.pot $lang:$lang.po [type: man] ../src/xz/xz.1 $lang:man/$lang/xz.1 |