Commit b4cdc3f1 authored by Rafaël Carré's avatar Rafaël Carré

Finish to add Malay translation

parent 6484d7b0
......@@ -30,6 +30,7 @@ Interfaces:
Localization:
* Add Czech
* Add Slovak
* Add Malay
Developers:
* Updates to the libvlc API
......
......@@ -30,14 +30,14 @@
#if defined (WIN32) || defined (__APPLE__)
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "cs", "da", "de", "es", "fr", "gl", "he", "hu",
"it", "ja", "ka", "ko", "nl", "oc", "pt_BR", "ro", "ru", "sk", "sv", "tr",
"it", "ja", "ka", "ms", "ko", "nl", "oc", "pt_BR", "ro", "ru", "sk", "sv", "tr",
"zh_CN", "zh_TW" };
static char *ppsz_language_text[] =
{ N_("Auto"), N_("American English"), N_("British English"),
N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"),
N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Japanese"),N_("Georgian"), N_("Malay"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
N_("Slovak"), N_("Turkish"), N_("Simplified Chinese"),
N_("Chinese Traditional") };
......
......@@ -57,6 +57,7 @@ static int FindLanguage( const char * psz_lang )
"Japanese", "ja",
"Korean", "ko",
"Georgian", "ka",
"Malay", "ms",
"Dutch", "nl",
"Occitan", "oc",
"Brazilian Portuguese", "pt_BR",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment