From 5f6a8d74c11c4b158ac7198da890db7da7b2ff18 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Thu, 10 Jun 2010 19:29:12 +0100 Subject: [PATCH] Allow users to select Sinhala --- src/libvlc-module.c | 2 ++ 1 file changed, 2 insertions(+) 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", -- 2.39.2