[vlc-devel] commit: Activate Vietnamese translation (Christophe Mutricy )
git version control
git at videolan.org
Fri Jul 3 03:04:39 CEST 2009
vlc | branch: 1.0-bugfix | Christophe Mutricy <xtophe at videolan.org> | Fri Jul 3 02:01:57 2009 +0100| [67fc71719ac47ad5579e5c361fa16b6c33f188aa] | committer: Christophe Mutricy
Activate Vietnamese translation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67fc71719ac47ad5579e5c361fa16b6c33f188aa
---
THANKS | 1 +
po/LINGUAS | 1 +
src/libvlc-module.c | 2 ++
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/THANKS b/THANKS
index c855af5..5b8bc47 100644
--- a/THANKS
+++ b/THANKS
@@ -32,6 +32,7 @@ Andrew Zaikin <andrew dot zaikin at gmail dot com> - Config saving fixes
Andrey Brilevskiy <director at macwest.ru> - Russian translation
Andrey Wolk <andywolk at gmail . com> - Russian translation
Andy Lindsay <andy_vl at ananam.com> - fixes in the TS demux
+Anh Phan <ppanhh at gmail d0t com> - Vietnamese translation
Animesh Swar <animesh_swar at hotmail.co.uk> - Nepalese translation
Anthony Loiseau <anthony.loiseau at gmail dot com> - Various fixes
Antoine Lejeune - Maemo port
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 ffa9dc7..dd1fc6e 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