]> git.sesse.net Git - vlc/commitdiff
Activate Vietnamese translation
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 3 Jul 2009 01:01:57 +0000 (02:01 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 1 Oct 2009 20:21:56 +0000 (21:21 +0100)
(cherry picked from commit 67fc71719ac47ad5579e5c361fa16b6c33f188aa)

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
po/LINGUAS
src/libvlc-module.c

index efe0aedd45669db8d449133df9e2e15a15095302..13aaff623f4f3d0c23aec8b62de57e87bcd3b118 100644 (file)
@@ -53,5 +53,6 @@ th
 tl
 tr
 uk
+vi
 zh_CN
 zh_TW
index d22ce8bd7224f8f9a81952736ce992c415fbab12..f7217e38b2dd7ed9ba3b3869ba4c27dc533aad19 100644 (file)
@@ -87,6 +87,7 @@ static const char *const ppsz_language[] =
     "sv",
     "tr",
     "uk",
+    "vi",
 };
 
 static const char *const ppsz_language_text[] =
@@ -133,6 +134,7 @@ static const char *const ppsz_language_text[] =
     "Svenska",
     "Türkçe",
     "украї́нська мо́ва",
+    "tiếng Việt",
 };
 #endif