vlc/vlc-2.2 | branch: master | Christoph Miebach <[email protected]> | Thu May 21 04:48:32 2015 -0400| [73e92a990e8dc003844ae2e92e76529e0f26709c] | committer: Christoph Miebach
Add Kashmiri to language menu > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=73e92a990e8dc003844ae2e92e76529e0f26709c --- 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 43bbe82..8e75e73 100644 --- a/modules/gui/macosx/simple_prefs.m +++ b/modules/gui/macosx/simple_prefs.m @@ -88,6 +88,7 @@ static const char *const ppsz_language[] = "nn", "kk", "km", + "ks_IN", "ne", "oc", "fa", @@ -163,6 +164,7 @@ static const char *const ppsz_language_text[] = "Nynorsk", "Қазақ тілі", "ភាសាខ្មែរ", + "कॉशुर", "नेपाली", "Occitan", "ﻑﺍﺮﺳی", diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 8feeecd..3e36e01 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -102,6 +102,7 @@ static const char *const ppsz_language[] = "nn", "kk", "km", + "ks_IN", "ne", "oc", "fa", @@ -177,6 +178,7 @@ static const char *const ppsz_language_text[] = "Nynorsk", "Қазақ тілі", "ភាសាខ្មែរ", + "कॉशुर", "नेपाली", "Occitan", "ﻑﺍﺮﺳی", _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
