From 77b0926c0a52643f225040ae05f2163e6f81fd93 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Fri, 3 Jul 2009 02:01:57 +0100 Subject: [PATCH] Activate Vietnamese translation (cherry picked from commit 67fc71719ac47ad5579e5c361fa16b6c33f188aa) Signed-off-by: Christophe Mutricy --- po/LINGUAS | 1 + src/libvlc-module.c | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.2