Added Zapoteco translation.
This commit is contained in:
parent
8cd0d3a2a7
commit
703719b360
9 changed files with 742 additions and 15 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - December 11, 2007
|
||||
June 14, 2002 - February 7, 2008
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -139,7 +139,8 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"wo",
|
||||
"xh",
|
||||
"zh_cn",
|
||||
"zh_tw"
|
||||
"zh_tw",
|
||||
"zw"
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -296,6 +297,7 @@ const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"chinese", "zh_CN.UTF-8"},
|
||||
{"simplified-chinese", "zh_CN.UTF-8"},
|
||||
{"traditional-chinese", "zh_TW.UTF-8"},
|
||||
{"zapoteco", "zw_MX.UTF-8"}
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -499,6 +501,7 @@ void show_lang_usage(FILE * f, const char *const prg)
|
|||
/* wo */ " wolof\n"
|
||||
/* cy */ " welsh cymraeg\n"
|
||||
/* xh */ " xhosa\n"
|
||||
/* zw */ " zapoteco\n"
|
||||
"\n", prg);
|
||||
}
|
||||
|
||||
|
|
@ -586,6 +589,7 @@ void show_locale_usage(FILE * f, const char *const prg)
|
|||
" wo_SN (Wolof)\n"
|
||||
" cy_GB (Welsh Cymraeg)\n"
|
||||
" xh_ZA (Xhosa)\n"
|
||||
" zw_MX (Zapoteco)\n"
|
||||
"\n", prg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue