Xqt has uploaded a new change for review. https://gerrit.wikimedia.org/r/93028
Change subject: Remove fallback from Persian to Arabic (update from compat) ...................................................................... Remove fallback from Persian to Arabic (update from compat) 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 angryBecaue they don't like to be mistaken as Arabs and this retuning has no advantage for Persian, Persians know English better than Arabic https://gerrit.wikimedia.org/r/#/c/93025/ Change-Id: Iac4534c72bfc0b66959eba5442d882f4244f7c9c --- M pywikibot/i18n.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/28/93028/1 diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index 4a96bbe..b2952d7 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/93028 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac4534c72bfc0b66959eba5442d882f4244f7c9c Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
