vlc/vlc-2.2 | branch: master | Christoph Miebach <[email protected]> | Thu May 21 05:10:05 2015 -0400| [3d358d038ac254fb339dfe0803e4233d467ebe2c] | committer: Christoph Miebach
Add Maithili to language menu > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3d358d038ac254fb339dfe0803e4233d467ebe2c --- 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 8e75e73..3dd21f9 100644 --- a/modules/gui/macosx/simple_prefs.m +++ b/modules/gui/macosx/simple_prefs.m @@ -89,6 +89,7 @@ static const char *const ppsz_language[] = "kk", "km", "ks_IN", + "mai", "ne", "oc", "fa", @@ -165,6 +166,7 @@ static const char *const ppsz_language_text[] = "Қазақ тілі", "ភាសាខ្មែរ", "कॉशुर", + "मैथिली", "नेपाली", "Occitan", "ﻑﺍﺮﺳی", diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 3e36e01..7764e3b 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -103,6 +103,7 @@ static const char *const ppsz_language[] = "kk", "km", "ks_IN", + "mai", "ne", "oc", "fa", @@ -179,6 +180,7 @@ static const char *const ppsz_language_text[] = "Қазақ тілі", "ភាសាខ្មែរ", "कॉशुर", + "मैथिली", "नेपाली", "Occitan", "ﻑﺍﺮﺳی", _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
