jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/910721 )

Change subject: Add support for guwwikinews
......................................................................

Add support for guwwikinews

Bug: T334459
Change-Id: I2aa26a3aae28ed83fcc24e78373cea8e200f1b46
---
M ROADMAP.rst
M pywikibot/families/wikinews_family.py
2 files changed, 13 insertions(+), 2 deletions(-)

Approvals:
  Meno25: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/ROADMAP.rst b/ROADMAP.rst
index 4ecf11b..6a9c831 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -2,6 +2,7 @@
 ---------------

 * Add support for kbdwiktionary (:phab:`T333271`)
+* Add support for guwwikinews (:phab:`T334459`)


 Deprecations
diff --git a/pywikibot/families/wikinews_family.py 
b/pywikibot/families/wikinews_family.py
index f3c807e..d696da2 100644
--- a/pywikibot/families/wikinews_family.py
+++ b/pywikibot/families/wikinews_family.py
@@ -1,6 +1,6 @@
 """Family module for Wikinews."""
 #
-# (C) Pywikibot team, 2005-2022
+# (C) Pywikibot team, 2005-2023
 #
 # Distributed under the terms of the MIT license.
 #
@@ -22,7 +22,7 @@
     languages_by_size = [
         'ru', 'sr', 'pt', 'fr', 'en', 'pl', 'zh', 'de', 'es', 'it', 'ar', 'cs',
         'ca', 'nl', 'el', 'ta', 'li', 'sv', 'uk', 'fa', 'fi', 'ro', 'ja', 'eo',
-        'sq', 'no', 'ko', 'bs', 'he',
+        'sq', 'no', 'ko', 'bs', 'he', 'guw',
     ]

     category_redirect_templates = {

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/910721
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: I2aa26a3aae28ed83fcc24e78373cea8e200f1b46
Gerrit-Change-Number: 910721
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <[email protected]>
Gerrit-Reviewer: Meno25 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Xqt <[email protected]>
Gerrit-CC: Zabe <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to