[vlc-commits] Preferences: fix arabic and farsi names in the interfaces

Jean-Baptiste Kempf git at videolan.org
Wed May 10 16:14:36 CEST 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 10 16:13:47 2017 +0200| [12c1b844ff655a13deb7bd89ea9376bf06841548] | committer: Jean-Baptiste Kempf

Preferences: fix arabic and farsi names in the interfaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12c1b844ff655a13deb7bd89ea9376bf06841548
---

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

diff --git a/modules/gui/macosx/VLCSimplePrefsController.m b/modules/gui/macosx/VLCSimplePrefsController.m
index 2c4e54947e..8b060a34e5 100644
--- a/modules/gui/macosx/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/VLCSimplePrefsController.m
@@ -113,7 +113,7 @@ static const char *const ppsz_language_text[] =
 {
     N_("Auto"),
     "American English",
-    "ﻉﺮﺒﻳ",
+    "عربي",
     "বাংলা",
     "Português Brasileiro",
     "British English",
@@ -152,7 +152,7 @@ static const char *const ppsz_language_text[] =
     "ភាសាខ្មែរ",
     "नेपाली",
     "Occitan",
-    "ﻑﺍﺮﺳی",
+    "فارسی",
     "Polski",
     "Português",
     "ਪੰਜਾਬੀ",
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index fcd8bdd8d2..cca3c79756 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -63,7 +63,7 @@ static struct {
 } const language_map[] = {
     { "auto",  N_("Auto") },
     { "en",    "American English" },
-    { "ar",    "ﻉﺮﺒﻳ" },
+    { "ar",    "عربي" },
     { "bn",    "বাংলা" },
     { "pt_BR", "Português Brasileiro" },
     { "en_GB", "British English" },
@@ -102,7 +102,7 @@ static struct {
     { "km",    "ភាសាខ្មែរ" },
     { "ne",    "नेपाली" },
     { "oc",    "Occitan" },
-    { "fa",    "ﻑﺍﺮﺳی" },
+    { "fa",    "فارسی" },
     { "pl",    "Polski" },
     { "pt_PT", "Português" },
     { "pa",    "ਪੰਜਾਬੀ" },



More information about the vlc-commits mailing list