[vlc-commits] Add Tamil to menu
    Christoph Miebach 
    git at videolan.org
       
    Sat Apr 25 14:10:01 CEST 2015
    
    
  
vlc/vlc-2.2 | branch: master | Christoph Miebach <christoph.miebach at web.de> | Sat Apr 25 08:07:48 2015 -0400| [429ecd9de2f6e1d02ff6831ddd002301f879fa20] | committer: Christoph Miebach
Add Tamil to menu
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=429ecd9de2f6e1d02ff6831ddd002301f879fa20
---
 modules/gui/macosx/simple_prefs.m                 |    2 ++
 modules/gui/qt4/components/simple_preferences.cpp |    2 ++
 2 files changed, 4 insertions(+)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index ddc0957..43bbe82 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -105,6 +105,7 @@ static const char *const ppsz_language[] =
     "es",
     "es_MX",
     "sv",
+    "ta",
     "te",
     "th",
     "tr",
@@ -179,6 +180,7 @@ static const char *const ppsz_language_text[] =
     "Español",
     "Español mexicano",
     "Svenska",
+    "தமிழ்",
     "తెలుగు",
     "ภาษาไทย",
     "Türkçe",
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 831ccdf..8feeecd 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -119,6 +119,7 @@ static const char *const ppsz_language[] =
     "es",
     "es_MX",
     "sv",
+    "ta",
     "te",
     "th",
     "tr",
@@ -193,6 +194,7 @@ static const char *const ppsz_language_text[] =
     "Español",
     "Español mexicano",
     "Svenska",
+    "தமிழ்",
     "తెలుగు",
     "ภาษาไทย",
     "Türkçe",
    
    
More information about the vlc-commits
mailing list