New language Maithili

This commit is contained in:
Pere Pujal i Carabantes 2014-04-23 22:45:00 +00:00
parent 85d59cd212
commit 65fa89d4db
5 changed files with 1406 additions and 0 deletions

View file

@ -1119,6 +1119,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>maithili</code></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>malay</code></td>
<td>&nbsp;</td>
@ -1982,6 +1987,12 @@ New Breed Software</p>
<td>Macedonian</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>mai_IN</code></td>
<td>&nbsp;</td>
<td>Maithili</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>ml_IN</code></td>
<td>&nbsp;</td>

View file

@ -112,6 +112,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"lg",
"lt",
"lv",
"mai",
"ml",
"mk",
"mn",
@ -309,6 +310,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"luganda", "lg_UG.UTF-8"},
{"luxembourgish", "lb_LU.UTF-8"},
{"letzebuergesch", "lb_LU.UTF-8"},
{"maithili", "mai_IN.UTF-8"},
{"macedonian", "mk_MK.UTF-8"},
{"mongolian", "mn_MN.UTF-8"},
{"marathi", "mr_IN.UTF-8"},
@ -440,6 +442,7 @@ static void show_lang_usage(int exitcode)
/* lt */ " lithuanian lietuviu\n"
/* lg */ " luganda\n"
/* lb */ " luxembourgish letzebuergesch\n"
/* mai */" maithili\n"
/* mk */ " macedonian\n"
/* ms */ " malay\n"
/* ml */ " malayalam\n"
@ -565,6 +568,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
" lb_LU (Luxembourgish Letzebuergesch)\n"
" lv_LV (Latvian)\n"
" lt_LT (Lithuanian Lietuviu)\n"
" mai_IN (Maithili)\n"
" mk_MK (Macedonian)\n"
" mn_MN (Mongolian)\n"
" mr_IN (Marathi)\n"

View file

@ -98,6 +98,7 @@ enum
LANG_LG, /* Luganda */
LANG_LT, /* Lithuanian */
LANG_LV, /* Latvian */
LANG_MAI, /* Maithili */
LANG_MK, /* Macedonian */
LANG_MN, /* Mongolian */
LANG_ML, /* Malayalam */

View file

@ -704,6 +704,9 @@ luxembourgish | letzebuergesch
macedonian
.TP 2
-
maithili
.TP 2
-
malay
.TP 2
-

1387
src/po/mai.po Normal file

File diff suppressed because it is too large Load diff