diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-14 20:42:06 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-14 21:26:05 +0200 |
commit | fa792b8befaf7cb3960b655e0a9410da866d756f (patch) | |
tree | c813ee2b94db6942d7b2a4f5a800b1d9ec9d88fa /po4a/po4a.conf | |
parent | Build: Add support for translated man pages using po4a. (diff) | |
download | xz-fa792b8befaf7cb3960b655e0a9410da866d756f.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 |