From: Christophe Mutricy Date: Thu, 10 Jun 2010 18:29:12 +0000 (+0100) Subject: Allow users to select Sinhala X-Git-Tag: 1.2.0-pre1~6253 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5f6a8d74c11c4b158ac7198da890db7da7b2ff18;p=vlc Allow users to select Sinhala --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 280db3fc59..f9dbdce9b0 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",