vlc/vlc-2.2 | branch: master | Christoph Miebach <[email protected]> | Tue Dec 2 17:54:04 2014 -0500| [f0a8287dcc7480df399091df7616f133e304100e] | committer: Christoph Miebach
Add Spanish (Mexico) to menu > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=f0a8287dcc7480df399091df7616f133e304100e --- 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 37fa19a..ef99edc 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -117,6 +117,7 @@ static const char *const ppsz_language[] = "sl", "ckb", "es", + "es_MX", "sv", "te", "tr", @@ -189,6 +190,7 @@ static const char *const ppsz_language_text[] = "slovenščina", "کوردیی سۆرانی", "Español", + "Español mexicano", "Svenska", "తెలుగు", "Türkçe", _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
