jenkins-bot has submitted this change and it was merged.
Change subject: Adding Czech Wikipedia to Wikipedia library in Wikidata sources ......................................................................
Adding Czech Wikipedia to Wikipedia library in Wikidata sources
Change-Id: I6e3ed96a3cbe1cc65e3b9b2ff9f9d814150e82ec --- M harvest_template.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified
diff --git a/harvest_template.py b/harvest_template.py index ebbf5eb..8cb29d4 100644 --- a/harvest_template.py +++ b/harvest_template.py @@ -67,6 +67,7 @@ 'be': 'Q877583', 'uk': 'Q199698', 'tr': 'Q58255', + 'cs': 'Q191168', } # TODO: Should be moved to a central wikidata library
if lang in source_values:
pywikibot-commits@lists.wikimedia.org