Commit 5e44df17 authored by Rafaël Carré's avatar Rafaël Carré

Added Malay translation

parent 7d1cff0b
...@@ -59,6 +59,7 @@ Interfaces: ...@@ -59,6 +59,7 @@ Interfaces:
Localization: Localization:
* Add Czech * Add Czech
* Add Slovak * Add Slovak
* Add Malay
Developers: Developers:
* Updates to the libvlc API * Updates to the libvlc API
......
...@@ -97,6 +97,7 @@ K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support ...@@ -97,6 +97,7 @@ K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes
Lorena Gomes - Catalan translation Lorena Gomes - Catalan translation
Mahrazi Mohd Kamal <mahrazi at gmail.com> - Malay Translation
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames
Marin Hikank- <podnety _at_ mojepreklady _dot_ net> - Slovak localisation Marin Hikank- <podnety _at_ mojepreklady _dot_ net> - Slovak localisation
......
...@@ -297,7 +297,7 @@ fi ...@@ -297,7 +297,7 @@ fi
dnl dnl
dnl Gettext stuff dnl Gettext stuff
dnl dnl
ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko nl oc pt_BR ro ru sk sv tr zh_CN zh_TW" ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko ms nl oc pt_BR ro ru sk sv tr zh_CN zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT AM_GNU_GETTEXT
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [ AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
......
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
#if defined (WIN32) || defined (__APPLE__) #if defined (WIN32) || defined (__APPLE__)
static char *ppsz_language[] = static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "cs", "da", "de", "es", "fr", "gl", "he", "hu", { "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", "ko", "ms", "nl", "oc", "pt_BR", "ro", "ru", "sk", "sv", "tr",
"zh_CN", "zh_TW" }; "zh_CN", "zh_TW" };
static char *ppsz_language_text[] = static char *ppsz_language_text[] =
{ N_("Auto"), N_("American English"), N_("British English"), { N_("Auto"), N_("American English"), N_("British English"),
N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"), N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"),
N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"), 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_("Korean"), N_("Malay"), N_("Dutch"), N_("Occitan"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"), N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
N_("Slovak"), N_("Turkish"), N_("Simplified Chinese"), N_("Slovak"), N_("Turkish"), N_("Simplified Chinese"),
N_("Chinese Traditional") }; N_("Chinese Traditional") };
......
...@@ -56,6 +56,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -56,6 +56,7 @@ static int FindLanguage( const char * psz_lang )
"Japanese", "ja", "Japanese", "ja",
"Korean", "ko", "Korean", "ko",
"Georgian", "ka", "Georgian", "ka",
"Malay", "ms",
"Dutch", "nl", "Dutch", "nl",
"Occitan", "oc", "Occitan", "oc",
"Brazilian Portuguese", "pt_BR", "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