[vlc-commits] commit: Allow users to select Sinhala (Christophe Mutricy )
git at videolan.org
git at videolan.org
Thu Jun 10 20:31:58 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Jun 10 19:29:12 2010 +0100| [5f6a8d74c11c4b158ac7198da890db7da7b2ff18] | committer: Christophe Mutricy
Allow users to select Sinhala
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f6a8d74c11c4b158ac7198da890db7da7b2ff18
---
src/libvlc-module.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 280db3f..f9dbdce 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -84,6 +84,7 @@ static const char *const ppsz_language[] =
"ro",
"ru",
"zh_CN",
+ "si",
"sr",
"sk",
"sl",
@@ -136,6 +137,7 @@ static const char *const ppsz_language_text[] =
"Română",
"Русский",
"简体中文",
+ "සිංහල",
"српски",
"Slovensky",
"slovenščina",
More information about the vlc-commits
mailing list