diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-27 19:41:19 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-27 19:41:19 +0200 |
commit | 2e02877288f6576cd4595e9ac7684f867cd47d68 (patch) | |
tree | e2b76caf52118e0ffd10bdac938e89189c5465ee /po4a | |
parent | xz: Add SIGTSTP handler for progress indicator time keeping. (diff) | |
download | xz-2e02877288f6576cd4595e9ac7684f867cd47d68.tar.xz |
po4a/po4a.conf: Sort the language identifiers in alphabetical order.
Diffstat (limited to 'po4a')
-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 c7a7d423..53425304 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 pt_BR +[po4a_langs] de fr ko pt_BR ro uk [po4a_paths] xz-man.pot $lang:$lang.po [type: man] ../src/xz/xz.1 $lang:man/$lang/xz.1 |