vlc/vlc-2.2 | branch: master | Christoph Miebach <[email protected]> | Tue Dec 2 17:54:51 2014 -0500| [6dd4c8b81655e65788107efe344f0c2236f3ebb6] | committer: Christoph Miebach
Add Thai to menu > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=6dd4c8b81655e65788107efe344f0c2236f3ebb6 --- modules/gui/qt4/components/simple_preferences.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index ef99edc..f8b3a55 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -120,6 +120,7 @@ static const char *const ppsz_language[] = "es_MX", "sv", "te", + "th", "tr", "uk", "vi", @@ -193,6 +194,7 @@ static const char *const ppsz_language_text[] = "Español mexicano", "Svenska", "తెలుగు", + "ภาษาไทย", "Türkçe", "украї́нська мо́ва", "tiếng Việt", _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
