[vlc-commits] commit: Allow users to select Sinhala (Christophe Mutricy )
git at videolan.org
git at videolan.org
Wed Jun 30 01:19:30 CEST 2010
vlc/vlc-1.1 | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Jun 10 19:29:12 2010 +0100| [7fb711b7c94660d18fec60811153346f3b00ba01] | committer: Christophe Mutricy
Allow users to select Sinhala
(cherry picked from commit 5f6a8d74c11c4b158ac7198da890db7da7b2ff18)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=7fb711b7c94660d18fec60811153346f3b00ba01
---
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 efaccbc..5c696f2 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