jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[L10N] Update Wikimania family

- reverting rPWBCea03a8d9a6d5110f848776fbd39bab4a9faca939 as it is not
a proper solution

Bug: T215677
Change-Id: I985211dc0779afaa2c3c7f8faa53aeddf6cc3350
---
M pywikibot/families/wikimania_family.py
M pywikibot/families/wikimediachapter_family.py
2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/pywikibot/families/wikimania_family.py b/pywikibot/families/wikimania_family.py
index bf8b65c..53d4dac 100644
--- a/pywikibot/families/wikimania_family.py
+++ b/pywikibot/families/wikimania_family.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Family module for Wikimania wikis."""
#
-# (C) Pywikibot team, 2017-2018
+# (C) Pywikibot team, 2017-2019
#
# Distributed under the terms of the MIT license.
#
@@ -11,7 +11,7 @@


# The Wikimania family
-class Family(family.WikimediaFamily):
+class Family(family.WikimediaOrgFamily):

"""Family class for Wikimania wikis."""

@@ -19,11 +19,7 @@

closed_wikis = [
'2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013',
- '2014', '2015', '2016', '2017'
+ '2014', '2015', '2016', '2017', '2018',
]

- langs = {
- '2018': 'wikimania2018.wikimedia.org'
- }
-
interwiki_forward = 'wikipedia'
diff --git a/pywikibot/families/wikimediachapter_family.py b/pywikibot/families/wikimediachapter_family.py
index 3a7be5a..a45822a 100644
--- a/pywikibot/families/wikimediachapter_family.py
+++ b/pywikibot/families/wikimediachapter_family.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Family module for Wikimedia chapter, thematic organisation and WUG wikis."""
#
-# (C) Pywikibot team, 2012-2018
+# (C) Pywikibot team, 2012-2019
#
# Distributed under the terms of the MIT license.
#
@@ -23,7 +23,7 @@
codes = [
'am', 'ar', 'bd', 'be', 'br', 'ca', 'cn', 'co', 'dk', 'ec', 'et', 'fi',
'id', 'il', 'mai', 'mk', 'mx', 'nl', 'no', 'nyc', 'pl', 'pt', 'rs',
- 'ru', 'se', 'tr', 'ua', 'uk', 've', 'wb', 'wikimania',
+ 'ru', 'se', 'tr', 'ua', 'uk', 've', 'wb',
]

@classproperty

To view, visit change 489365. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I985211dc0779afaa2c3c7f8faa53aeddf6cc3350
Gerrit-Change-Number: 489365
Gerrit-PatchSet: 4
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: D3r1ck01 <alangiderick@gmail.com>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: Framawiki <framawiki@tools.wmflabs.org>
Gerrit-Reviewer: Mpaa <mpaa.wiki@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zhuyifei1999 <zhuyifei1999@gmail.com>
Gerrit-Reviewer: jenkins-bot (75)