[vlc-commits] Qt: add Welsh selection for Windows.

Jean-Baptiste Kempf git at videolan.org
Sun Oct 6 16:53:32 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct  6 16:51:34 2013 +0200| [1de4bcee4491cd9cc9a9ec926afe41464b6271c3] | committer: Jean-Baptiste Kempf

Qt: add Welsh selection for Windows.

Close #9592

(cherry picked from commit 800f19059d3e8d88ac40244ca175e0ecfff38dc4)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=1de4bcee4491cd9cc9a9ec926afe41464b6271c3
---

 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 2eb0608..ab415a3 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -68,6 +68,7 @@ static const char *const ppsz_language[] =
     "ca",
     "zh_TW",
     "cs",
+    "cy",
     "da",
     "nl",
     "fi",
@@ -132,6 +133,7 @@ static const char *const ppsz_language_text[] =
     "Català",
     "正體中文",
     "Čeština",
+    "Cymraeg",
     "Dansk",
     "Nederlands",
     "Suomi",



More information about the vlc-commits mailing list