From: Christophe Mutricy Date: Fri, 3 Jul 2009 01:01:57 +0000 (+0100) Subject: Activate Vietnamese translation X-Git-Tag: 1.1.0-ff~3076 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=77b0926c0a52643f225040ae05f2163e6f81fd93;p=vlc Activate Vietnamese translation (cherry picked from commit 67fc71719ac47ad5579e5c361fa16b6c33f188aa) Signed-off-by: Christophe Mutricy --- diff --git a/po/LINGUAS b/po/LINGUAS index efe0aedd45..13aaff623f 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -53,5 +53,6 @@ th tl tr uk +vi zh_CN zh_TW diff --git a/src/libvlc-module.c b/src/libvlc-module.c index d22ce8bd72..f7217e38b2 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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