Ladsgroup has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/93025


Change subject: Prevent from returning to Arabic when Persian message doesn't 
exists
......................................................................

Prevent from returning to Arabic when Persian message doesn't exists

As a Persian I need to say, Arabic and Persian just have the writing system in 
common and even they belong to different lingual groups.
fa belongs to Indio-Europian and Arabic is Semetic. Returning to Arabic when fa 
message doesn't exists make Persian people angry
Becaue they don't like to be mistaken as Arabs and this retuning has no 
advantage for Persian, Persians know English better than Arabic

Change-Id: I974ee52e924a57d8ef38a66d997b03949adfcac6
---
M pywikibot/i18n.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/25/93025/1

diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py
index d180604..e78e961 100644
--- a/pywikibot/i18n.py
+++ b/pywikibot/i18n.py
@@ -43,7 +43,7 @@
     if code in ['aa', 'ti']:
         return ['am']
     #Arab
-    if code in ['arc', 'arz', 'fa', 'so']:
+    if code in ['arc', 'arz', 'so']:
         return ['ar']
     if code == 'kab':
         return ['ar', 'fr']

-- 
To view, visit https://gerrit.wikimedia.org/r/93025
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I974ee52e924a57d8ef38a66d997b03949adfcac6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to