[vlc-devel] [PATCH] qt/macOS gui: Replace ckb by ku_IQ in language mapping

david.fuhrmann at gmail.com david.fuhrmann at gmail.com
Tue May 21 07:51:46 CEST 2019


From: David Fuhrmann <dfuhrmann at videolan.org>

According to changes in po files.
---

Hi All,

This is a patch for 3.0.7:
According to the po changes, both should be the same language and ckb
was removed in favour of ku_IQ, but
I do not know at all if this is actually correct.

Also, a couple of new languages were merged recently, is any of those
translated completely enough to be mentioned in the UI list as well?

BR. David


 modules/gui/macosx/VLCSimplePrefsController.m    | 2 +-
 modules/gui/qt/components/simple_preferences.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/VLCSimplePrefsController.m b/modules/gui/macosx/VLCSimplePrefsController.m
index 8fa8d9383e..8130cb659a 100644
--- a/modules/gui/macosx/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/VLCSimplePrefsController.m
@@ -103,7 +103,7 @@
     { "sr",    "српски",                NO },
     { "sk",    "Slovensky",             NO },
     { "sl",    "slovenščina",           NO },
-    { "ckb",   "کوردیی سۆرانی",         YES },
+    { "ku_IQ", "کوردیی سۆرانی",         YES },
     { "es",    "Español",               NO },
     { "sv",    "Svenska",               NO },
     { "te",    "తెలుగు",                 NO },
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index 0c4615a565..a75ff1f89d 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -117,7 +117,7 @@ static struct {
     { "sr",    "српски" },
     { "sk",    "Slovensky" },
     { "sl",    "slovenščina" },
-    { "ckb",   "کوردیی سۆرانی" },
+    { "ku_IQ", "کوردیی سۆرانی" },
     { "es",    "Español" },
     { "sv",    "Svenska" },
     { "te",    "తెలుగు" },
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list