New translation: Marathi (mr_IN)
This commit is contained in:
parent
31e2a3ce43
commit
041e822a68
6 changed files with 34 additions and 9 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 8, 2012
|
||||
June 14, 2002 - March 28, 2013
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -112,6 +112,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"lv",
|
||||
"ml",
|
||||
"mk",
|
||||
"mr",
|
||||
"ms",
|
||||
"nb",
|
||||
"nl",
|
||||
|
|
@ -299,6 +300,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"luxembourgish", "lb_LU.UTF-8"},
|
||||
{"letzebuergesch", "lb_LU.UTF-8"},
|
||||
{"macedonian", "mk_MK.UTF-8"},
|
||||
{"marathi", "mr_IN.UTF-8"},
|
||||
{"malay", "ms_MY.UTF-8"},
|
||||
{"dutch", "nl_NL.UTF-8"},
|
||||
{"nederlands", "nl_NL.UTF-8"},
|
||||
|
|
@ -422,6 +424,7 @@ static void show_lang_usage(int exitcode)
|
|||
/* mk */ " macedonian\n"
|
||||
/* ms */ " malay\n"
|
||||
/* ml */ " malayalam\n"
|
||||
/* nr */ " marathi\n"
|
||||
/* es_MX */ " mexican mexican-spanish espanol-mejicano\n"
|
||||
/* nr */ " ndebele\n"
|
||||
/* nso */ " northern-sotho sesotho-sa-leboa\n"
|
||||
|
|
@ -535,6 +538,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
" lv_LV (Latvian)\n"
|
||||
" lt_LT (Lithuanian Lietuviu)\n"
|
||||
" mk_MK (Macedonian)\n"
|
||||
" mr_IN (Marathi)\n"
|
||||
" nr_ZA (Ndebele)\n"
|
||||
" nso_ZA (Northern Sotho Sotho sa Leboa)\n"
|
||||
" nn_NO (Norwegian Nynorsk Norsk)\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 8, 2012
|
||||
June 14, 2002 - March 28, 2013
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -98,6 +98,7 @@ enum
|
|||
LANG_LV, /* Latvian */
|
||||
LANG_MK, /* Macedonian */
|
||||
LANG_ML, /* Malayalam */
|
||||
LANG_MR, /* Marath */
|
||||
LANG_MS, /* Malay */
|
||||
LANG_NB, /* Norwegian Bokmal */
|
||||
LANG_NL, /* Dutch */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue