jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770466 )
Change subject: [L10N] Update closed and removed wikis
......................................................................
[L10N] Update closed and removed wikis
Also solve E501 issues
Change-Id: Ie0fad9048cd4f950b6e6415019da460564f63a5c
---
M pywikibot/families/wikibooks_family.py
M pywikibot/families/wikinews_family.py
M pywikibot/families/wikipedia_family.py
M pywikibot/families/wikiquote_family.py
M pywikibot/families/wiktionary_family.py
5 files changed, 9 insertions(+), 11 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/families/wikibooks_family.py
b/pywikibot/families/wikibooks_family.py
index ff2ec99..5ec26f5 100644
--- a/pywikibot/families/wikibooks_family.py
+++ b/pywikibot/families/wikibooks_family.py
@@ -15,7 +15,7 @@
name = 'wikibooks'
closed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
'aa', 'ak', 'ang', 'as', 'ast', 'ay', 'bi', 'bm', 'bo', 'ch', 'co',
'ga', 'gn', 'got', 'gu', 'ie', 'kn', 'ks', 'lb', 'ln', 'lv', 'mi',
'mn', 'my', 'na', 'nah', 'nds', 'ps', 'qu', 'rm', 'se', 'simple', 'su',
@@ -24,7 +24,7 @@
]
removed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
'als', 'dk', 'tokipona',
]
diff --git a/pywikibot/families/wikinews_family.py
b/pywikibot/families/wikinews_family.py
index e070e81..278b1d2 100644
--- a/pywikibot/families/wikinews_family.py
+++ b/pywikibot/families/wikinews_family.py
@@ -15,7 +15,7 @@
name = 'wikinews'
closed_wikis = [
- #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
'bg', 'hu', 'sd', 'th', 'tr',
]
diff --git a/pywikibot/families/wikipedia_family.py
b/pywikibot/families/wikipedia_family.py
index 0568a0b..6e444e0 100644
--- a/pywikibot/families/wikipedia_family.py
+++ b/pywikibot/families/wikipedia_family.py
@@ -15,16 +15,14 @@
name = 'wikipedia'
closed_wikis = [
- # See:
#
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
'aa', 'cho', 'ho', 'hz', 'ii', 'kj', 'kr', 'lrc', 'mh', 'mus', 'ng',
'ten',
]
removed_wikis = [
- # See:
#
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
- 'dk', 'ru-sib', 'tlh', 'tokipona', 'zh_cn', 'zh_tw',
+ 'dk', 'mo', 'ru-sib', 'tlh', 'tokipona', 'zh_cn', 'zh_tw',
]
languages_by_size = [
diff --git a/pywikibot/families/wikiquote_family.py
b/pywikibot/families/wikiquote_family.py
index d9a8ff8..f211576 100644
--- a/pywikibot/families/wikiquote_family.py
+++ b/pywikibot/families/wikiquote_family.py
@@ -15,14 +15,14 @@
name = 'wikiquote'
closed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
'am', 'ang', 'ast', 'bm', 'co', 'cr', 'ga', 'kk', 'kr', 'ks', 'kw',
'lb', 'na', 'nds', 'qu', 'simple', 'tk', 'tt', 'ug', 'vo', 'za',
'zh-min-nan',
]
removed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
'als', 'tokipona',
]
diff --git a/pywikibot/families/wiktionary_family.py
b/pywikibot/families/wiktionary_family.py
index f9c55ab..6ac0620 100644
--- a/pywikibot/families/wiktionary_family.py
+++ b/pywikibot/families/wiktionary_family.py
@@ -16,14 +16,14 @@
name = 'wiktionary'
closed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist #
noqa: E501
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
'aa', 'ab', 'ak', 'as', 'av', 'bh', 'bi', 'bm', 'bo', 'ch', 'cr', 'dz',
'ik', 'mh', 'pi', 'rm', 'rn', 'sc', 'sn', 'to', 'tw', 'xh', 'yo', 'za',
]
removed_wikis = [
- # See
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist #
noqa: E501
- 'als', 'ba', 'dk', 'tlh', 'tokipona',
+ #
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
+ 'als', 'ba', 'dk', 'mo', 'tlh', 'tokipona',
]
languages_by_size = [
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770466
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie0fad9048cd4f950b6e6415019da460564f63a5c
Gerrit-Change-Number: 770466
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]