Xqt has uploaded a new change for review.

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

Change subject: [BUGFIX] templates must be unicode not string
......................................................................

[BUGFIX] templates must be unicode not string

Change-Id: Id9e6239fa180379bebb75e687c80a35f8e435082
---
M scripts/featured.py
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/18/111218/1

diff --git a/scripts/featured.py b/scripts/featured.py
index 9ea2206..45a57bc 100644
--- a/scripts/featured.py
+++ b/scripts/featured.py
@@ -117,7 +117,7 @@
     'ast': ['Enllaz AD'],
     'az': ['Link FM'],
     'br': ['Liamm PuB', 'Lien AdQ'],
-    'ca': [u'Enllaç AD', 'Link FA', 'Destacat'],
+    'ca': [u'Enllaç AD', 'Destacat'],
     'cy': ['Cyswllt erthygl ddethol', 'Dolen ED'],
     'eo': ['LigoElstara'],
     'en': ['Link FA', 'FA link'],
@@ -126,7 +126,7 @@
     'fr': ['Lien AdQ'],
     'fur': ['Leam VdC'],
     'ga': ['Nasc AR'],
-    'gl': ['Ligazón AD', 'Destacado', 'Link FA'],
+    'gl': [u'Ligazón AD', 'Destacado'],
     'hi': ['Link FA', 'Lien AdQ'],
     'is': [u'Tengill ÚG'],
     'it': ['Link V', 'Link AdQ'],
@@ -143,12 +143,12 @@
 template_good = {
     '_default': ['Link GA'],
     'ar': [u'وصلة مقالة جيدة'],
-    'ca': [u'Enllaç AB', 'Lien BA', 'Abo', 'Link GA'],
+    'ca': [u'Enllaç AB', 'Lien BA', 'Abo'],
     'da': ['Link GA', 'Link AA'],
     'eo': ['LigoLeginda'],
     'es': ['Bueno'],
     'fr': ['Lien BA'],
-    'gl': ['Ligazón AB', 'Link GA'],
+    'gl': [u'Ligazón AB'],
     'is': ['Tengill GG'],
     'it': ['Link VdQ'],
     'nn': ['Link AA'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9e6239fa180379bebb75e687c80a35f8e435082
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

Reply via email to