[vlc-commits] Make Asturian(u) selectable in langlist

Christoph Miebach git at videolan.org
Tue Oct 16 23:50:36 CEST 2012


vlc/vlc-2.0 | branch: master | Christoph Miebach <christoph.miebach at web.de> | Tue Oct 16 23:49:54 2012 +0200| [5d6a6f0e53bb30a4a1e4a55a8d150af4e68b33ee] | committer: Christoph Miebach

Make Asturian(u) selectable in langlist

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5d6a6f0e53bb30a4a1e4a55a8d150af4e68b33ee
---

 src/libvlc-module.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 920ba52..13bc29a 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -50,6 +50,7 @@ static const char *const ppsz_language[] =
     "auto",
     "en",
     "ar",
+    "ast",
     "be",
     "bg",
     "bn",
@@ -117,6 +118,7 @@ static const char *const ppsz_language_text[] =
     N_("Auto"),
     "American English",
     "ﻉﺮﺒﻳ",
+    "Asturianu",
     "Беларуская",
     "български език",
     "বাংলা",



More information about the vlc-commits mailing list