[vlc-devel] commit: Activate Vietnamese translation (Christophe Mutricy )
git version control
git at videolan.org
Fri Oct 2 00:14:26 CEST 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Jul 3 02:01:57 2009 +0100| [77b0926c0a52643f225040ae05f2163e6f81fd93] | committer: Christophe Mutricy
Activate Vietnamese translation
(cherry picked from commit 67fc71719ac47ad5579e5c361fa16b6c33f188aa)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77b0926c0a52643f225040ae05f2163e6f81fd93
---
po/LINGUAS | 1 +
src/libvlc-module.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/po/LINGUAS b/po/LINGUAS
index efe0aed..13aaff6 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 d22ce8b..f7217e3 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
More information about the vlc-devel
mailing list