Adding Nepali.

This commit is contained in:
Pere Pujal i Carabantes 2014-04-28 20:55:42 +00:00
parent 543b3bc9a3
commit e3c0c45210
5 changed files with 1332 additions and 0 deletions

View file

@ -1154,6 +1154,11 @@ New Breed Software</p>
<td>&nbsp;</td> <td>&nbsp;</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><code>nepali</code></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><code>northern-sotho</code></td> <td><code>northern-sotho</code></td>
<td><code>sesotho-sa-leboa</code></td> <td><code>sesotho-sa-leboa</code></td>
@ -2023,6 +2028,12 @@ New Breed Software</p>
<td>Norwegian Bokm&aring;l</td> <td>Norwegian Bokm&aring;l</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><code>ne_NP</code></td>
<td>Nepali</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><code>nl_NL</code></td> <td><code>nl_NL</code></td>
<td>&nbsp;</td> <td>&nbsp;</td>

View file

@ -119,6 +119,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"mr", "mr",
"ms", "ms",
"nb", "nb",
"ne",
"nl", "nl",
"nn", "nn",
"nr", "nr",
@ -315,6 +316,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"mongolian", "mn_MN.UTF-8"}, {"mongolian", "mn_MN.UTF-8"},
{"marathi", "mr_IN.UTF-8"}, {"marathi", "mr_IN.UTF-8"},
{"malay", "ms_MY.UTF-8"}, {"malay", "ms_MY.UTF-8"},
{"nepali", "ne_NP.UTF-8"},
{"dutch", "nl_NL.UTF-8"}, {"dutch", "nl_NL.UTF-8"},
{"nederlands", "nl_NL.UTF-8"}, {"nederlands", "nl_NL.UTF-8"},
{"norwegian", "nn_NO.UTF-8"}, {"norwegian", "nn_NO.UTF-8"},
@ -450,6 +452,7 @@ static void show_lang_usage(int exitcode)
/* es_MX */ " mexican mexican-spanish espanol-mejicano\n" /* es_MX */ " mexican mexican-spanish espanol-mejicano\n"
/* mn */ " mongolian\n" /* mn */ " mongolian\n"
/* nr */ " ndebele\n" /* nr */ " ndebele\n"
/* ne */ " nepali\n"
/* nso */" northern-sotho sesotho-sa-leboa\n" /* nso */" northern-sotho sesotho-sa-leboa\n"
/* nn */ " norwegian nynorsk norsk\n" /* nn */ " norwegian nynorsk norsk\n"
/* oc */ " occitan\n" /* oc */ " occitan\n"
@ -573,6 +576,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
" mn_MN (Mongolian)\n" " mn_MN (Mongolian)\n"
" mr_IN (Marathi)\n" " mr_IN (Marathi)\n"
" nr_ZA (Ndebele)\n" " nr_ZA (Ndebele)\n"
" ne_NP (Nepali)\n"
" nso_ZA (Northern Sotho Sotho sa Leboa)\n" " nso_ZA (Northern Sotho Sotho sa Leboa)\n"
" nn_NO (Norwegian Nynorsk Norsk)\n" " nn_NO (Norwegian Nynorsk Norsk)\n"
" oc_FR (Occitan)\n" " oc_FR (Occitan)\n"

View file

@ -105,6 +105,7 @@ enum
LANG_MR, /* Marath */ LANG_MR, /* Marath */
LANG_MS, /* Malay */ LANG_MS, /* Malay */
LANG_NB, /* Norwegian Bokmal */ LANG_NB, /* Norwegian Bokmal */
LANG_NE, /* Nepali */
LANG_NL, /* Dutch */ LANG_NL, /* Dutch */
LANG_NN, /* Norwegian Nynorsk */ LANG_NN, /* Norwegian Nynorsk */
LANG_NR, /* Ndebele */ LANG_NR, /* Ndebele */

View file

@ -725,6 +725,9 @@ mongolian
ndebele ndebele
.TP 2 .TP 2
- -
nepali
.TP 2
-
northern-sotho | sesotho-sa-leboa northern-sotho | sesotho-sa-leboa
.TP 2 .TP 2
- -

1313
src/po/ne.po Normal file

File diff suppressed because it is too large Load diff