pywikibot-scripts 9.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pywikibot_scripts/README.rst +204 -0
- pywikibot_scripts/__init__.py +40 -0
- pywikibot_scripts/add_text.py +239 -0
- pywikibot_scripts/archivebot.py +999 -0
- pywikibot_scripts/basic.py +176 -0
- pywikibot_scripts/blockpageschecker.py +494 -0
- pywikibot_scripts/category.py +1692 -0
- pywikibot_scripts/category_graph.py +255 -0
- pywikibot_scripts/category_redirect.py +597 -0
- pywikibot_scripts/change_pagelang.py +190 -0
- pywikibot_scripts/checkimages.py +1718 -0
- pywikibot_scripts/claimit.py +155 -0
- pywikibot_scripts/clean_sandbox.py +363 -0
- pywikibot_scripts/commons_information.py +328 -0
- pywikibot_scripts/commonscat.py +579 -0
- pywikibot_scripts/coordinate_import.py +185 -0
- pywikibot_scripts/cosmetic_changes.py +133 -0
- pywikibot_scripts/create_isbn_edition.py +823 -0
- pywikibot_scripts/data_ingestion.py +346 -0
- pywikibot_scripts/dataextend.py +17768 -0
- pywikibot_scripts/delete.py +295 -0
- pywikibot_scripts/delinker.py +249 -0
- pywikibot_scripts/djvutext.py +213 -0
- pywikibot_scripts/download_dump.py +237 -0
- pywikibot_scripts/fixing_redirects.py +254 -0
- pywikibot_scripts/harvest_template.py +591 -0
- pywikibot_scripts/i18n/.git +1 -0
- pywikibot_scripts/i18n/.gitignore +7 -0
- pywikibot_scripts/i18n/.gitreview +6 -0
- pywikibot_scripts/i18n/Gruntfile.js +14 -0
- pywikibot_scripts/i18n/__init__.py +12 -0
- pywikibot_scripts/i18n/__pycache__/__init__.cpython-311.pyc +0 -0
- pywikibot_scripts/i18n/__pycache__/__init__.cpython-313.pyc +0 -0
- pywikibot_scripts/i18n/add_text/ab.json +8 -0
- pywikibot_scripts/i18n/add_text/af.json +6 -0
- pywikibot_scripts/i18n/add_text/am.json +8 -0
- pywikibot_scripts/i18n/add_text/an.json +8 -0
- pywikibot_scripts/i18n/add_text/ang.json +6 -0
- pywikibot_scripts/i18n/add_text/ar.json +6 -0
- pywikibot_scripts/i18n/add_text/arc.json +6 -0
- pywikibot_scripts/i18n/add_text/arz.json +6 -0
- pywikibot_scripts/i18n/add_text/as.json +6 -0
- pywikibot_scripts/i18n/add_text/ast.json +9 -0
- pywikibot_scripts/i18n/add_text/av.json +8 -0
- pywikibot_scripts/i18n/add_text/awa.json +8 -0
- pywikibot_scripts/i18n/add_text/az.json +8 -0
- pywikibot_scripts/i18n/add_text/azb.json +9 -0
- pywikibot_scripts/i18n/add_text/ba.json +8 -0
- pywikibot_scripts/i18n/add_text/bar.json +6 -0
- pywikibot_scripts/i18n/add_text/bcl.json +6 -0
- pywikibot_scripts/i18n/add_text/be-tarask.json +8 -0
- pywikibot_scripts/i18n/add_text/be.json +6 -0
- pywikibot_scripts/i18n/add_text/bg.json +8 -0
- pywikibot_scripts/i18n/add_text/bgn.json +8 -0
- pywikibot_scripts/i18n/add_text/bjn.json +6 -0
- pywikibot_scripts/i18n/add_text/blk.json +8 -0
- pywikibot_scripts/i18n/add_text/bn.json +9 -0
- pywikibot_scripts/i18n/add_text/bo.json +6 -0
- pywikibot_scripts/i18n/add_text/bpy.json +6 -0
- pywikibot_scripts/i18n/add_text/br.json +8 -0
- pywikibot_scripts/i18n/add_text/bs.json +8 -0
- pywikibot_scripts/i18n/add_text/ca.json +10 -0
- pywikibot_scripts/i18n/add_text/ce.json +6 -0
- pywikibot_scripts/i18n/add_text/ceb.json +6 -0
- pywikibot_scripts/i18n/add_text/ckb.json +10 -0
- pywikibot_scripts/i18n/add_text/crh.json +4 -0
- pywikibot_scripts/i18n/add_text/cs.json +10 -0
- pywikibot_scripts/i18n/add_text/csb.json +8 -0
- pywikibot_scripts/i18n/add_text/cu.json +8 -0
- pywikibot_scripts/i18n/add_text/cv.json +8 -0
- pywikibot_scripts/i18n/add_text/cy.json +8 -0
- pywikibot_scripts/i18n/add_text/da.json +9 -0
- pywikibot_scripts/i18n/add_text/dag.json +8 -0
- pywikibot_scripts/i18n/add_text/de.json +6 -0
- pywikibot_scripts/i18n/add_text/diq.json +8 -0
- pywikibot_scripts/i18n/add_text/dty.json +8 -0
- pywikibot_scripts/i18n/add_text/dv.json +6 -0
- pywikibot_scripts/i18n/add_text/el.json +6 -0
- pywikibot_scripts/i18n/add_text/eml.json +8 -0
- pywikibot_scripts/i18n/add_text/en.json +4 -0
- pywikibot_scripts/i18n/add_text/eo.json +8 -0
- pywikibot_scripts/i18n/add_text/es.json +11 -0
- pywikibot_scripts/i18n/add_text/et.json +8 -0
- pywikibot_scripts/i18n/add_text/eu.json +6 -0
- pywikibot_scripts/i18n/add_text/ext.json +6 -0
- pywikibot_scripts/i18n/add_text/fa.json +6 -0
- pywikibot_scripts/i18n/add_text/fi.json +8 -0
- pywikibot_scripts/i18n/add_text/fo.json +6 -0
- pywikibot_scripts/i18n/add_text/fr.json +9 -0
- pywikibot_scripts/i18n/add_text/frp.json +8 -0
- pywikibot_scripts/i18n/add_text/frr.json +8 -0
- pywikibot_scripts/i18n/add_text/fur.json +6 -0
- pywikibot_scripts/i18n/add_text/fy.json +6 -0
- pywikibot_scripts/i18n/add_text/ga.json +6 -0
- pywikibot_scripts/i18n/add_text/gl.json +6 -0
- pywikibot_scripts/i18n/add_text/gn.json +8 -0
- pywikibot_scripts/i18n/add_text/gsw.json +6 -0
- pywikibot_scripts/i18n/add_text/gu.json +8 -0
- pywikibot_scripts/i18n/add_text/gv.json +6 -0
- pywikibot_scripts/i18n/add_text/hak.json +8 -0
- pywikibot_scripts/i18n/add_text/haw.json +8 -0
- pywikibot_scripts/i18n/add_text/he.json +6 -0
- pywikibot_scripts/i18n/add_text/hi.json +9 -0
- pywikibot_scripts/i18n/add_text/hr.json +6 -0
- pywikibot_scripts/i18n/add_text/hsb.json +6 -0
- pywikibot_scripts/i18n/add_text/ht.json +6 -0
- pywikibot_scripts/i18n/add_text/hu.json +9 -0
- pywikibot_scripts/i18n/add_text/hy.json +6 -0
- pywikibot_scripts/i18n/add_text/ia.json +6 -0
- pywikibot_scripts/i18n/add_text/id.json +10 -0
- pywikibot_scripts/i18n/add_text/ie.json +6 -0
- pywikibot_scripts/i18n/add_text/ilo.json +8 -0
- pywikibot_scripts/i18n/add_text/io.json +6 -0
- pywikibot_scripts/i18n/add_text/is.json +8 -0
- pywikibot_scripts/i18n/add_text/it.json +6 -0
- pywikibot_scripts/i18n/add_text/ja.json +10 -0
- pywikibot_scripts/i18n/add_text/jv.json +8 -0
- pywikibot_scripts/i18n/add_text/ka.json +6 -0
- pywikibot_scripts/i18n/add_text/kaa.json +8 -0
- pywikibot_scripts/i18n/add_text/kab.json +8 -0
- pywikibot_scripts/i18n/add_text/kjp.json +8 -0
- pywikibot_scripts/i18n/add_text/kk.json +6 -0
- pywikibot_scripts/i18n/add_text/kl.json +6 -0
- pywikibot_scripts/i18n/add_text/km.json +8 -0
- pywikibot_scripts/i18n/add_text/kn.json +9 -0
- pywikibot_scripts/i18n/add_text/ko-kp.json +8 -0
- pywikibot_scripts/i18n/add_text/ko.json +9 -0
- pywikibot_scripts/i18n/add_text/koi.json +6 -0
- pywikibot_scripts/i18n/add_text/krc.json +8 -0
- pywikibot_scripts/i18n/add_text/krl.json +8 -0
- pywikibot_scripts/i18n/add_text/ksh.json +6 -0
- pywikibot_scripts/i18n/add_text/ku.json +8 -0
- pywikibot_scripts/i18n/add_text/kv.json +6 -0
- pywikibot_scripts/i18n/add_text/kw.json +8 -0
- pywikibot_scripts/i18n/add_text/ky.json +6 -0
- pywikibot_scripts/i18n/add_text/la.json +6 -0
- pywikibot_scripts/i18n/add_text/lad.json +6 -0
- pywikibot_scripts/i18n/add_text/lb.json +9 -0
- pywikibot_scripts/i18n/add_text/lez.json +8 -0
- pywikibot_scripts/i18n/add_text/li.json +6 -0
- pywikibot_scripts/i18n/add_text/lmo.json +6 -0
- pywikibot_scripts/i18n/add_text/ln.json +6 -0
- pywikibot_scripts/i18n/add_text/lo.json +6 -0
- pywikibot_scripts/i18n/add_text/lt.json +8 -0
- pywikibot_scripts/i18n/add_text/lus.json +8 -0
- pywikibot_scripts/i18n/add_text/lv.json +6 -0
- pywikibot_scripts/i18n/add_text/lzh.json +9 -0
- pywikibot_scripts/i18n/add_text/map-bms.json +8 -0
- pywikibot_scripts/i18n/add_text/mdf.json +6 -0
- pywikibot_scripts/i18n/add_text/mg.json +6 -0
- pywikibot_scripts/i18n/add_text/mhr.json +8 -0
- pywikibot_scripts/i18n/add_text/mi.json +6 -0
- pywikibot_scripts/i18n/add_text/min.json +6 -0
- pywikibot_scripts/i18n/add_text/mk.json +8 -0
- pywikibot_scripts/i18n/add_text/ml.json +8 -0
- pywikibot_scripts/i18n/add_text/mn.json +6 -0
- pywikibot_scripts/i18n/add_text/mni.json +8 -0
- pywikibot_scripts/i18n/add_text/mnw.json +8 -0
- pywikibot_scripts/i18n/add_text/mo.json +6 -0
- pywikibot_scripts/i18n/add_text/mr.json +6 -0
- pywikibot_scripts/i18n/add_text/mrh.json +8 -0
- pywikibot_scripts/i18n/add_text/mrj.json +6 -0
- pywikibot_scripts/i18n/add_text/ms.json +6 -0
- pywikibot_scripts/i18n/add_text/mt.json +6 -0
- pywikibot_scripts/i18n/add_text/mwl.json +6 -0
- pywikibot_scripts/i18n/add_text/my.json +8 -0
- pywikibot_scripts/i18n/add_text/myv.json +6 -0
- pywikibot_scripts/i18n/add_text/mzn.json +6 -0
- pywikibot_scripts/i18n/add_text/nah.json +6 -0
- pywikibot_scripts/i18n/add_text/nan.json +8 -0
- pywikibot_scripts/i18n/add_text/nap.json +8 -0
- pywikibot_scripts/i18n/add_text/nb.json +8 -0
- pywikibot_scripts/i18n/add_text/nds-nl.json +8 -0
- pywikibot_scripts/i18n/add_text/nds.json +6 -0
- pywikibot_scripts/i18n/add_text/ne.json +9 -0
- pywikibot_scripts/i18n/add_text/new.json +9 -0
- pywikibot_scripts/i18n/add_text/nl.json +8 -0
- pywikibot_scripts/i18n/add_text/nn.json +9 -0
- pywikibot_scripts/i18n/add_text/nov.json +6 -0
- pywikibot_scripts/i18n/add_text/nqo.json +8 -0
- pywikibot_scripts/i18n/add_text/nrm.json +6 -0
- pywikibot_scripts/i18n/add_text/nv.json +6 -0
- pywikibot_scripts/i18n/add_text/nyn.json +8 -0
- pywikibot_scripts/i18n/add_text/oc.json +6 -0
- pywikibot_scripts/i18n/add_text/or.json +8 -0
- pywikibot_scripts/i18n/add_text/os.json +6 -0
- pywikibot_scripts/i18n/add_text/pa.json +8 -0
- pywikibot_scripts/i18n/add_text/pcd.json +6 -0
- pywikibot_scripts/i18n/add_text/pdc.json +6 -0
- pywikibot_scripts/i18n/add_text/pfl.json +6 -0
- pywikibot_scripts/i18n/add_text/pl.json +9 -0
- pywikibot_scripts/i18n/add_text/pms.json +6 -0
- pywikibot_scripts/i18n/add_text/pnb.json +6 -0
- pywikibot_scripts/i18n/add_text/ps.json +6 -0
- pywikibot_scripts/i18n/add_text/pt-br.json +8 -0
- pywikibot_scripts/i18n/add_text/pt.json +9 -0
- pywikibot_scripts/i18n/add_text/qqq.json +8 -0
- pywikibot_scripts/i18n/add_text/qu.json +6 -0
- pywikibot_scripts/i18n/add_text/rm.json +6 -0
- pywikibot_scripts/i18n/add_text/ro.json +6 -0
- pywikibot_scripts/i18n/add_text/roa-tara.json +4 -0
- pywikibot_scripts/i18n/add_text/ru.json +11 -0
- pywikibot_scripts/i18n/add_text/rue.json +6 -0
- pywikibot_scripts/i18n/add_text/rw.json +6 -0
- pywikibot_scripts/i18n/add_text/sa.json +8 -0
- pywikibot_scripts/i18n/add_text/sah.json +6 -0
- pywikibot_scripts/i18n/add_text/scn.json +8 -0
- pywikibot_scripts/i18n/add_text/sco.json +8 -0
- pywikibot_scripts/i18n/add_text/sd.json +8 -0
- pywikibot_scripts/i18n/add_text/sgs.json +6 -0
- pywikibot_scripts/i18n/add_text/sh.json +8 -0
- pywikibot_scripts/i18n/add_text/shn.json +8 -0
- pywikibot_scripts/i18n/add_text/si.json +6 -0
- pywikibot_scripts/i18n/add_text/sk.json +9 -0
- pywikibot_scripts/i18n/add_text/skr.json +8 -0
- pywikibot_scripts/i18n/add_text/sl.json +6 -0
- pywikibot_scripts/i18n/add_text/sms.json +8 -0
- pywikibot_scripts/i18n/add_text/so.json +8 -0
- pywikibot_scripts/i18n/add_text/sq.json +8 -0
- pywikibot_scripts/i18n/add_text/sr.json +11 -0
- pywikibot_scripts/i18n/add_text/su.json +6 -0
- pywikibot_scripts/i18n/add_text/sv.json +6 -0
- pywikibot_scripts/i18n/add_text/sw.json +9 -0
- pywikibot_scripts/i18n/add_text/szl.json +6 -0
- pywikibot_scripts/i18n/add_text/ta.json +9 -0
- pywikibot_scripts/i18n/add_text/te.json +8 -0
- pywikibot_scripts/i18n/add_text/tet.json +6 -0
- pywikibot_scripts/i18n/add_text/tg.json +6 -0
- pywikibot_scripts/i18n/add_text/th.json +8 -0
- pywikibot_scripts/i18n/add_text/tk.json +6 -0
- pywikibot_scripts/i18n/add_text/tl.json +8 -0
- pywikibot_scripts/i18n/add_text/tly.json +10 -0
- pywikibot_scripts/i18n/add_text/to.json +6 -0
- pywikibot_scripts/i18n/add_text/tr.json +8 -0
- pywikibot_scripts/i18n/add_text/tt.json +6 -0
- pywikibot_scripts/i18n/add_text/tyv.json +9 -0
- pywikibot_scripts/i18n/add_text/tzm.json +8 -0
- pywikibot_scripts/i18n/add_text/udm.json +6 -0
- pywikibot_scripts/i18n/add_text/ug.json +8 -0
- pywikibot_scripts/i18n/add_text/uk.json +6 -0
- pywikibot_scripts/i18n/add_text/ur.json +8 -0
- pywikibot_scripts/i18n/add_text/uz.json +6 -0
- pywikibot_scripts/i18n/add_text/vec.json +8 -0
- pywikibot_scripts/i18n/add_text/vi.json +6 -0
- pywikibot_scripts/i18n/add_text/vls.json +6 -0
- pywikibot_scripts/i18n/add_text/vo.json +6 -0
- pywikibot_scripts/i18n/add_text/vro.json +6 -0
- pywikibot_scripts/i18n/add_text/wa.json +8 -0
- pywikibot_scripts/i18n/add_text/war.json +8 -0
- pywikibot_scripts/i18n/add_text/xal.json +6 -0
- pywikibot_scripts/i18n/add_text/xmf.json +8 -0
- pywikibot_scripts/i18n/add_text/yi.json +6 -0
- pywikibot_scripts/i18n/add_text/yo.json +8 -0
- pywikibot_scripts/i18n/add_text/yue.json +9 -0
- pywikibot_scripts/i18n/add_text/zh.json +10 -0
- pywikibot_scripts/i18n/archivebot/ab.json +11 -0
- pywikibot_scripts/i18n/archivebot/aeb.json +10 -0
- pywikibot_scripts/i18n/archivebot/af.json +12 -0
- pywikibot_scripts/i18n/archivebot/am.json +11 -0
- pywikibot_scripts/i18n/archivebot/an.json +12 -0
- pywikibot_scripts/i18n/archivebot/ar.json +14 -0
- pywikibot_scripts/i18n/archivebot/arc.json +12 -0
- pywikibot_scripts/i18n/archivebot/arz.json +9 -0
- pywikibot_scripts/i18n/archivebot/ast.json +13 -0
- pywikibot_scripts/i18n/archivebot/av.json +11 -0
- pywikibot_scripts/i18n/archivebot/awa.json +11 -0
- pywikibot_scripts/i18n/archivebot/az.json +12 -0
- pywikibot_scripts/i18n/archivebot/azb.json +13 -0
- pywikibot_scripts/i18n/archivebot/ba.json +14 -0
- pywikibot_scripts/i18n/archivebot/bar.json +8 -0
- pywikibot_scripts/i18n/archivebot/bcc.json +11 -0
- pywikibot_scripts/i18n/archivebot/be-tarask.json +14 -0
- pywikibot_scripts/i18n/archivebot/be.json +10 -0
- pywikibot_scripts/i18n/archivebot/bg.json +13 -0
- pywikibot_scripts/i18n/archivebot/bgn.json +8 -0
- pywikibot_scripts/i18n/archivebot/bjn.json +14 -0
- pywikibot_scripts/i18n/archivebot/blk.json +11 -0
- pywikibot_scripts/i18n/archivebot/bn.json +18 -0
- pywikibot_scripts/i18n/archivebot/bo.json +11 -0
- pywikibot_scripts/i18n/archivebot/br.json +13 -0
- pywikibot_scripts/i18n/archivebot/bs.json +14 -0
- pywikibot_scripts/i18n/archivebot/ca.json +17 -0
- pywikibot_scripts/i18n/archivebot/ce.json +11 -0
- pywikibot_scripts/i18n/archivebot/ckb.json +17 -0
- pywikibot_scripts/i18n/archivebot/co.json +8 -0
- pywikibot_scripts/i18n/archivebot/cs.json +19 -0
- pywikibot_scripts/i18n/archivebot/csb.json +11 -0
- pywikibot_scripts/i18n/archivebot/cy.json +13 -0
- pywikibot_scripts/i18n/archivebot/da.json +14 -0
- pywikibot_scripts/i18n/archivebot/dag.json +9 -0
- pywikibot_scripts/i18n/archivebot/de.json +15 -0
- pywikibot_scripts/i18n/archivebot/diq.json +14 -0
- pywikibot_scripts/i18n/archivebot/dsb.json +8 -0
- pywikibot_scripts/i18n/archivebot/dty.json +9 -0
- pywikibot_scripts/i18n/archivebot/el.json +14 -0
- pywikibot_scripts/i18n/archivebot/eml.json +12 -0
- pywikibot_scripts/i18n/archivebot/en.json +12 -0
- pywikibot_scripts/i18n/archivebot/eo.json +16 -0
- pywikibot_scripts/i18n/archivebot/es.json +19 -0
- pywikibot_scripts/i18n/archivebot/et.json +13 -0
- pywikibot_scripts/i18n/archivebot/eu.json +13 -0
- pywikibot_scripts/i18n/archivebot/fa.json +18 -0
- pywikibot_scripts/i18n/archivebot/fi.json +15 -0
- pywikibot_scripts/i18n/archivebot/fo.json +11 -0
- pywikibot_scripts/i18n/archivebot/fr.json +17 -0
- pywikibot_scripts/i18n/archivebot/frp.json +12 -0
- pywikibot_scripts/i18n/archivebot/frr.json +13 -0
- pywikibot_scripts/i18n/archivebot/ga.json +11 -0
- pywikibot_scripts/i18n/archivebot/gl.json +16 -0
- pywikibot_scripts/i18n/archivebot/gn.json +11 -0
- pywikibot_scripts/i18n/archivebot/gsw.json +12 -0
- pywikibot_scripts/i18n/archivebot/ha.json +11 -0
- pywikibot_scripts/i18n/archivebot/hak.json +11 -0
- pywikibot_scripts/i18n/archivebot/haw.json +12 -0
- pywikibot_scripts/i18n/archivebot/he.json +15 -0
- pywikibot_scripts/i18n/archivebot/hi.json +13 -0
- pywikibot_scripts/i18n/archivebot/hif.json +9 -0
- pywikibot_scripts/i18n/archivebot/hr.json +13 -0
- pywikibot_scripts/i18n/archivebot/hsb.json +11 -0
- pywikibot_scripts/i18n/archivebot/hu.json +17 -0
- pywikibot_scripts/i18n/archivebot/hy.json +13 -0
- pywikibot_scripts/i18n/archivebot/ia.json +12 -0
- pywikibot_scripts/i18n/archivebot/id.json +18 -0
- pywikibot_scripts/i18n/archivebot/ilo.json +11 -0
- pywikibot_scripts/i18n/archivebot/io.json +11 -0
- pywikibot_scripts/i18n/archivebot/is.json +14 -0
- pywikibot_scripts/i18n/archivebot/it.json +17 -0
- pywikibot_scripts/i18n/archivebot/ja.json +17 -0
- pywikibot_scripts/i18n/archivebot/jv.json +11 -0
- pywikibot_scripts/i18n/archivebot/ka.json +8 -0
- pywikibot_scripts/i18n/archivebot/kaa.json +11 -0
- pywikibot_scripts/i18n/archivebot/kab.json +13 -0
- pywikibot_scripts/i18n/archivebot/kjp.json +11 -0
- pywikibot_scripts/i18n/archivebot/kk.json +11 -0
- pywikibot_scripts/i18n/archivebot/km.json +8 -0
- pywikibot_scripts/i18n/archivebot/kn.json +11 -0
- pywikibot_scripts/i18n/archivebot/ko-kp.json +8 -0
- pywikibot_scripts/i18n/archivebot/ko.json +16 -0
- pywikibot_scripts/i18n/archivebot/krc.json +11 -0
- pywikibot_scripts/i18n/archivebot/krl.json +8 -0
- pywikibot_scripts/i18n/archivebot/ksh.json +11 -0
- pywikibot_scripts/i18n/archivebot/ku.json +11 -0
- pywikibot_scripts/i18n/archivebot/ky.json +9 -0
- pywikibot_scripts/i18n/archivebot/lb.json +12 -0
- pywikibot_scripts/i18n/archivebot/li.json +13 -0
- pywikibot_scripts/i18n/archivebot/lt.json +14 -0
- pywikibot_scripts/i18n/archivebot/lus.json +9 -0
- pywikibot_scripts/i18n/archivebot/lv.json +9 -0
- pywikibot_scripts/i18n/archivebot/map-bms.json +11 -0
- pywikibot_scripts/i18n/archivebot/mg.json +11 -0
- pywikibot_scripts/i18n/archivebot/min.json +11 -0
- pywikibot_scripts/i18n/archivebot/mk.json +13 -0
- pywikibot_scripts/i18n/archivebot/ml.json +11 -0
- pywikibot_scripts/i18n/archivebot/mni.json +8 -0
- pywikibot_scripts/i18n/archivebot/mnw.json +9 -0
- pywikibot_scripts/i18n/archivebot/mr.json +10 -0
- pywikibot_scripts/i18n/archivebot/mrh.json +11 -0
- pywikibot_scripts/i18n/archivebot/mrj.json +9 -0
- pywikibot_scripts/i18n/archivebot/ms.json +11 -0
- pywikibot_scripts/i18n/archivebot/mt.json +9 -0
- pywikibot_scripts/i18n/archivebot/my.json +13 -0
- pywikibot_scripts/i18n/archivebot/nan.json +12 -0
- pywikibot_scripts/i18n/archivebot/nap.json +12 -0
- pywikibot_scripts/i18n/archivebot/nb.json +15 -0
- pywikibot_scripts/i18n/archivebot/nds-nl.json +11 -0
- pywikibot_scripts/i18n/archivebot/nds.json +8 -0
- pywikibot_scripts/i18n/archivebot/ne.json +16 -0
- pywikibot_scripts/i18n/archivebot/new.json +9 -0
- pywikibot_scripts/i18n/archivebot/nl.json +16 -0
- pywikibot_scripts/i18n/archivebot/nn.json +16 -0
- pywikibot_scripts/i18n/archivebot/nqo.json +11 -0
- pywikibot_scripts/i18n/archivebot/nyn.json +8 -0
- pywikibot_scripts/i18n/archivebot/oc.json +12 -0
- pywikibot_scripts/i18n/archivebot/olo.json +9 -0
- pywikibot_scripts/i18n/archivebot/or.json +11 -0
- pywikibot_scripts/i18n/archivebot/pa.json +8 -0
- pywikibot_scripts/i18n/archivebot/pdc.json +8 -0
- pywikibot_scripts/i18n/archivebot/pl.json +16 -0
- pywikibot_scripts/i18n/archivebot/pms.json +11 -0
- pywikibot_scripts/i18n/archivebot/ps.json +8 -0
- pywikibot_scripts/i18n/archivebot/pt-br.json +17 -0
- pywikibot_scripts/i18n/archivebot/pt.json +17 -0
- pywikibot_scripts/i18n/archivebot/qqq.json +17 -0
- pywikibot_scripts/i18n/archivebot/ro.json +14 -0
- pywikibot_scripts/i18n/archivebot/ru.json +17 -0
- pywikibot_scripts/i18n/archivebot/sa.json +10 -0
- pywikibot_scripts/i18n/archivebot/scn.json +9 -0
- pywikibot_scripts/i18n/archivebot/sco.json +14 -0
- pywikibot_scripts/i18n/archivebot/sd.json +10 -0
- pywikibot_scripts/i18n/archivebot/sdh.json +8 -0
- pywikibot_scripts/i18n/archivebot/sh.json +13 -0
- pywikibot_scripts/i18n/archivebot/si.json +10 -0
- pywikibot_scripts/i18n/archivebot/sk.json +17 -0
- pywikibot_scripts/i18n/archivebot/skr.json +8 -0
- pywikibot_scripts/i18n/archivebot/sl.json +14 -0
- pywikibot_scripts/i18n/archivebot/so.json +13 -0
- pywikibot_scripts/i18n/archivebot/sq.json +14 -0
- pywikibot_scripts/i18n/archivebot/sr.json +16 -0
- pywikibot_scripts/i18n/archivebot/su.json +11 -0
- pywikibot_scripts/i18n/archivebot/sv.json +16 -0
- pywikibot_scripts/i18n/archivebot/sw.json +10 -0
- pywikibot_scripts/i18n/archivebot/szl.json +11 -0
- pywikibot_scripts/i18n/archivebot/ta.json +11 -0
- pywikibot_scripts/i18n/archivebot/te.json +11 -0
- pywikibot_scripts/i18n/archivebot/tg.json +12 -0
- pywikibot_scripts/i18n/archivebot/th.json +14 -0
- pywikibot_scripts/i18n/archivebot/tl.json +13 -0
- pywikibot_scripts/i18n/archivebot/tly.json +13 -0
- pywikibot_scripts/i18n/archivebot/tr.json +17 -0
- pywikibot_scripts/i18n/archivebot/tt.json +8 -0
- pywikibot_scripts/i18n/archivebot/ug.json +11 -0
- pywikibot_scripts/i18n/archivebot/uk.json +17 -0
- pywikibot_scripts/i18n/archivebot/ur.json +14 -0
- pywikibot_scripts/i18n/archivebot/uz.json +11 -0
- pywikibot_scripts/i18n/archivebot/vec.json +12 -0
- pywikibot_scripts/i18n/archivebot/vi.json +13 -0
- pywikibot_scripts/i18n/archivebot/wa.json +11 -0
- pywikibot_scripts/i18n/archivebot/xmf.json +8 -0
- pywikibot_scripts/i18n/archivebot/yi.json +9 -0
- pywikibot_scripts/i18n/archivebot/yo.json +9 -0
- pywikibot_scripts/i18n/archivebot/zh.json +17 -0
- pywikibot_scripts/i18n/basic/ab.json +9 -0
- pywikibot_scripts/i18n/basic/af.json +8 -0
- pywikibot_scripts/i18n/basic/am.json +8 -0
- pywikibot_scripts/i18n/basic/an.json +8 -0
- pywikibot_scripts/i18n/basic/ar.json +8 -0
- pywikibot_scripts/i18n/basic/arc.json +8 -0
- pywikibot_scripts/i18n/basic/ast.json +9 -0
- pywikibot_scripts/i18n/basic/av.json +8 -0
- pywikibot_scripts/i18n/basic/awa.json +8 -0
- pywikibot_scripts/i18n/basic/az.json +8 -0
- pywikibot_scripts/i18n/basic/azb.json +8 -0
- pywikibot_scripts/i18n/basic/ba.json +8 -0
- pywikibot_scripts/i18n/basic/bar.json +9 -0
- pywikibot_scripts/i18n/basic/bcc.json +8 -0
- pywikibot_scripts/i18n/basic/be-tarask.json +8 -0
- pywikibot_scripts/i18n/basic/bg.json +9 -0
- pywikibot_scripts/i18n/basic/bjn.json +8 -0
- pywikibot_scripts/i18n/basic/blk.json +8 -0
- pywikibot_scripts/i18n/basic/bn.json +9 -0
- pywikibot_scripts/i18n/basic/bo.json +8 -0
- pywikibot_scripts/i18n/basic/br.json +8 -0
- pywikibot_scripts/i18n/basic/bs.json +8 -0
- pywikibot_scripts/i18n/basic/ca.json +10 -0
- pywikibot_scripts/i18n/basic/ce.json +8 -0
- pywikibot_scripts/i18n/basic/ckb.json +10 -0
- pywikibot_scripts/i18n/basic/co.json +9 -0
- pywikibot_scripts/i18n/basic/cs.json +11 -0
- pywikibot_scripts/i18n/basic/csb.json +8 -0
- pywikibot_scripts/i18n/basic/cy.json +8 -0
- pywikibot_scripts/i18n/basic/da.json +10 -0
- pywikibot_scripts/i18n/basic/de.json +8 -0
- pywikibot_scripts/i18n/basic/diq.json +8 -0
- pywikibot_scripts/i18n/basic/dty.json +8 -0
- pywikibot_scripts/i18n/basic/el.json +9 -0
- pywikibot_scripts/i18n/basic/eml.json +8 -0
- pywikibot_scripts/i18n/basic/en.json +8 -0
- pywikibot_scripts/i18n/basic/eo.json +9 -0
- pywikibot_scripts/i18n/basic/es.json +9 -0
- pywikibot_scripts/i18n/basic/eu.json +8 -0
- pywikibot_scripts/i18n/basic/fa.json +9 -0
- pywikibot_scripts/i18n/basic/fi.json +9 -0
- pywikibot_scripts/i18n/basic/fo.json +8 -0
- pywikibot_scripts/i18n/basic/fr.json +10 -0
- pywikibot_scripts/i18n/basic/frp.json +8 -0
- pywikibot_scripts/i18n/basic/frr.json +8 -0
- pywikibot_scripts/i18n/basic/gl.json +8 -0
- pywikibot_scripts/i18n/basic/gn.json +8 -0
- pywikibot_scripts/i18n/basic/gsw.json +8 -0
- pywikibot_scripts/i18n/basic/ha.json +8 -0
- pywikibot_scripts/i18n/basic/hak.json +8 -0
- pywikibot_scripts/i18n/basic/haw.json +8 -0
- pywikibot_scripts/i18n/basic/he.json +8 -0
- pywikibot_scripts/i18n/basic/hi.json +8 -0
- pywikibot_scripts/i18n/basic/hif.json +8 -0
- pywikibot_scripts/i18n/basic/hr.json +8 -0
- pywikibot_scripts/i18n/basic/hsb.json +8 -0
- pywikibot_scripts/i18n/basic/hu.json +8 -0
- pywikibot_scripts/i18n/basic/hy.json +8 -0
- pywikibot_scripts/i18n/basic/ia.json +8 -0
- pywikibot_scripts/i18n/basic/id.json +8 -0
- pywikibot_scripts/i18n/basic/ie.json +8 -0
- pywikibot_scripts/i18n/basic/ig.json +8 -0
- pywikibot_scripts/i18n/basic/ilo.json +8 -0
- pywikibot_scripts/i18n/basic/inh.json +8 -0
- pywikibot_scripts/i18n/basic/io.json +8 -0
- pywikibot_scripts/i18n/basic/is.json +8 -0
- pywikibot_scripts/i18n/basic/it.json +9 -0
- pywikibot_scripts/i18n/basic/ja.json +9 -0
- pywikibot_scripts/i18n/basic/jv.json +8 -0
- pywikibot_scripts/i18n/basic/kaa.json +8 -0
- pywikibot_scripts/i18n/basic/kab.json +8 -0
- pywikibot_scripts/i18n/basic/kjp.json +8 -0
- pywikibot_scripts/i18n/basic/kk.json +8 -0
- pywikibot_scripts/i18n/basic/km.json +8 -0
- pywikibot_scripts/i18n/basic/kn.json +8 -0
- pywikibot_scripts/i18n/basic/ko-kp.json +8 -0
- pywikibot_scripts/i18n/basic/ko.json +10 -0
- pywikibot_scripts/i18n/basic/krc.json +8 -0
- pywikibot_scripts/i18n/basic/krl.json +8 -0
- pywikibot_scripts/i18n/basic/ksh.json +8 -0
- pywikibot_scripts/i18n/basic/ku.json +9 -0
- pywikibot_scripts/i18n/basic/ky.json +8 -0
- pywikibot_scripts/i18n/basic/la.json +9 -0
- pywikibot_scripts/i18n/basic/lb.json +8 -0
- pywikibot_scripts/i18n/basic/li.json +8 -0
- pywikibot_scripts/i18n/basic/lt.json +9 -0
- pywikibot_scripts/i18n/basic/lus.json +8 -0
- pywikibot_scripts/i18n/basic/lv.json +8 -0
- pywikibot_scripts/i18n/basic/mai.json +8 -0
- pywikibot_scripts/i18n/basic/map-bms.json +8 -0
- pywikibot_scripts/i18n/basic/mg.json +8 -0
- pywikibot_scripts/i18n/basic/min.json +8 -0
- pywikibot_scripts/i18n/basic/mk.json +9 -0
- pywikibot_scripts/i18n/basic/ml.json +8 -0
- pywikibot_scripts/i18n/basic/mni.json +8 -0
- pywikibot_scripts/i18n/basic/mnw.json +8 -0
- pywikibot_scripts/i18n/basic/mr.json +8 -0
- pywikibot_scripts/i18n/basic/mrh.json +8 -0
- pywikibot_scripts/i18n/basic/mrj.json +8 -0
- pywikibot_scripts/i18n/basic/ms.json +8 -0
- pywikibot_scripts/i18n/basic/mt.json +8 -0
- pywikibot_scripts/i18n/basic/my.json +8 -0
- pywikibot_scripts/i18n/basic/mzn.json +8 -0
- pywikibot_scripts/i18n/basic/nan.json +9 -0
- pywikibot_scripts/i18n/basic/nap.json +8 -0
- pywikibot_scripts/i18n/basic/nb.json +10 -0
- pywikibot_scripts/i18n/basic/nds-nl.json +8 -0
- pywikibot_scripts/i18n/basic/nds.json +6 -0
- pywikibot_scripts/i18n/basic/ne.json +8 -0
- pywikibot_scripts/i18n/basic/new.json +8 -0
- pywikibot_scripts/i18n/basic/nl.json +9 -0
- pywikibot_scripts/i18n/basic/nn.json +10 -0
- pywikibot_scripts/i18n/basic/nqo.json +8 -0
- pywikibot_scripts/i18n/basic/oc.json +8 -0
- pywikibot_scripts/i18n/basic/olo.json +8 -0
- pywikibot_scripts/i18n/basic/or.json +8 -0
- pywikibot_scripts/i18n/basic/pa.json +8 -0
- pywikibot_scripts/i18n/basic/pdc.json +8 -0
- pywikibot_scripts/i18n/basic/pl.json +8 -0
- pywikibot_scripts/i18n/basic/pms.json +8 -0
- pywikibot_scripts/i18n/basic/pnb.json +8 -0
- pywikibot_scripts/i18n/basic/pt-br.json +8 -0
- pywikibot_scripts/i18n/basic/pt.json +8 -0
- pywikibot_scripts/i18n/basic/qqq.json +9 -0
- pywikibot_scripts/i18n/basic/ro.json +8 -0
- pywikibot_scripts/i18n/basic/ru.json +10 -0
- pywikibot_scripts/i18n/basic/sa.json +8 -0
- pywikibot_scripts/i18n/basic/scn.json +8 -0
- pywikibot_scripts/i18n/basic/sco.json +9 -0
- pywikibot_scripts/i18n/basic/sd.json +8 -0
- pywikibot_scripts/i18n/basic/sh.json +8 -0
- pywikibot_scripts/i18n/basic/shn.json +8 -0
- pywikibot_scripts/i18n/basic/si.json +8 -0
- pywikibot_scripts/i18n/basic/sk.json +9 -0
- pywikibot_scripts/i18n/basic/skr.json +8 -0
- pywikibot_scripts/i18n/basic/sl.json +8 -0
- pywikibot_scripts/i18n/basic/so.json +8 -0
- pywikibot_scripts/i18n/basic/sq.json +8 -0
- pywikibot_scripts/i18n/basic/sr.json +11 -0
- pywikibot_scripts/i18n/basic/su.json +8 -0
- pywikibot_scripts/i18n/basic/sv.json +6 -0
- pywikibot_scripts/i18n/basic/sw.json +8 -0
- pywikibot_scripts/i18n/basic/szl.json +8 -0
- pywikibot_scripts/i18n/basic/ta.json +8 -0
- pywikibot_scripts/i18n/basic/te.json +8 -0
- pywikibot_scripts/i18n/basic/tet.json +8 -0
- pywikibot_scripts/i18n/basic/tg.json +8 -0
- pywikibot_scripts/i18n/basic/th.json +9 -0
- pywikibot_scripts/i18n/basic/tl.json +8 -0
- pywikibot_scripts/i18n/basic/tly.json +10 -0
- pywikibot_scripts/i18n/basic/tr.json +9 -0
- pywikibot_scripts/i18n/basic/tt.json +9 -0
- pywikibot_scripts/i18n/basic/tzm.json +9 -0
- pywikibot_scripts/i18n/basic/ug.json +8 -0
- pywikibot_scripts/i18n/basic/uk.json +9 -0
- pywikibot_scripts/i18n/basic/ur.json +8 -0
- pywikibot_scripts/i18n/basic/uz.json +10 -0
- pywikibot_scripts/i18n/basic/vec.json +9 -0
- pywikibot_scripts/i18n/basic/vi.json +9 -0
- pywikibot_scripts/i18n/basic/vo.json +8 -0
- pywikibot_scripts/i18n/basic/wa.json +8 -0
- pywikibot_scripts/i18n/basic/xmf.json +8 -0
- pywikibot_scripts/i18n/basic/yi.json +8 -0
- pywikibot_scripts/i18n/basic/yo.json +8 -0
- pywikibot_scripts/i18n/basic/yue.json +8 -0
- pywikibot_scripts/i18n/basic/zh.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ab.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/am.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/an.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ar.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/ast.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/av.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/awa.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/az.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/azb.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ba.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/bcc.json +9 -0
- pywikibot_scripts/i18n/blockpageschecker/be-tarask.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/bg.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/bjn.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/blk.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/bo.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/br.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/bs.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ca.json +13 -0
- pywikibot_scripts/i18n/blockpageschecker/ce.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/ckb.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/cs.json +14 -0
- pywikibot_scripts/i18n/blockpageschecker/csb.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/cy.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/da.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/de.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/diq.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/dty.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/el.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/en.json +6 -0
- pywikibot_scripts/i18n/blockpageschecker/eo.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/es.json +13 -0
- pywikibot_scripts/i18n/blockpageschecker/eu.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/fa.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/fi.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/fr.json +13 -0
- pywikibot_scripts/i18n/blockpageschecker/frr.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/gl.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/gsw.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ha.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/hak.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/haw.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/he.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/hi.json +12 -0
- pywikibot_scripts/i18n/blockpageschecker/hif.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/hu.json +9 -0
- pywikibot_scripts/i18n/blockpageschecker/hy.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ia.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/id.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/io.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/is.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/it.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ja.json +14 -0
- pywikibot_scripts/i18n/blockpageschecker/jv.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/kaa.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/kab.json +9 -0
- pywikibot_scripts/i18n/blockpageschecker/kjp.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/kk.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/km.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ko-kp.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ko.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/krc.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/ksh.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ku.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/lb.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/li.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/lt.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/mg.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/mk.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/ml.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/mnw.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/mrh.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/mrj.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/ms.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/my.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/nan.json +9 -0
- pywikibot_scripts/i18n/blockpageschecker/nap.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/nb.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/nds-nl.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ne.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/nl.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/nn.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/nqo.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/oc.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/pl.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/pms.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/pt-br.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/pt.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/qqq.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/ro.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/ru.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/sco.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/sh.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/sk.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/sl.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/so.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/sq.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/sr.json +14 -0
- pywikibot_scripts/i18n/blockpageschecker/su.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/sv.json +11 -0
- pywikibot_scripts/i18n/blockpageschecker/te.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/tg.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/th.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/tl.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/tr.json +12 -0
- pywikibot_scripts/i18n/blockpageschecker/uk.json +13 -0
- pywikibot_scripts/i18n/blockpageschecker/ur.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/uz.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/vi.json +14 -0
- pywikibot_scripts/i18n/blockpageschecker/xmf.json +10 -0
- pywikibot_scripts/i18n/blockpageschecker/yi.json +8 -0
- pywikibot_scripts/i18n/blockpageschecker/zh.json +12 -0
- pywikibot_scripts/i18n/category/ab.json +12 -0
- pywikibot_scripts/i18n/category/aeb.json +11 -0
- pywikibot_scripts/i18n/category/af.json +16 -0
- pywikibot_scripts/i18n/category/am.json +8 -0
- pywikibot_scripts/i18n/category/an.json +19 -0
- pywikibot_scripts/i18n/category/ang.json +10 -0
- pywikibot_scripts/i18n/category/anp.json +12 -0
- pywikibot_scripts/i18n/category/ar.json +25 -0
- pywikibot_scripts/i18n/category/arc.json +17 -0
- pywikibot_scripts/i18n/category/as.json +8 -0
- pywikibot_scripts/i18n/category/ast.json +21 -0
- pywikibot_scripts/i18n/category/av.json +11 -0
- pywikibot_scripts/i18n/category/awa.json +17 -0
- pywikibot_scripts/i18n/category/az.json +20 -0
- pywikibot_scripts/i18n/category/azb.json +19 -0
- pywikibot_scripts/i18n/category/ba.json +23 -0
- pywikibot_scripts/i18n/category/bar.json +15 -0
- pywikibot_scripts/i18n/category/bcc.json +17 -0
- pywikibot_scripts/i18n/category/bcl.json +8 -0
- pywikibot_scripts/i18n/category/be-tarask.json +25 -0
- pywikibot_scripts/i18n/category/be.json +16 -0
- pywikibot_scripts/i18n/category/bg.json +13 -0
- pywikibot_scripts/i18n/category/bjn.json +19 -0
- pywikibot_scripts/i18n/category/blk.json +14 -0
- pywikibot_scripts/i18n/category/bn.json +19 -0
- pywikibot_scripts/i18n/category/bo.json +18 -0
- pywikibot_scripts/i18n/category/bpy.json +8 -0
- pywikibot_scripts/i18n/category/br.json +24 -0
- pywikibot_scripts/i18n/category/bs.json +21 -0
- pywikibot_scripts/i18n/category/ca.json +26 -0
- pywikibot_scripts/i18n/category/ce.json +20 -0
- pywikibot_scripts/i18n/category/ceb.json +8 -0
- pywikibot_scripts/i18n/category/ckb.json +25 -0
- pywikibot_scripts/i18n/category/crh.json +4 -0
- pywikibot_scripts/i18n/category/cs.json +27 -0
- pywikibot_scripts/i18n/category/csb.json +18 -0
- pywikibot_scripts/i18n/category/cu.json +8 -0
- pywikibot_scripts/i18n/category/cv.json +8 -0
- pywikibot_scripts/i18n/category/cy.json +22 -0
- pywikibot_scripts/i18n/category/da.json +25 -0
- pywikibot_scripts/i18n/category/de.json +27 -0
- pywikibot_scripts/i18n/category/diq.json +25 -0
- pywikibot_scripts/i18n/category/dty.json +10 -0
- pywikibot_scripts/i18n/category/el.json +24 -0
- pywikibot_scripts/i18n/category/eml.json +9 -0
- pywikibot_scripts/i18n/category/en.json +24 -0
- pywikibot_scripts/i18n/category/eo.json +25 -0
- pywikibot_scripts/i18n/category/es.json +31 -0
- pywikibot_scripts/i18n/category/et.json +14 -0
- pywikibot_scripts/i18n/category/eu.json +27 -0
- pywikibot_scripts/i18n/category/ext.json +6 -0
- pywikibot_scripts/i18n/category/fa.json +28 -0
- pywikibot_scripts/i18n/category/fi.json +18 -0
- pywikibot_scripts/i18n/category/fo.json +17 -0
- pywikibot_scripts/i18n/category/fr.json +31 -0
- pywikibot_scripts/i18n/category/frp.json +16 -0
- pywikibot_scripts/i18n/category/frr.json +22 -0
- pywikibot_scripts/i18n/category/fur.json +12 -0
- pywikibot_scripts/i18n/category/fy.json +8 -0
- pywikibot_scripts/i18n/category/ga.json +6 -0
- pywikibot_scripts/i18n/category/gl.json +23 -0
- pywikibot_scripts/i18n/category/gn.json +18 -0
- pywikibot_scripts/i18n/category/gsw.json +19 -0
- pywikibot_scripts/i18n/category/gu.json +8 -0
- pywikibot_scripts/i18n/category/ha.json +13 -0
- pywikibot_scripts/i18n/category/hak.json +17 -0
- pywikibot_scripts/i18n/category/haw.json +17 -0
- pywikibot_scripts/i18n/category/he.json +24 -0
- pywikibot_scripts/i18n/category/hi.json +22 -0
- pywikibot_scripts/i18n/category/hr.json +18 -0
- pywikibot_scripts/i18n/category/hsb.json +9 -0
- pywikibot_scripts/i18n/category/ht.json +6 -0
- pywikibot_scripts/i18n/category/hu.json +21 -0
- pywikibot_scripts/i18n/category/hy.json +17 -0
- pywikibot_scripts/i18n/category/ia.json +21 -0
- pywikibot_scripts/i18n/category/id.json +27 -0
- pywikibot_scripts/i18n/category/ie.json +14 -0
- pywikibot_scripts/i18n/category/ig.json +10 -0
- pywikibot_scripts/i18n/category/ilo.json +16 -0
- pywikibot_scripts/i18n/category/io.json +20 -0
- pywikibot_scripts/i18n/category/is.json +17 -0
- pywikibot_scripts/i18n/category/it.json +28 -0
- pywikibot_scripts/i18n/category/ja.json +28 -0
- pywikibot_scripts/i18n/category/jv.json +18 -0
- pywikibot_scripts/i18n/category/ka.json +6 -0
- pywikibot_scripts/i18n/category/kaa.json +9 -0
- pywikibot_scripts/i18n/category/kab.json +24 -0
- pywikibot_scripts/i18n/category/kk.json +18 -0
- pywikibot_scripts/i18n/category/kl.json +6 -0
- pywikibot_scripts/i18n/category/km.json +21 -0
- pywikibot_scripts/i18n/category/kn.json +17 -0
- pywikibot_scripts/i18n/category/ko.json +29 -0
- pywikibot_scripts/i18n/category/koi.json +8 -0
- pywikibot_scripts/i18n/category/krc.json +22 -0
- pywikibot_scripts/i18n/category/ksh.json +20 -0
- pywikibot_scripts/i18n/category/ku.json +25 -0
- pywikibot_scripts/i18n/category/kv.json +6 -0
- pywikibot_scripts/i18n/category/ky.json +13 -0
- pywikibot_scripts/i18n/category/la.json +15 -0
- pywikibot_scripts/i18n/category/lad.json +6 -0
- pywikibot_scripts/i18n/category/lb.json +20 -0
- pywikibot_scripts/i18n/category/li.json +19 -0
- pywikibot_scripts/i18n/category/lki.json +9 -0
- pywikibot_scripts/i18n/category/lmo.json +6 -0
- pywikibot_scripts/i18n/category/ln.json +6 -0
- pywikibot_scripts/i18n/category/lo.json +8 -0
- pywikibot_scripts/i18n/category/lt.json +25 -0
- pywikibot_scripts/i18n/category/ltg.json +10 -0
- pywikibot_scripts/i18n/category/lv.json +10 -0
- pywikibot_scripts/i18n/category/lzh.json +8 -0
- pywikibot_scripts/i18n/category/map-bms.json +18 -0
- pywikibot_scripts/i18n/category/mdf.json +8 -0
- pywikibot_scripts/i18n/category/mg.json +19 -0
- pywikibot_scripts/i18n/category/mhr.json +9 -0
- pywikibot_scripts/i18n/category/min.json +19 -0
- pywikibot_scripts/i18n/category/mk.json +23 -0
- pywikibot_scripts/i18n/category/ml.json +21 -0
- pywikibot_scripts/i18n/category/mn.json +8 -0
- pywikibot_scripts/i18n/category/mnw.json +13 -0
- pywikibot_scripts/i18n/category/mo.json +13 -0
- pywikibot_scripts/i18n/category/mr.json +9 -0
- pywikibot_scripts/i18n/category/mrh.json +9 -0
- pywikibot_scripts/i18n/category/mrj.json +14 -0
- pywikibot_scripts/i18n/category/ms.json +19 -0
- pywikibot_scripts/i18n/category/mt.json +14 -0
- pywikibot_scripts/i18n/category/my.json +19 -0
- pywikibot_scripts/i18n/category/myv.json +6 -0
- pywikibot_scripts/i18n/category/mzn.json +6 -0
- pywikibot_scripts/i18n/category/nah.json +15 -0
- pywikibot_scripts/i18n/category/nan.json +19 -0
- pywikibot_scripts/i18n/category/nap.json +16 -0
- pywikibot_scripts/i18n/category/nb.json +24 -0
- pywikibot_scripts/i18n/category/nds-nl.json +20 -0
- pywikibot_scripts/i18n/category/nds.json +16 -0
- pywikibot_scripts/i18n/category/ne.json +25 -0
- pywikibot_scripts/i18n/category/new.json +16 -0
- pywikibot_scripts/i18n/category/nl.json +24 -0
- pywikibot_scripts/i18n/category/nn.json +14 -0
- pywikibot_scripts/i18n/category/nov.json +6 -0
- pywikibot_scripts/i18n/category/nqo.json +21 -0
- pywikibot_scripts/i18n/category/nrm.json +6 -0
- pywikibot_scripts/i18n/category/oc.json +18 -0
- pywikibot_scripts/i18n/category/olo.json +11 -0
- pywikibot_scripts/i18n/category/pam.json +16 -0
- pywikibot_scripts/i18n/category/pcd.json +10 -0
- pywikibot_scripts/i18n/category/pdc.json +14 -0
- pywikibot_scripts/i18n/category/pfl.json +12 -0
- pywikibot_scripts/i18n/category/pl.json +21 -0
- pywikibot_scripts/i18n/category/pms.json +18 -0
- pywikibot_scripts/i18n/category/ps.json +9 -0
- pywikibot_scripts/i18n/category/pt-br.json +25 -0
- pywikibot_scripts/i18n/category/pt.json +24 -0
- pywikibot_scripts/i18n/category/qqq.json +29 -0
- pywikibot_scripts/i18n/category/rm.json +17 -0
- pywikibot_scripts/i18n/category/ro.json +21 -0
- pywikibot_scripts/i18n/category/ru.json +31 -0
- pywikibot_scripts/i18n/category/rue.json +15 -0
- pywikibot_scripts/i18n/category/rw.json +8 -0
- pywikibot_scripts/i18n/category/sa.json +8 -0
- pywikibot_scripts/i18n/category/sah.json +6 -0
- pywikibot_scripts/i18n/category/scn.json +11 -0
- pywikibot_scripts/i18n/category/sco.json +20 -0
- pywikibot_scripts/i18n/category/sgs.json +8 -0
- pywikibot_scripts/i18n/category/sh.json +18 -0
- pywikibot_scripts/i18n/category/si.json +8 -0
- pywikibot_scripts/i18n/category/sk.json +24 -0
- pywikibot_scripts/i18n/category/sl.json +23 -0
- pywikibot_scripts/i18n/category/sms.json +8 -0
- pywikibot_scripts/i18n/category/so.json +18 -0
- pywikibot_scripts/i18n/category/sq.json +18 -0
- pywikibot_scripts/i18n/category/sr.json +27 -0
- pywikibot_scripts/i18n/category/su.json +14 -0
- pywikibot_scripts/i18n/category/sv.json +27 -0
- pywikibot_scripts/i18n/category/sw.json +10 -0
- pywikibot_scripts/i18n/category/szl.json +17 -0
- pywikibot_scripts/i18n/category/ta.json +15 -0
- pywikibot_scripts/i18n/category/te.json +21 -0
- pywikibot_scripts/i18n/category/tet.json +13 -0
- pywikibot_scripts/i18n/category/tg.json +9 -0
- pywikibot_scripts/i18n/category/th.json +21 -0
- pywikibot_scripts/i18n/category/tk.json +6 -0
- pywikibot_scripts/i18n/category/tl.json +22 -0
- pywikibot_scripts/i18n/category/tly.json +20 -0
- pywikibot_scripts/i18n/category/to.json +6 -0
- pywikibot_scripts/i18n/category/tr.json +27 -0
- pywikibot_scripts/i18n/category/tt.json +16 -0
- pywikibot_scripts/i18n/category/udm.json +6 -0
- pywikibot_scripts/i18n/category/ug.json +16 -0
- pywikibot_scripts/i18n/category/uk.json +30 -0
- pywikibot_scripts/i18n/category/ur.json +15 -0
- pywikibot_scripts/i18n/category/uz.json +22 -0
- pywikibot_scripts/i18n/category/vec.json +19 -0
- pywikibot_scripts/i18n/category/vi.json +22 -0
- pywikibot_scripts/i18n/category/vls.json +8 -0
- pywikibot_scripts/i18n/category/vo.json +15 -0
- pywikibot_scripts/i18n/category/vro.json +6 -0
- pywikibot_scripts/i18n/category/wa.json +17 -0
- pywikibot_scripts/i18n/category/war.json +8 -0
- pywikibot_scripts/i18n/category/xal.json +6 -0
- pywikibot_scripts/i18n/category/xmf.json +10 -0
- pywikibot_scripts/i18n/category/yi.json +17 -0
- pywikibot_scripts/i18n/category/yo.json +16 -0
- pywikibot_scripts/i18n/category/yue.json +14 -0
- pywikibot_scripts/i18n/category/zh.json +30 -0
- pywikibot_scripts/i18n/category_redirect/af.json +9 -0
- pywikibot_scripts/i18n/category_redirect/an.json +8 -0
- pywikibot_scripts/i18n/category_redirect/ar.json +32 -0
- pywikibot_scripts/i18n/category_redirect/arc.json +11 -0
- pywikibot_scripts/i18n/category_redirect/ast.json +30 -0
- pywikibot_scripts/i18n/category_redirect/awa.json +13 -0
- pywikibot_scripts/i18n/category_redirect/az.json +16 -0
- pywikibot_scripts/i18n/category_redirect/azb.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ba.json +30 -0
- pywikibot_scripts/i18n/category_redirect/bar.json +13 -0
- pywikibot_scripts/i18n/category_redirect/bcc.json +16 -0
- pywikibot_scripts/i18n/category_redirect/be-tarask.json +31 -0
- pywikibot_scripts/i18n/category_redirect/bg.json +9 -0
- pywikibot_scripts/i18n/category_redirect/bjn.json +13 -0
- pywikibot_scripts/i18n/category_redirect/bn.json +14 -0
- pywikibot_scripts/i18n/category_redirect/bo.json +13 -0
- pywikibot_scripts/i18n/category_redirect/br.json +30 -0
- pywikibot_scripts/i18n/category_redirect/bs.json +14 -0
- pywikibot_scripts/i18n/category_redirect/ca.json +30 -0
- pywikibot_scripts/i18n/category_redirect/ce.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ckb.json +32 -0
- pywikibot_scripts/i18n/category_redirect/cs.json +32 -0
- pywikibot_scripts/i18n/category_redirect/csb.json +13 -0
- pywikibot_scripts/i18n/category_redirect/cy.json +19 -0
- pywikibot_scripts/i18n/category_redirect/da.json +35 -0
- pywikibot_scripts/i18n/category_redirect/de.json +31 -0
- pywikibot_scripts/i18n/category_redirect/diq.json +31 -0
- pywikibot_scripts/i18n/category_redirect/dty.json +8 -0
- pywikibot_scripts/i18n/category_redirect/el.json +33 -0
- pywikibot_scripts/i18n/category_redirect/en.json +29 -0
- pywikibot_scripts/i18n/category_redirect/eo.json +32 -0
- pywikibot_scripts/i18n/category_redirect/es.json +35 -0
- pywikibot_scripts/i18n/category_redirect/et.json +8 -0
- pywikibot_scripts/i18n/category_redirect/eu.json +15 -0
- pywikibot_scripts/i18n/category_redirect/fa.json +34 -0
- pywikibot_scripts/i18n/category_redirect/fi.json +14 -0
- pywikibot_scripts/i18n/category_redirect/fo.json +9 -0
- pywikibot_scripts/i18n/category_redirect/fr.json +37 -0
- pywikibot_scripts/i18n/category_redirect/frp.json +13 -0
- pywikibot_scripts/i18n/category_redirect/frr.json +29 -0
- pywikibot_scripts/i18n/category_redirect/fur.json +6 -0
- pywikibot_scripts/i18n/category_redirect/ga.json +6 -0
- pywikibot_scripts/i18n/category_redirect/gl.json +31 -0
- pywikibot_scripts/i18n/category_redirect/gsw.json +14 -0
- pywikibot_scripts/i18n/category_redirect/hak.json +13 -0
- pywikibot_scripts/i18n/category_redirect/haw.json +13 -0
- pywikibot_scripts/i18n/category_redirect/he.json +31 -0
- pywikibot_scripts/i18n/category_redirect/hi.json +31 -0
- pywikibot_scripts/i18n/category_redirect/hr.json +13 -0
- pywikibot_scripts/i18n/category_redirect/hsb.json +8 -0
- pywikibot_scripts/i18n/category_redirect/hu.json +16 -0
- pywikibot_scripts/i18n/category_redirect/hy.json +8 -0
- pywikibot_scripts/i18n/category_redirect/ia.json +29 -0
- pywikibot_scripts/i18n/category_redirect/id.json +31 -0
- pywikibot_scripts/i18n/category_redirect/ie.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ilo.json +13 -0
- pywikibot_scripts/i18n/category_redirect/io.json +14 -0
- pywikibot_scripts/i18n/category_redirect/is.json +13 -0
- pywikibot_scripts/i18n/category_redirect/it.json +19 -0
- pywikibot_scripts/i18n/category_redirect/ja.json +33 -0
- pywikibot_scripts/i18n/category_redirect/jv.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ka.json +6 -0
- pywikibot_scripts/i18n/category_redirect/kab.json +21 -0
- pywikibot_scripts/i18n/category_redirect/kk.json +12 -0
- pywikibot_scripts/i18n/category_redirect/kn.json +8 -0
- pywikibot_scripts/i18n/category_redirect/ko.json +32 -0
- pywikibot_scripts/i18n/category_redirect/krc.json +29 -0
- pywikibot_scripts/i18n/category_redirect/ksh.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ku.json +30 -0
- pywikibot_scripts/i18n/category_redirect/ky.json +9 -0
- pywikibot_scripts/i18n/category_redirect/la.json +6 -0
- pywikibot_scripts/i18n/category_redirect/lb.json +23 -0
- pywikibot_scripts/i18n/category_redirect/li.json +13 -0
- pywikibot_scripts/i18n/category_redirect/lt.json +28 -0
- pywikibot_scripts/i18n/category_redirect/lv.json +8 -0
- pywikibot_scripts/i18n/category_redirect/lzh.json +8 -0
- pywikibot_scripts/i18n/category_redirect/map-bms.json +13 -0
- pywikibot_scripts/i18n/category_redirect/mg.json +13 -0
- pywikibot_scripts/i18n/category_redirect/min.json +15 -0
- pywikibot_scripts/i18n/category_redirect/mk.json +30 -0
- pywikibot_scripts/i18n/category_redirect/ml.json +23 -0
- pywikibot_scripts/i18n/category_redirect/mr.json +9 -0
- pywikibot_scripts/i18n/category_redirect/mrj.json +10 -0
- pywikibot_scripts/i18n/category_redirect/ms.json +15 -0
- pywikibot_scripts/i18n/category_redirect/mt.json +6 -0
- pywikibot_scripts/i18n/category_redirect/my.json +16 -0
- pywikibot_scripts/i18n/category_redirect/mzn.json +6 -0
- pywikibot_scripts/i18n/category_redirect/nan.json +14 -0
- pywikibot_scripts/i18n/category_redirect/nap.json +9 -0
- pywikibot_scripts/i18n/category_redirect/nb.json +31 -0
- pywikibot_scripts/i18n/category_redirect/nds-nl.json +29 -0
- pywikibot_scripts/i18n/category_redirect/nds.json +13 -0
- pywikibot_scripts/i18n/category_redirect/ne.json +16 -0
- pywikibot_scripts/i18n/category_redirect/new.json +11 -0
- pywikibot_scripts/i18n/category_redirect/nl.json +32 -0
- pywikibot_scripts/i18n/category_redirect/nn.json +6 -0
- pywikibot_scripts/i18n/category_redirect/nqo.json +29 -0
- pywikibot_scripts/i18n/category_redirect/oc.json +10 -0
- pywikibot_scripts/i18n/category_redirect/pdc.json +6 -0
- pywikibot_scripts/i18n/category_redirect/pfl.json +6 -0
- pywikibot_scripts/i18n/category_redirect/pl.json +17 -0
- pywikibot_scripts/i18n/category_redirect/pms.json +13 -0
- pywikibot_scripts/i18n/category_redirect/pt-br.json +32 -0
- pywikibot_scripts/i18n/category_redirect/pt.json +31 -0
- pywikibot_scripts/i18n/category_redirect/qqq.json +33 -0
- pywikibot_scripts/i18n/category_redirect/ro.json +29 -0
- pywikibot_scripts/i18n/category_redirect/ru.json +33 -0
- pywikibot_scripts/i18n/category_redirect/rue.json +6 -0
- pywikibot_scripts/i18n/category_redirect/sco.json +14 -0
- pywikibot_scripts/i18n/category_redirect/sgs.json +6 -0
- pywikibot_scripts/i18n/category_redirect/sh.json +13 -0
- pywikibot_scripts/i18n/category_redirect/sk.json +31 -0
- pywikibot_scripts/i18n/category_redirect/skr.json +8 -0
- pywikibot_scripts/i18n/category_redirect/sl.json +30 -0
- pywikibot_scripts/i18n/category_redirect/sms.json +8 -0
- pywikibot_scripts/i18n/category_redirect/so.json +13 -0
- pywikibot_scripts/i18n/category_redirect/sq.json +13 -0
- pywikibot_scripts/i18n/category_redirect/sr.json +34 -0
- pywikibot_scripts/i18n/category_redirect/su.json +10 -0
- pywikibot_scripts/i18n/category_redirect/sv.json +31 -0
- pywikibot_scripts/i18n/category_redirect/szl.json +11 -0
- pywikibot_scripts/i18n/category_redirect/ta.json +9 -0
- pywikibot_scripts/i18n/category_redirect/te.json +11 -0
- pywikibot_scripts/i18n/category_redirect/tg.json +8 -0
- pywikibot_scripts/i18n/category_redirect/th.json +15 -0
- pywikibot_scripts/i18n/category_redirect/tl.json +14 -0
- pywikibot_scripts/i18n/category_redirect/tly.json +15 -0
- pywikibot_scripts/i18n/category_redirect/tr.json +31 -0
- pywikibot_scripts/i18n/category_redirect/tt.json +15 -0
- pywikibot_scripts/i18n/category_redirect/ug.json +8 -0
- pywikibot_scripts/i18n/category_redirect/uk.json +34 -0
- pywikibot_scripts/i18n/category_redirect/ur.json +12 -0
- pywikibot_scripts/i18n/category_redirect/uz.json +8 -0
- pywikibot_scripts/i18n/category_redirect/vec.json +15 -0
- pywikibot_scripts/i18n/category_redirect/vi.json +33 -0
- pywikibot_scripts/i18n/category_redirect/war.json +6 -0
- pywikibot_scripts/i18n/category_redirect/yi.json +13 -0
- pywikibot_scripts/i18n/category_redirect/yo.json +9 -0
- pywikibot_scripts/i18n/category_redirect/yue.json +8 -0
- pywikibot_scripts/i18n/category_redirect/zh.json +34 -0
- pywikibot_scripts/i18n/checkimages/am.json +8 -0
- pywikibot_scripts/i18n/checkimages/ar.json +22 -0
- pywikibot_scripts/i18n/checkimages/ast.json +19 -0
- pywikibot_scripts/i18n/checkimages/az.json +9 -0
- pywikibot_scripts/i18n/checkimages/ba.json +16 -0
- pywikibot_scripts/i18n/checkimages/be-tarask.json +21 -0
- pywikibot_scripts/i18n/checkimages/bg.json +9 -0
- pywikibot_scripts/i18n/checkimages/blk.json +8 -0
- pywikibot_scripts/i18n/checkimages/bn.json +14 -0
- pywikibot_scripts/i18n/checkimages/br.json +22 -0
- pywikibot_scripts/i18n/checkimages/bs.json +10 -0
- pywikibot_scripts/i18n/checkimages/ca.json +17 -0
- pywikibot_scripts/i18n/checkimages/ckb.json +15 -0
- pywikibot_scripts/i18n/checkimages/co.json +8 -0
- pywikibot_scripts/i18n/checkimages/cs.json +19 -0
- pywikibot_scripts/i18n/checkimages/csb.json +9 -0
- pywikibot_scripts/i18n/checkimages/cy.json +17 -0
- pywikibot_scripts/i18n/checkimages/da.json +18 -0
- pywikibot_scripts/i18n/checkimages/dag.json +8 -0
- pywikibot_scripts/i18n/checkimages/de.json +23 -0
- pywikibot_scripts/i18n/checkimages/diq.json +20 -0
- pywikibot_scripts/i18n/checkimages/dty.json +8 -0
- pywikibot_scripts/i18n/checkimages/el.json +19 -0
- pywikibot_scripts/i18n/checkimages/en.json +23 -0
- pywikibot_scripts/i18n/checkimages/eo.json +17 -0
- pywikibot_scripts/i18n/checkimages/es.json +24 -0
- pywikibot_scripts/i18n/checkimages/eu.json +15 -0
- pywikibot_scripts/i18n/checkimages/fa.json +23 -0
- pywikibot_scripts/i18n/checkimages/fi.json +8 -0
- pywikibot_scripts/i18n/checkimages/fr.json +26 -0
- pywikibot_scripts/i18n/checkimages/frr.json +17 -0
- pywikibot_scripts/i18n/checkimages/ga.json +15 -0
- pywikibot_scripts/i18n/checkimages/gl.json +22 -0
- pywikibot_scripts/i18n/checkimages/he.json +23 -0
- pywikibot_scripts/i18n/checkimages/hi.json +10 -0
- pywikibot_scripts/i18n/checkimages/hr.json +10 -0
- pywikibot_scripts/i18n/checkimages/hu.json +18 -0
- pywikibot_scripts/i18n/checkimages/ia.json +20 -0
- pywikibot_scripts/i18n/checkimages/id.json +25 -0
- pywikibot_scripts/i18n/checkimages/io.json +12 -0
- pywikibot_scripts/i18n/checkimages/it.json +21 -0
- pywikibot_scripts/i18n/checkimages/ja.json +23 -0
- pywikibot_scripts/i18n/checkimages/kab.json +16 -0
- pywikibot_scripts/i18n/checkimages/km.json +8 -0
- pywikibot_scripts/i18n/checkimages/ko.json +25 -0
- pywikibot_scripts/i18n/checkimages/krc.json +20 -0
- pywikibot_scripts/i18n/checkimages/ksh.json +9 -0
- pywikibot_scripts/i18n/checkimages/ku.json +9 -0
- pywikibot_scripts/i18n/checkimages/lb.json +14 -0
- pywikibot_scripts/i18n/checkimages/li.json +9 -0
- pywikibot_scripts/i18n/checkimages/lt.json +18 -0
- pywikibot_scripts/i18n/checkimages/mg.json +9 -0
- pywikibot_scripts/i18n/checkimages/mk.json +20 -0
- pywikibot_scripts/i18n/checkimages/ml.json +17 -0
- pywikibot_scripts/i18n/checkimages/mni.json +8 -0
- pywikibot_scripts/i18n/checkimages/mr.json +8 -0
- pywikibot_scripts/i18n/checkimages/mrj.json +10 -0
- pywikibot_scripts/i18n/checkimages/ms.json +11 -0
- pywikibot_scripts/i18n/checkimages/my.json +10 -0
- pywikibot_scripts/i18n/checkimages/nan.json +10 -0
- pywikibot_scripts/i18n/checkimages/nb.json +21 -0
- pywikibot_scripts/i18n/checkimages/nds-nl.json +17 -0
- pywikibot_scripts/i18n/checkimages/ne.json +13 -0
- pywikibot_scripts/i18n/checkimages/nl.json +23 -0
- pywikibot_scripts/i18n/checkimages/nqo.json +17 -0
- pywikibot_scripts/i18n/checkimages/pl.json +13 -0
- pywikibot_scripts/i18n/checkimages/pt-br.json +22 -0
- pywikibot_scripts/i18n/checkimages/pt.json +19 -0
- pywikibot_scripts/i18n/checkimages/qqq.json +22 -0
- pywikibot_scripts/i18n/checkimages/ro.json +18 -0
- pywikibot_scripts/i18n/checkimages/ru.json +23 -0
- pywikibot_scripts/i18n/checkimages/scn.json +9 -0
- pywikibot_scripts/i18n/checkimages/sd.json +9 -0
- pywikibot_scripts/i18n/checkimages/se.json +8 -0
- pywikibot_scripts/i18n/checkimages/sk.json +18 -0
- pywikibot_scripts/i18n/checkimages/sl.json +20 -0
- pywikibot_scripts/i18n/checkimages/sr.json +26 -0
- pywikibot_scripts/i18n/checkimages/su.json +9 -0
- pywikibot_scripts/i18n/checkimages/sv.json +18 -0
- pywikibot_scripts/i18n/checkimages/ta.json +17 -0
- pywikibot_scripts/i18n/checkimages/th.json +10 -0
- pywikibot_scripts/i18n/checkimages/tr.json +17 -0
- pywikibot_scripts/i18n/checkimages/uk.json +23 -0
- pywikibot_scripts/i18n/checkimages/ur.json +16 -0
- pywikibot_scripts/i18n/checkimages/vi.json +18 -0
- pywikibot_scripts/i18n/checkimages/xmf.json +10 -0
- pywikibot_scripts/i18n/checkimages/yue.json +10 -0
- pywikibot_scripts/i18n/checkimages/zh.json +30 -0
- pywikibot_scripts/i18n/clean_sandbox/ar.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/arc.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ast.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/awa.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/az.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/azb.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ba.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bar.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bcc.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/be-tarask.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/be.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bg.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bjn.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bn.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/bo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/br.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/bs.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/ca.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/ce.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ckb.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/cs.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/csb.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/cy.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/da.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/de.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/diq.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/dty.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/el.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/en.json +4 -0
- pywikibot_scripts/i18n/clean_sandbox/eo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/es.json +11 -0
- pywikibot_scripts/i18n/clean_sandbox/eu.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/fa.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/fi.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/fo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/fr.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/frp.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/frr.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/gl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/gsw.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/hak.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/haw.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/he.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/hi.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/hr.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/hu.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ia.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/id.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/ie.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ilo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/io.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/is.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/it.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ja.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/jv.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/kaa.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/kab.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/kk.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ko.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/krc.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/krl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ksh.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/ku.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ky.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/lb.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/li.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/lt.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/lv.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/map-bms.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/mg.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/min.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/mk.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ml.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/mr.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ms.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/my.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/nan.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/nb.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/nds-nl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/nds.json +6 -0
- pywikibot_scripts/i18n/clean_sandbox/ne.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/nl.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/nn.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/nqo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/oc.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/olo.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/or.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/pl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/pms.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/pt-br.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/pt.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/qqq.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ro.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/ru.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/sco.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/sd.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sh.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sk.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/skr.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/so.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sq.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sr.json +11 -0
- pywikibot_scripts/i18n/clean_sandbox/su.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/sv.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/szl.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/ta.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/te.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/th.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/tl.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/tly.json +10 -0
- pywikibot_scripts/i18n/clean_sandbox/tr.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/tt.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/uk.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/ur.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/uz.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/vec.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/vi.json +9 -0
- pywikibot_scripts/i18n/clean_sandbox/wa.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/xmf.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/yi.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/yue.json +8 -0
- pywikibot_scripts/i18n/clean_sandbox/zh.json +8 -0
- pywikibot_scripts/i18n/commonscat/ar.json +9 -0
- pywikibot_scripts/i18n/commonscat/ast.json +8 -0
- pywikibot_scripts/i18n/commonscat/ba.json +8 -0
- pywikibot_scripts/i18n/commonscat/be-tarask.json +8 -0
- pywikibot_scripts/i18n/commonscat/br.json +8 -0
- pywikibot_scripts/i18n/commonscat/bs.json +9 -0
- pywikibot_scripts/i18n/commonscat/ca.json +8 -0
- pywikibot_scripts/i18n/commonscat/ce.json +8 -0
- pywikibot_scripts/i18n/commonscat/ckb.json +8 -0
- pywikibot_scripts/i18n/commonscat/cs.json +11 -0
- pywikibot_scripts/i18n/commonscat/csb.json +8 -0
- pywikibot_scripts/i18n/commonscat/cy.json +8 -0
- pywikibot_scripts/i18n/commonscat/da.json +6 -0
- pywikibot_scripts/i18n/commonscat/de.json +8 -0
- pywikibot_scripts/i18n/commonscat/diq.json +8 -0
- pywikibot_scripts/i18n/commonscat/el.json +8 -0
- pywikibot_scripts/i18n/commonscat/en.json +8 -0
- pywikibot_scripts/i18n/commonscat/eo.json +8 -0
- pywikibot_scripts/i18n/commonscat/es.json +8 -0
- pywikibot_scripts/i18n/commonscat/eu.json +8 -0
- pywikibot_scripts/i18n/commonscat/fa.json +8 -0
- pywikibot_scripts/i18n/commonscat/fr.json +10 -0
- pywikibot_scripts/i18n/commonscat/frr.json +6 -0
- pywikibot_scripts/i18n/commonscat/gl.json +8 -0
- pywikibot_scripts/i18n/commonscat/gn.json +8 -0
- pywikibot_scripts/i18n/commonscat/he.json +8 -0
- pywikibot_scripts/i18n/commonscat/hi.json +9 -0
- pywikibot_scripts/i18n/commonscat/hu.json +8 -0
- pywikibot_scripts/i18n/commonscat/ia.json +8 -0
- pywikibot_scripts/i18n/commonscat/id.json +9 -0
- pywikibot_scripts/i18n/commonscat/io.json +8 -0
- pywikibot_scripts/i18n/commonscat/is.json +8 -0
- pywikibot_scripts/i18n/commonscat/it.json +8 -0
- pywikibot_scripts/i18n/commonscat/ja.json +8 -0
- pywikibot_scripts/i18n/commonscat/kk.json +8 -0
- pywikibot_scripts/i18n/commonscat/ko.json +9 -0
- pywikibot_scripts/i18n/commonscat/krc.json +8 -0
- pywikibot_scripts/i18n/commonscat/ksh.json +8 -0
- pywikibot_scripts/i18n/commonscat/ku.json +8 -0
- pywikibot_scripts/i18n/commonscat/lb.json +8 -0
- pywikibot_scripts/i18n/commonscat/li.json +8 -0
- pywikibot_scripts/i18n/commonscat/lt.json +8 -0
- pywikibot_scripts/i18n/commonscat/mg.json +8 -0
- pywikibot_scripts/i18n/commonscat/mk.json +8 -0
- pywikibot_scripts/i18n/commonscat/ml.json +8 -0
- pywikibot_scripts/i18n/commonscat/ms.json +8 -0
- pywikibot_scripts/i18n/commonscat/nan.json +9 -0
- pywikibot_scripts/i18n/commonscat/nb.json +9 -0
- pywikibot_scripts/i18n/commonscat/nds-nl.json +8 -0
- pywikibot_scripts/i18n/commonscat/nl.json +9 -0
- pywikibot_scripts/i18n/commonscat/nqo.json +8 -0
- pywikibot_scripts/i18n/commonscat/pdc.json +8 -0
- pywikibot_scripts/i18n/commonscat/pl.json +8 -0
- pywikibot_scripts/i18n/commonscat/pms.json +8 -0
- pywikibot_scripts/i18n/commonscat/pt-br.json +9 -0
- pywikibot_scripts/i18n/commonscat/pt.json +9 -0
- pywikibot_scripts/i18n/commonscat/qqq.json +8 -0
- pywikibot_scripts/i18n/commonscat/ro.json +8 -0
- pywikibot_scripts/i18n/commonscat/ru.json +6 -0
- pywikibot_scripts/i18n/commonscat/sk.json +9 -0
- pywikibot_scripts/i18n/commonscat/sl.json +8 -0
- pywikibot_scripts/i18n/commonscat/sr.json +11 -0
- pywikibot_scripts/i18n/commonscat/sv.json +8 -0
- pywikibot_scripts/i18n/commonscat/ta.json +8 -0
- pywikibot_scripts/i18n/commonscat/th.json +8 -0
- pywikibot_scripts/i18n/commonscat/tr.json +8 -0
- pywikibot_scripts/i18n/commonscat/uk.json +6 -0
- pywikibot_scripts/i18n/commonscat/ur.json +8 -0
- pywikibot_scripts/i18n/commonscat/vi.json +8 -0
- pywikibot_scripts/i18n/commonscat/zh.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/af.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/an.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ar.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/arc.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ast.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/awa.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/az.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/azb.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ba.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/bar.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/bcc.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/be-tarask.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/be.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/bg.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/bjn.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/bn.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/bo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/br.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/bs.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/ca.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/ce.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ckb.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/cs.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/csb.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/cy.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/da.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/de.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/diq.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/el.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/en.json +5 -0
- pywikibot_scripts/i18n/cosmetic_changes/eo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/es.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/et.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/eu.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/fa.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/fi.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/fo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/fr.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/frp.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/frr.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/fy.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/ga.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/gl.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/gsw.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/hak.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/haw.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/he.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/hi.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/hr.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/hsb.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/hu.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/hy.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/ia.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/id.json +13 -0
- pywikibot_scripts/i18n/cosmetic_changes/ie.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ig.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ilo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/io.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/is.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/it.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/ja.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/jv.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/kk.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/kn.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ko.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/krc.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ksh.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ku.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ky.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/la.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/lb.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/li.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/lt.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/lv.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/map-bms.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/mg.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/min.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/mk.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/ml.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/mr.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ms.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/mt.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/nan.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/nb.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/nds-nl.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/nds.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ne.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/new.json +8 -0
- pywikibot_scripts/i18n/cosmetic_changes/nl.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/nn.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/nqo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/oc.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/or.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/pdc.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/pfl.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/pl.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/pms.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/pt-br.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/pt.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/qqq.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/ro.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ru.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/sco.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sd.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sh.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/si.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sk.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sl.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/so.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sq.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sr.json +12 -0
- pywikibot_scripts/i18n/cosmetic_changes/su.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/sv.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/szl.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/ta.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/te.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/th.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/tk.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/tl.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/tly.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/tr.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/tt.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/uk.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/ur.json +10 -0
- pywikibot_scripts/i18n/cosmetic_changes/uz.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/vec.json +11 -0
- pywikibot_scripts/i18n/cosmetic_changes/vep.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/vi.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/vo.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/war.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/xmf.json +9 -0
- pywikibot_scripts/i18n/cosmetic_changes/yi.json +7 -0
- pywikibot_scripts/i18n/cosmetic_changes/zh.json +11 -0
- pywikibot_scripts/i18n/delete/ar.json +14 -0
- pywikibot_scripts/i18n/delete/ast.json +13 -0
- pywikibot_scripts/i18n/delete/awa.json +12 -0
- pywikibot_scripts/i18n/delete/az.json +14 -0
- pywikibot_scripts/i18n/delete/azb.json +14 -0
- pywikibot_scripts/i18n/delete/ba.json +13 -0
- pywikibot_scripts/i18n/delete/bcc.json +12 -0
- pywikibot_scripts/i18n/delete/be-tarask.json +13 -0
- pywikibot_scripts/i18n/delete/bg.json +12 -0
- pywikibot_scripts/i18n/delete/bjn.json +12 -0
- pywikibot_scripts/i18n/delete/bn.json +12 -0
- pywikibot_scripts/i18n/delete/bo.json +9 -0
- pywikibot_scripts/i18n/delete/br.json +13 -0
- pywikibot_scripts/i18n/delete/bs.json +12 -0
- pywikibot_scripts/i18n/delete/ca.json +14 -0
- pywikibot_scripts/i18n/delete/ce.json +12 -0
- pywikibot_scripts/i18n/delete/ckb.json +12 -0
- pywikibot_scripts/i18n/delete/cs.json +14 -0
- pywikibot_scripts/i18n/delete/csb.json +12 -0
- pywikibot_scripts/i18n/delete/cy.json +15 -0
- pywikibot_scripts/i18n/delete/da.json +14 -0
- pywikibot_scripts/i18n/delete/de.json +15 -0
- pywikibot_scripts/i18n/delete/diq.json +15 -0
- pywikibot_scripts/i18n/delete/el.json +12 -0
- pywikibot_scripts/i18n/delete/en.json +14 -0
- pywikibot_scripts/i18n/delete/eo.json +16 -0
- pywikibot_scripts/i18n/delete/es.json +15 -0
- pywikibot_scripts/i18n/delete/et.json +12 -0
- pywikibot_scripts/i18n/delete/eu.json +13 -0
- pywikibot_scripts/i18n/delete/fa.json +15 -0
- pywikibot_scripts/i18n/delete/fi.json +14 -0
- pywikibot_scripts/i18n/delete/fo.json +12 -0
- pywikibot_scripts/i18n/delete/fr.json +15 -0
- pywikibot_scripts/i18n/delete/frp.json +12 -0
- pywikibot_scripts/i18n/delete/frr.json +12 -0
- pywikibot_scripts/i18n/delete/gl.json +12 -0
- pywikibot_scripts/i18n/delete/gsw.json +13 -0
- pywikibot_scripts/i18n/delete/hak.json +13 -0
- pywikibot_scripts/i18n/delete/haw.json +12 -0
- pywikibot_scripts/i18n/delete/he.json +12 -0
- pywikibot_scripts/i18n/delete/hi.json +13 -0
- pywikibot_scripts/i18n/delete/hu.json +12 -0
- pywikibot_scripts/i18n/delete/hy.json +13 -0
- pywikibot_scripts/i18n/delete/ia.json +12 -0
- pywikibot_scripts/i18n/delete/id.json +15 -0
- pywikibot_scripts/i18n/delete/ilo.json +12 -0
- pywikibot_scripts/i18n/delete/io.json +12 -0
- pywikibot_scripts/i18n/delete/is.json +13 -0
- pywikibot_scripts/i18n/delete/it.json +15 -0
- pywikibot_scripts/i18n/delete/ja.json +14 -0
- pywikibot_scripts/i18n/delete/jv.json +12 -0
- pywikibot_scripts/i18n/delete/kab.json +11 -0
- pywikibot_scripts/i18n/delete/kk.json +12 -0
- pywikibot_scripts/i18n/delete/kn.json +14 -0
- pywikibot_scripts/i18n/delete/ko.json +13 -0
- pywikibot_scripts/i18n/delete/krc.json +12 -0
- pywikibot_scripts/i18n/delete/ksh.json +13 -0
- pywikibot_scripts/i18n/delete/ku.json +13 -0
- pywikibot_scripts/i18n/delete/ky.json +12 -0
- pywikibot_scripts/i18n/delete/lb.json +12 -0
- pywikibot_scripts/i18n/delete/li.json +12 -0
- pywikibot_scripts/i18n/delete/lt.json +14 -0
- pywikibot_scripts/i18n/delete/lv.json +8 -0
- pywikibot_scripts/i18n/delete/map-bms.json +12 -0
- pywikibot_scripts/i18n/delete/mg.json +12 -0
- pywikibot_scripts/i18n/delete/min.json +13 -0
- pywikibot_scripts/i18n/delete/mk.json +13 -0
- pywikibot_scripts/i18n/delete/ml.json +12 -0
- pywikibot_scripts/i18n/delete/mr.json +11 -0
- pywikibot_scripts/i18n/delete/ms.json +12 -0
- pywikibot_scripts/i18n/delete/my.json +12 -0
- pywikibot_scripts/i18n/delete/nan.json +13 -0
- pywikibot_scripts/i18n/delete/nb.json +14 -0
- pywikibot_scripts/i18n/delete/nds-nl.json +12 -0
- pywikibot_scripts/i18n/delete/ne.json +14 -0
- pywikibot_scripts/i18n/delete/new.json +12 -0
- pywikibot_scripts/i18n/delete/nl.json +13 -0
- pywikibot_scripts/i18n/delete/nn.json +12 -0
- pywikibot_scripts/i18n/delete/nqo.json +12 -0
- pywikibot_scripts/i18n/delete/oc.json +12 -0
- pywikibot_scripts/i18n/delete/or.json +13 -0
- pywikibot_scripts/i18n/delete/pl.json +14 -0
- pywikibot_scripts/i18n/delete/pms.json +13 -0
- pywikibot_scripts/i18n/delete/pt-br.json +13 -0
- pywikibot_scripts/i18n/delete/pt.json +14 -0
- pywikibot_scripts/i18n/delete/qqq.json +14 -0
- pywikibot_scripts/i18n/delete/ro.json +12 -0
- pywikibot_scripts/i18n/delete/ru.json +14 -0
- pywikibot_scripts/i18n/delete/sco.json +12 -0
- pywikibot_scripts/i18n/delete/sd.json +8 -0
- pywikibot_scripts/i18n/delete/sh.json +10 -0
- pywikibot_scripts/i18n/delete/sk.json +14 -0
- pywikibot_scripts/i18n/delete/sl.json +13 -0
- pywikibot_scripts/i18n/delete/so.json +12 -0
- pywikibot_scripts/i18n/delete/sq.json +12 -0
- pywikibot_scripts/i18n/delete/sr.json +15 -0
- pywikibot_scripts/i18n/delete/su.json +12 -0
- pywikibot_scripts/i18n/delete/sv.json +13 -0
- pywikibot_scripts/i18n/delete/sw.json +13 -0
- pywikibot_scripts/i18n/delete/szl.json +13 -0
- pywikibot_scripts/i18n/delete/ta.json +11 -0
- pywikibot_scripts/i18n/delete/te.json +12 -0
- pywikibot_scripts/i18n/delete/th.json +13 -0
- pywikibot_scripts/i18n/delete/tl.json +13 -0
- pywikibot_scripts/i18n/delete/tly.json +12 -0
- pywikibot_scripts/i18n/delete/tr.json +13 -0
- pywikibot_scripts/i18n/delete/uk.json +12 -0
- pywikibot_scripts/i18n/delete/ur.json +12 -0
- pywikibot_scripts/i18n/delete/uz.json +10 -0
- pywikibot_scripts/i18n/delete/vec.json +15 -0
- pywikibot_scripts/i18n/delete/vi.json +12 -0
- pywikibot_scripts/i18n/delete/vo.json +10 -0
- pywikibot_scripts/i18n/delete/war.json +12 -0
- pywikibot_scripts/i18n/delete/xmf.json +11 -0
- pywikibot_scripts/i18n/delete/yi.json +12 -0
- pywikibot_scripts/i18n/delete/yue.json +8 -0
- pywikibot_scripts/i18n/delete/zh.json +14 -0
- pywikibot_scripts/i18n/delinker/ar.json +9 -0
- pywikibot_scripts/i18n/delinker/be-tarask.json +8 -0
- pywikibot_scripts/i18n/delinker/bn.json +8 -0
- pywikibot_scripts/i18n/delinker/br.json +8 -0
- pywikibot_scripts/i18n/delinker/ca.json +9 -0
- pywikibot_scripts/i18n/delinker/ckb.json +8 -0
- pywikibot_scripts/i18n/delinker/cy.json +9 -0
- pywikibot_scripts/i18n/delinker/de.json +8 -0
- pywikibot_scripts/i18n/delinker/diq.json +8 -0
- pywikibot_scripts/i18n/delinker/el.json +9 -0
- pywikibot_scripts/i18n/delinker/en.json +8 -0
- pywikibot_scripts/i18n/delinker/es.json +9 -0
- pywikibot_scripts/i18n/delinker/fa.json +8 -0
- pywikibot_scripts/i18n/delinker/fr.json +8 -0
- pywikibot_scripts/i18n/delinker/frr.json +9 -0
- pywikibot_scripts/i18n/delinker/gl.json +9 -0
- pywikibot_scripts/i18n/delinker/he.json +10 -0
- pywikibot_scripts/i18n/delinker/ia.json +8 -0
- pywikibot_scripts/i18n/delinker/id.json +9 -0
- pywikibot_scripts/i18n/delinker/io.json +9 -0
- pywikibot_scripts/i18n/delinker/it.json +8 -0
- pywikibot_scripts/i18n/delinker/ja.json +8 -0
- pywikibot_scripts/i18n/delinker/ko.json +9 -0
- pywikibot_scripts/i18n/delinker/krc.json +9 -0
- pywikibot_scripts/i18n/delinker/ku.json +8 -0
- pywikibot_scripts/i18n/delinker/lb.json +9 -0
- pywikibot_scripts/i18n/delinker/lt.json +8 -0
- pywikibot_scripts/i18n/delinker/mk.json +8 -0
- pywikibot_scripts/i18n/delinker/nb.json +8 -0
- pywikibot_scripts/i18n/delinker/nl.json +9 -0
- pywikibot_scripts/i18n/delinker/nqo.json +8 -0
- pywikibot_scripts/i18n/delinker/nyn.json +9 -0
- pywikibot_scripts/i18n/delinker/pt-br.json +9 -0
- pywikibot_scripts/i18n/delinker/pt.json +9 -0
- pywikibot_scripts/i18n/delinker/qqq.json +8 -0
- pywikibot_scripts/i18n/delinker/ru.json +8 -0
- pywikibot_scripts/i18n/delinker/sk.json +9 -0
- pywikibot_scripts/i18n/delinker/sl.json +9 -0
- pywikibot_scripts/i18n/delinker/sr.json +8 -0
- pywikibot_scripts/i18n/delinker/sv.json +9 -0
- pywikibot_scripts/i18n/delinker/te.json +9 -0
- pywikibot_scripts/i18n/delinker/tr.json +9 -0
- pywikibot_scripts/i18n/delinker/uk.json +9 -0
- pywikibot_scripts/i18n/delinker/vi.json +8 -0
- pywikibot_scripts/i18n/delinker/zh.json +10 -0
- pywikibot_scripts/i18n/djvutext/ar.json +10 -0
- pywikibot_scripts/i18n/djvutext/ast.json +9 -0
- pywikibot_scripts/i18n/djvutext/awa.json +8 -0
- pywikibot_scripts/i18n/djvutext/az.json +8 -0
- pywikibot_scripts/i18n/djvutext/azb.json +8 -0
- pywikibot_scripts/i18n/djvutext/ba.json +8 -0
- pywikibot_scripts/i18n/djvutext/bcc.json +8 -0
- pywikibot_scripts/i18n/djvutext/be-tarask.json +8 -0
- pywikibot_scripts/i18n/djvutext/bn.json +8 -0
- pywikibot_scripts/i18n/djvutext/br.json +8 -0
- pywikibot_scripts/i18n/djvutext/bs.json +8 -0
- pywikibot_scripts/i18n/djvutext/ca.json +10 -0
- pywikibot_scripts/i18n/djvutext/ce.json +8 -0
- pywikibot_scripts/i18n/djvutext/cs.json +11 -0
- pywikibot_scripts/i18n/djvutext/csb.json +8 -0
- pywikibot_scripts/i18n/djvutext/cy.json +9 -0
- pywikibot_scripts/i18n/djvutext/da.json +9 -0
- pywikibot_scripts/i18n/djvutext/de.json +9 -0
- pywikibot_scripts/i18n/djvutext/diq.json +8 -0
- pywikibot_scripts/i18n/djvutext/el.json +8 -0
- pywikibot_scripts/i18n/djvutext/en.json +4 -0
- pywikibot_scripts/i18n/djvutext/eo.json +9 -0
- pywikibot_scripts/i18n/djvutext/es.json +10 -0
- pywikibot_scripts/i18n/djvutext/et.json +8 -0
- pywikibot_scripts/i18n/djvutext/eu.json +8 -0
- pywikibot_scripts/i18n/djvutext/fa.json +8 -0
- pywikibot_scripts/i18n/djvutext/fi.json +9 -0
- pywikibot_scripts/i18n/djvutext/fo.json +8 -0
- pywikibot_scripts/i18n/djvutext/fr.json +9 -0
- pywikibot_scripts/i18n/djvutext/frp.json +8 -0
- pywikibot_scripts/i18n/djvutext/frr.json +8 -0
- pywikibot_scripts/i18n/djvutext/gl.json +8 -0
- pywikibot_scripts/i18n/djvutext/gsw.json +8 -0
- pywikibot_scripts/i18n/djvutext/hak.json +8 -0
- pywikibot_scripts/i18n/djvutext/haw.json +8 -0
- pywikibot_scripts/i18n/djvutext/he.json +8 -0
- pywikibot_scripts/i18n/djvutext/hi.json +9 -0
- pywikibot_scripts/i18n/djvutext/hu.json +8 -0
- pywikibot_scripts/i18n/djvutext/ia.json +8 -0
- pywikibot_scripts/i18n/djvutext/id.json +11 -0
- pywikibot_scripts/i18n/djvutext/ilo.json +8 -0
- pywikibot_scripts/i18n/djvutext/io.json +8 -0
- pywikibot_scripts/i18n/djvutext/is.json +8 -0
- pywikibot_scripts/i18n/djvutext/it.json +9 -0
- pywikibot_scripts/i18n/djvutext/ja.json +9 -0
- pywikibot_scripts/i18n/djvutext/jv.json +8 -0
- pywikibot_scripts/i18n/djvutext/kab.json +8 -0
- pywikibot_scripts/i18n/djvutext/kn.json +8 -0
- pywikibot_scripts/i18n/djvutext/ko.json +9 -0
- pywikibot_scripts/i18n/djvutext/krc.json +8 -0
- pywikibot_scripts/i18n/djvutext/ksh.json +8 -0
- pywikibot_scripts/i18n/djvutext/ku.json +8 -0
- pywikibot_scripts/i18n/djvutext/lb.json +9 -0
- pywikibot_scripts/i18n/djvutext/li.json +8 -0
- pywikibot_scripts/i18n/djvutext/lt.json +8 -0
- pywikibot_scripts/i18n/djvutext/map-bms.json +8 -0
- pywikibot_scripts/i18n/djvutext/mg.json +8 -0
- pywikibot_scripts/i18n/djvutext/min.json +9 -0
- pywikibot_scripts/i18n/djvutext/mk.json +8 -0
- pywikibot_scripts/i18n/djvutext/ml.json +8 -0
- pywikibot_scripts/i18n/djvutext/ms.json +8 -0
- pywikibot_scripts/i18n/djvutext/nan.json +9 -0
- pywikibot_scripts/i18n/djvutext/nb.json +8 -0
- pywikibot_scripts/i18n/djvutext/nds-nl.json +8 -0
- pywikibot_scripts/i18n/djvutext/ne.json +8 -0
- pywikibot_scripts/i18n/djvutext/new.json +8 -0
- pywikibot_scripts/i18n/djvutext/nl.json +8 -0
- pywikibot_scripts/i18n/djvutext/nqo.json +8 -0
- pywikibot_scripts/i18n/djvutext/oc.json +8 -0
- pywikibot_scripts/i18n/djvutext/or.json +8 -0
- pywikibot_scripts/i18n/djvutext/pl.json +8 -0
- pywikibot_scripts/i18n/djvutext/pms.json +8 -0
- pywikibot_scripts/i18n/djvutext/pt-br.json +8 -0
- pywikibot_scripts/i18n/djvutext/pt.json +9 -0
- pywikibot_scripts/i18n/djvutext/qqq.json +10 -0
- pywikibot_scripts/i18n/djvutext/ro.json +8 -0
- pywikibot_scripts/i18n/djvutext/ru.json +10 -0
- pywikibot_scripts/i18n/djvutext/sco.json +8 -0
- pywikibot_scripts/i18n/djvutext/sk.json +9 -0
- pywikibot_scripts/i18n/djvutext/sl.json +8 -0
- pywikibot_scripts/i18n/djvutext/so.json +8 -0
- pywikibot_scripts/i18n/djvutext/sq.json +8 -0
- pywikibot_scripts/i18n/djvutext/sr.json +11 -0
- pywikibot_scripts/i18n/djvutext/su.json +8 -0
- pywikibot_scripts/i18n/djvutext/sv.json +9 -0
- pywikibot_scripts/i18n/djvutext/sw.json +8 -0
- pywikibot_scripts/i18n/djvutext/szl.json +8 -0
- pywikibot_scripts/i18n/djvutext/te.json +8 -0
- pywikibot_scripts/i18n/djvutext/th.json +9 -0
- pywikibot_scripts/i18n/djvutext/tl.json +8 -0
- pywikibot_scripts/i18n/djvutext/tly.json +8 -0
- pywikibot_scripts/i18n/djvutext/tr.json +9 -0
- pywikibot_scripts/i18n/djvutext/uk.json +8 -0
- pywikibot_scripts/i18n/djvutext/ur.json +8 -0
- pywikibot_scripts/i18n/djvutext/vec.json +8 -0
- pywikibot_scripts/i18n/djvutext/vi.json +8 -0
- pywikibot_scripts/i18n/djvutext/war.json +8 -0
- pywikibot_scripts/i18n/djvutext/zh.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/af.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ar.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/arc.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ast.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/awa.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/az.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/azb.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ba.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/bcc.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/be-tarask.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/bg.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/bn.json +10 -0
- pywikibot_scripts/i18n/fixing_redirects/br.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/bs.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ca.json +10 -0
- pywikibot_scripts/i18n/fixing_redirects/ce.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ckb.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/cs.json +10 -0
- pywikibot_scripts/i18n/fixing_redirects/csb.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/cy.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/da.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/de.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/diq.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/el.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/en.json +4 -0
- pywikibot_scripts/i18n/fixing_redirects/eo.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/es.json +10 -0
- pywikibot_scripts/i18n/fixing_redirects/et.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/eu.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/fa.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/fi.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/fo.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/fr.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/frp.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/frr.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/gl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/gsw.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/hak.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/haw.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/he.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/hi.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/hr.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/hu.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/hy.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ia.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/id.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ilo.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/io.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/is.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/it.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ja.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/jv.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/kab.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/kk.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/kn.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ko.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/krc.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ksh.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ku.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ky.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/lb.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/li.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/lt.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/lv.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/map-bms.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/mg.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/min.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/mk.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ml.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ms.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/mt.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/my.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/nan.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/nb.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/nds-nl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ne.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/new.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/nl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/nn.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/nqo.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/oc.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/pl.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/pms.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/pt-br.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/pt.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/qqq.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ro.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ru.json +10 -0
- pywikibot_scripts/i18n/fixing_redirects/sco.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/sd.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/sh.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/si.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/sk.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/skr.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/sl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/so.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/sq.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/sr.json +11 -0
- pywikibot_scripts/i18n/fixing_redirects/su.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/sv.json +6 -0
- pywikibot_scripts/i18n/fixing_redirects/sw.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/szl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ta.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/te.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/th.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/tl.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/tly.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/tr.json +9 -0
- pywikibot_scripts/i18n/fixing_redirects/uk.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/ur.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/uz.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/vec.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/vi.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/wa.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/war.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/yi.json +8 -0
- pywikibot_scripts/i18n/fixing_redirects/zh.json +8 -0
- pywikibot_scripts/i18n/image/ar.json +10 -0
- pywikibot_scripts/i18n/image/ast.json +9 -0
- pywikibot_scripts/i18n/image/az.json +9 -0
- pywikibot_scripts/i18n/image/azb.json +9 -0
- pywikibot_scripts/i18n/image/ba.json +9 -0
- pywikibot_scripts/i18n/image/be-tarask.json +9 -0
- pywikibot_scripts/i18n/image/bg.json +10 -0
- pywikibot_scripts/i18n/image/bn.json +11 -0
- pywikibot_scripts/i18n/image/br.json +9 -0
- pywikibot_scripts/i18n/image/bs.json +10 -0
- pywikibot_scripts/i18n/image/ca.json +9 -0
- pywikibot_scripts/i18n/image/ckb.json +10 -0
- pywikibot_scripts/i18n/image/cs.json +11 -0
- pywikibot_scripts/i18n/image/csb.json +9 -0
- pywikibot_scripts/i18n/image/cy.json +9 -0
- pywikibot_scripts/i18n/image/da.json +9 -0
- pywikibot_scripts/i18n/image/de.json +9 -0
- pywikibot_scripts/i18n/image/diq.json +10 -0
- pywikibot_scripts/i18n/image/el.json +9 -0
- pywikibot_scripts/i18n/image/en.json +9 -0
- pywikibot_scripts/i18n/image/eo.json +9 -0
- pywikibot_scripts/i18n/image/es.json +11 -0
- pywikibot_scripts/i18n/image/eu.json +9 -0
- pywikibot_scripts/i18n/image/fa.json +9 -0
- pywikibot_scripts/i18n/image/fi.json +9 -0
- pywikibot_scripts/i18n/image/fr.json +12 -0
- pywikibot_scripts/i18n/image/frr.json +9 -0
- pywikibot_scripts/i18n/image/gl.json +9 -0
- pywikibot_scripts/i18n/image/he.json +9 -0
- pywikibot_scripts/i18n/image/hi.json +9 -0
- pywikibot_scripts/i18n/image/hu.json +9 -0
- pywikibot_scripts/i18n/image/ia.json +9 -0
- pywikibot_scripts/i18n/image/id.json +10 -0
- pywikibot_scripts/i18n/image/io.json +9 -0
- pywikibot_scripts/i18n/image/it.json +10 -0
- pywikibot_scripts/i18n/image/ja.json +10 -0
- pywikibot_scripts/i18n/image/kab.json +9 -0
- pywikibot_scripts/i18n/image/ko.json +10 -0
- pywikibot_scripts/i18n/image/krc.json +9 -0
- pywikibot_scripts/i18n/image/ksh.json +9 -0
- pywikibot_scripts/i18n/image/ku.json +9 -0
- pywikibot_scripts/i18n/image/lag.json +8 -0
- pywikibot_scripts/i18n/image/lb.json +9 -0
- pywikibot_scripts/i18n/image/li.json +9 -0
- pywikibot_scripts/i18n/image/lt.json +9 -0
- pywikibot_scripts/i18n/image/mg.json +9 -0
- pywikibot_scripts/i18n/image/mk.json +9 -0
- pywikibot_scripts/i18n/image/ml.json +9 -0
- pywikibot_scripts/i18n/image/ms.json +9 -0
- pywikibot_scripts/i18n/image/my.json +9 -0
- pywikibot_scripts/i18n/image/nan.json +10 -0
- pywikibot_scripts/i18n/image/nb.json +10 -0
- pywikibot_scripts/i18n/image/nds-nl.json +9 -0
- pywikibot_scripts/i18n/image/nl.json +10 -0
- pywikibot_scripts/i18n/image/nn.json +9 -0
- pywikibot_scripts/i18n/image/no.json +9 -0
- pywikibot_scripts/i18n/image/nqo.json +9 -0
- pywikibot_scripts/i18n/image/pl.json +9 -0
- pywikibot_scripts/i18n/image/pt-br.json +10 -0
- pywikibot_scripts/i18n/image/pt.json +10 -0
- pywikibot_scripts/i18n/image/qqq.json +9 -0
- pywikibot_scripts/i18n/image/ro.json +9 -0
- pywikibot_scripts/i18n/image/ru.json +9 -0
- pywikibot_scripts/i18n/image/sk.json +10 -0
- pywikibot_scripts/i18n/image/sl.json +9 -0
- pywikibot_scripts/i18n/image/sr.json +12 -0
- pywikibot_scripts/i18n/image/su.json +9 -0
- pywikibot_scripts/i18n/image/sv.json +9 -0
- pywikibot_scripts/i18n/image/ta.json +9 -0
- pywikibot_scripts/i18n/image/th.json +9 -0
- pywikibot_scripts/i18n/image/tr.json +9 -0
- pywikibot_scripts/i18n/image/uk.json +9 -0
- pywikibot_scripts/i18n/image/ur.json +9 -0
- pywikibot_scripts/i18n/image/vi.json +9 -0
- pywikibot_scripts/i18n/image/zh.json +11 -0
- pywikibot_scripts/i18n/imagetransfer/ar.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ast.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/azb.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ba.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/be-tarask.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/bg.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/bn.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/br.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/bs.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/ca.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/ckb.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/cs.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/csb.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/cy.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/da.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/de.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/diq.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/dty.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/el.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/en.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/eo.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/es.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/eu.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/fa.json +12 -0
- pywikibot_scripts/i18n/imagetransfer/fi.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/fr.json +12 -0
- pywikibot_scripts/i18n/imagetransfer/frr.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/gl.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/he.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/hi.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/hu.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ia.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/id.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/io.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/is.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/it.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ja.json +11 -0
- pywikibot_scripts/i18n/imagetransfer/kab.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/kk.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ko.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/krc.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ksh.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/lb.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/li.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/lki.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/lt.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/mg.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/mk.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ml.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ms.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/my.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/nan.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/nb.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/nds-nl.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/nl.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/nqo.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/pl.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/pt-br.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/pt.json +11 -0
- pywikibot_scripts/i18n/imagetransfer/qqq.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ro.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ru.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/scn.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/sk.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/sl.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/sr.json +13 -0
- pywikibot_scripts/i18n/imagetransfer/su.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/sv.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ta.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/te.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/th.json +10 -0
- pywikibot_scripts/i18n/imagetransfer/tr.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/uk.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/ur.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/vi.json +9 -0
- pywikibot_scripts/i18n/imagetransfer/xmf.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/yi.json +8 -0
- pywikibot_scripts/i18n/imagetransfer/zh.json +10 -0
- pywikibot_scripts/i18n/interwiki/aeb.json +8 -0
- pywikibot_scripts/i18n/interwiki/af.json +15 -0
- pywikibot_scripts/i18n/interwiki/am.json +14 -0
- pywikibot_scripts/i18n/interwiki/an.json +15 -0
- pywikibot_scripts/i18n/interwiki/ang.json +12 -0
- pywikibot_scripts/i18n/interwiki/ar.json +17 -0
- pywikibot_scripts/i18n/interwiki/arc.json +15 -0
- pywikibot_scripts/i18n/interwiki/arz.json +11 -0
- pywikibot_scripts/i18n/interwiki/as.json +12 -0
- pywikibot_scripts/i18n/interwiki/ast.json +18 -0
- pywikibot_scripts/i18n/interwiki/az.json +15 -0
- pywikibot_scripts/i18n/interwiki/azb.json +15 -0
- pywikibot_scripts/i18n/interwiki/ba.json +15 -0
- pywikibot_scripts/i18n/interwiki/bar.json +15 -0
- pywikibot_scripts/i18n/interwiki/bcc.json +15 -0
- pywikibot_scripts/i18n/interwiki/bcl.json +12 -0
- pywikibot_scripts/i18n/interwiki/be-tarask.json +17 -0
- pywikibot_scripts/i18n/interwiki/be.json +16 -0
- pywikibot_scripts/i18n/interwiki/bg.json +15 -0
- pywikibot_scripts/i18n/interwiki/bjn.json +13 -0
- pywikibot_scripts/i18n/interwiki/bn.json +15 -0
- pywikibot_scripts/i18n/interwiki/bo.json +12 -0
- pywikibot_scripts/i18n/interwiki/bpy.json +12 -0
- pywikibot_scripts/i18n/interwiki/br.json +15 -0
- pywikibot_scripts/i18n/interwiki/bs.json +16 -0
- pywikibot_scripts/i18n/interwiki/ca.json +16 -0
- pywikibot_scripts/i18n/interwiki/ce.json +15 -0
- pywikibot_scripts/i18n/interwiki/ceb.json +12 -0
- pywikibot_scripts/i18n/interwiki/ckb.json +18 -0
- pywikibot_scripts/i18n/interwiki/crh.json +10 -0
- pywikibot_scripts/i18n/interwiki/cs.json +18 -0
- pywikibot_scripts/i18n/interwiki/csb.json +15 -0
- pywikibot_scripts/i18n/interwiki/cu.json +14 -0
- pywikibot_scripts/i18n/interwiki/cv.json +14 -0
- pywikibot_scripts/i18n/interwiki/cy.json +15 -0
- pywikibot_scripts/i18n/interwiki/da.json +16 -0
- pywikibot_scripts/i18n/interwiki/de.json +15 -0
- pywikibot_scripts/i18n/interwiki/diq.json +16 -0
- pywikibot_scripts/i18n/interwiki/dv.json +12 -0
- pywikibot_scripts/i18n/interwiki/el.json +13 -0
- pywikibot_scripts/i18n/interwiki/eml.json +17 -0
- pywikibot_scripts/i18n/interwiki/en.json +11 -0
- pywikibot_scripts/i18n/interwiki/eo.json +15 -0
- pywikibot_scripts/i18n/interwiki/es.json +18 -0
- pywikibot_scripts/i18n/interwiki/et.json +15 -0
- pywikibot_scripts/i18n/interwiki/eu.json +15 -0
- pywikibot_scripts/i18n/interwiki/ext.json +15 -0
- pywikibot_scripts/i18n/interwiki/fa.json +15 -0
- pywikibot_scripts/i18n/interwiki/fi.json +16 -0
- pywikibot_scripts/i18n/interwiki/fo.json +13 -0
- pywikibot_scripts/i18n/interwiki/fr.json +19 -0
- pywikibot_scripts/i18n/interwiki/frp.json +15 -0
- pywikibot_scripts/i18n/interwiki/frr.json +16 -0
- pywikibot_scripts/i18n/interwiki/fur.json +15 -0
- pywikibot_scripts/i18n/interwiki/fy.json +12 -0
- pywikibot_scripts/i18n/interwiki/ga.json +12 -0
- pywikibot_scripts/i18n/interwiki/gan.json +8 -0
- pywikibot_scripts/i18n/interwiki/gl.json +15 -0
- pywikibot_scripts/i18n/interwiki/gn.json +12 -0
- pywikibot_scripts/i18n/interwiki/gsw.json +16 -0
- pywikibot_scripts/i18n/interwiki/gu.json +14 -0
- pywikibot_scripts/i18n/interwiki/gv.json +12 -0
- pywikibot_scripts/i18n/interwiki/hak.json +15 -0
- pywikibot_scripts/i18n/interwiki/haw.json +15 -0
- pywikibot_scripts/i18n/interwiki/he.json +13 -0
- pywikibot_scripts/i18n/interwiki/hi.json +16 -0
- pywikibot_scripts/i18n/interwiki/hif.json +8 -0
- pywikibot_scripts/i18n/interwiki/hr.json +12 -0
- pywikibot_scripts/i18n/interwiki/hsb.json +12 -0
- pywikibot_scripts/i18n/interwiki/ht.json +12 -0
- pywikibot_scripts/i18n/interwiki/hu.json +13 -0
- pywikibot_scripts/i18n/interwiki/hy.json +13 -0
- pywikibot_scripts/i18n/interwiki/ia.json +15 -0
- pywikibot_scripts/i18n/interwiki/id.json +16 -0
- pywikibot_scripts/i18n/interwiki/ie.json +13 -0
- pywikibot_scripts/i18n/interwiki/ilo.json +15 -0
- pywikibot_scripts/i18n/interwiki/io.json +12 -0
- pywikibot_scripts/i18n/interwiki/is.json +15 -0
- pywikibot_scripts/i18n/interwiki/it.json +16 -0
- pywikibot_scripts/i18n/interwiki/ja.json +17 -0
- pywikibot_scripts/i18n/interwiki/jv.json +15 -0
- pywikibot_scripts/i18n/interwiki/ka.json +12 -0
- pywikibot_scripts/i18n/interwiki/kab.json +15 -0
- pywikibot_scripts/i18n/interwiki/kk.json +15 -0
- pywikibot_scripts/i18n/interwiki/kl.json +12 -0
- pywikibot_scripts/i18n/interwiki/km.json +15 -0
- pywikibot_scripts/i18n/interwiki/kn.json +9 -0
- pywikibot_scripts/i18n/interwiki/ko.json +16 -0
- pywikibot_scripts/i18n/interwiki/koi.json +12 -0
- pywikibot_scripts/i18n/interwiki/krc.json +17 -0
- pywikibot_scripts/i18n/interwiki/ksh.json +13 -0
- pywikibot_scripts/i18n/interwiki/ku.json +18 -0
- pywikibot_scripts/i18n/interwiki/kv.json +14 -0
- pywikibot_scripts/i18n/interwiki/kw.json +14 -0
- pywikibot_scripts/i18n/interwiki/ky.json +17 -0
- pywikibot_scripts/i18n/interwiki/la.json +15 -0
- pywikibot_scripts/i18n/interwiki/lad.json +15 -0
- pywikibot_scripts/i18n/interwiki/lag.json +8 -0
- pywikibot_scripts/i18n/interwiki/lb.json +16 -0
- pywikibot_scripts/i18n/interwiki/lez.json +14 -0
- pywikibot_scripts/i18n/interwiki/li.json +18 -0
- pywikibot_scripts/i18n/interwiki/lmo.json +12 -0
- pywikibot_scripts/i18n/interwiki/ln.json +12 -0
- pywikibot_scripts/i18n/interwiki/lo.json +12 -0
- pywikibot_scripts/i18n/interwiki/lt.json +15 -0
- pywikibot_scripts/i18n/interwiki/ltg.json +8 -0
- pywikibot_scripts/i18n/interwiki/lv.json +15 -0
- pywikibot_scripts/i18n/interwiki/lzh.json +16 -0
- pywikibot_scripts/i18n/interwiki/map-bms.json +16 -0
- pywikibot_scripts/i18n/interwiki/mdf.json +12 -0
- pywikibot_scripts/i18n/interwiki/mg.json +15 -0
- pywikibot_scripts/i18n/interwiki/mhr.json +15 -0
- pywikibot_scripts/i18n/interwiki/mi.json +12 -0
- pywikibot_scripts/i18n/interwiki/min.json +15 -0
- pywikibot_scripts/i18n/interwiki/mk.json +15 -0
- pywikibot_scripts/i18n/interwiki/ml.json +15 -0
- pywikibot_scripts/i18n/interwiki/mn.json +12 -0
- pywikibot_scripts/i18n/interwiki/mo.json +11 -0
- pywikibot_scripts/i18n/interwiki/mr.json +12 -0
- pywikibot_scripts/i18n/interwiki/mrj.json +12 -0
- pywikibot_scripts/i18n/interwiki/ms.json +13 -0
- pywikibot_scripts/i18n/interwiki/mt.json +15 -0
- pywikibot_scripts/i18n/interwiki/mwl.json +15 -0
- pywikibot_scripts/i18n/interwiki/my.json +17 -0
- pywikibot_scripts/i18n/interwiki/myv.json +14 -0
- pywikibot_scripts/i18n/interwiki/mzn.json +12 -0
- pywikibot_scripts/i18n/interwiki/nah.json +15 -0
- pywikibot_scripts/i18n/interwiki/nan.json +17 -0
- pywikibot_scripts/i18n/interwiki/nb.json +16 -0
- pywikibot_scripts/i18n/interwiki/nds-nl.json +15 -0
- pywikibot_scripts/i18n/interwiki/nds.json +12 -0
- pywikibot_scripts/i18n/interwiki/ne.json +18 -0
- pywikibot_scripts/i18n/interwiki/new.json +9 -0
- pywikibot_scripts/i18n/interwiki/nl.json +17 -0
- pywikibot_scripts/i18n/interwiki/nn.json +13 -0
- pywikibot_scripts/i18n/interwiki/nov.json +12 -0
- pywikibot_scripts/i18n/interwiki/nqo.json +15 -0
- pywikibot_scripts/i18n/interwiki/nrm.json +12 -0
- pywikibot_scripts/i18n/interwiki/nv.json +12 -0
- pywikibot_scripts/i18n/interwiki/oc.json +17 -0
- pywikibot_scripts/i18n/interwiki/olo.json +8 -0
- pywikibot_scripts/i18n/interwiki/os.json +14 -0
- pywikibot_scripts/i18n/interwiki/pcd.json +15 -0
- pywikibot_scripts/i18n/interwiki/pdc.json +15 -0
- pywikibot_scripts/i18n/interwiki/pfl.json +12 -0
- pywikibot_scripts/i18n/interwiki/pl.json +15 -0
- pywikibot_scripts/i18n/interwiki/pms.json +15 -0
- pywikibot_scripts/i18n/interwiki/pnb.json +12 -0
- pywikibot_scripts/i18n/interwiki/ps.json +14 -0
- pywikibot_scripts/i18n/interwiki/pt-br.json +15 -0
- pywikibot_scripts/i18n/interwiki/pt.json +15 -0
- pywikibot_scripts/i18n/interwiki/qqq.json +17 -0
- pywikibot_scripts/i18n/interwiki/qu.json +12 -0
- pywikibot_scripts/i18n/interwiki/rm.json +17 -0
- pywikibot_scripts/i18n/interwiki/ro.json +15 -0
- pywikibot_scripts/i18n/interwiki/roa-tara.json +15 -0
- pywikibot_scripts/i18n/interwiki/ru.json +16 -0
- pywikibot_scripts/i18n/interwiki/rue.json +14 -0
- pywikibot_scripts/i18n/interwiki/rw.json +15 -0
- pywikibot_scripts/i18n/interwiki/sah.json +12 -0
- pywikibot_scripts/i18n/interwiki/scn.json +16 -0
- pywikibot_scripts/i18n/interwiki/sco.json +17 -0
- pywikibot_scripts/i18n/interwiki/sd.json +8 -0
- pywikibot_scripts/i18n/interwiki/sgs.json +12 -0
- pywikibot_scripts/i18n/interwiki/si.json +15 -0
- pywikibot_scripts/i18n/interwiki/sk.json +15 -0
- pywikibot_scripts/i18n/interwiki/skr.json +8 -0
- pywikibot_scripts/i18n/interwiki/sl.json +15 -0
- pywikibot_scripts/i18n/interwiki/sms.json +8 -0
- pywikibot_scripts/i18n/interwiki/so.json +15 -0
- pywikibot_scripts/i18n/interwiki/sq.json +15 -0
- pywikibot_scripts/i18n/interwiki/sr.json +18 -0
- pywikibot_scripts/i18n/interwiki/su.json +15 -0
- pywikibot_scripts/i18n/interwiki/sv.json +15 -0
- pywikibot_scripts/i18n/interwiki/sw.json +17 -0
- pywikibot_scripts/i18n/interwiki/szl.json +15 -0
- pywikibot_scripts/i18n/interwiki/ta.json +14 -0
- pywikibot_scripts/i18n/interwiki/te.json +15 -0
- pywikibot_scripts/i18n/interwiki/tet.json +13 -0
- pywikibot_scripts/i18n/interwiki/tg.json +12 -0
- pywikibot_scripts/i18n/interwiki/th.json +16 -0
- pywikibot_scripts/i18n/interwiki/tk.json +12 -0
- pywikibot_scripts/i18n/interwiki/tl.json +13 -0
- pywikibot_scripts/i18n/interwiki/tly.json +15 -0
- pywikibot_scripts/i18n/interwiki/to.json +12 -0
- pywikibot_scripts/i18n/interwiki/tr.json +16 -0
- pywikibot_scripts/i18n/interwiki/tt.json +15 -0
- pywikibot_scripts/i18n/interwiki/udm.json +12 -0
- pywikibot_scripts/i18n/interwiki/uk.json +16 -0
- pywikibot_scripts/i18n/interwiki/ur.json +15 -0
- pywikibot_scripts/i18n/interwiki/uz.json +14 -0
- pywikibot_scripts/i18n/interwiki/vec.json +15 -0
- pywikibot_scripts/i18n/interwiki/vep.json +14 -0
- pywikibot_scripts/i18n/interwiki/vi.json +16 -0
- pywikibot_scripts/i18n/interwiki/vls.json +15 -0
- pywikibot_scripts/i18n/interwiki/vo.json +15 -0
- pywikibot_scripts/i18n/interwiki/vro.json +12 -0
- pywikibot_scripts/i18n/interwiki/wa.json +16 -0
- pywikibot_scripts/i18n/interwiki/war.json +15 -0
- pywikibot_scripts/i18n/interwiki/xal.json +12 -0
- pywikibot_scripts/i18n/interwiki/yi.json +15 -0
- pywikibot_scripts/i18n/interwiki/yo.json +14 -0
- pywikibot_scripts/i18n/interwiki/yue.json +17 -0
- pywikibot_scripts/i18n/interwiki/zh.json +17 -0
- pywikibot_scripts/i18n/interwikidata/ar.json +9 -0
- pywikibot_scripts/i18n/interwikidata/ast.json +8 -0
- pywikibot_scripts/i18n/interwikidata/azb.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ba.json +8 -0
- pywikibot_scripts/i18n/interwikidata/be-tarask.json +8 -0
- pywikibot_scripts/i18n/interwikidata/bg.json +8 -0
- pywikibot_scripts/i18n/interwikidata/bn.json +9 -0
- pywikibot_scripts/i18n/interwikidata/br.json +8 -0
- pywikibot_scripts/i18n/interwikidata/bs.json +9 -0
- pywikibot_scripts/i18n/interwikidata/ca.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ckb.json +9 -0
- pywikibot_scripts/i18n/interwikidata/cs.json +11 -0
- pywikibot_scripts/i18n/interwikidata/csb.json +8 -0
- pywikibot_scripts/i18n/interwikidata/cy.json +8 -0
- pywikibot_scripts/i18n/interwikidata/da.json +8 -0
- pywikibot_scripts/i18n/interwikidata/de.json +8 -0
- pywikibot_scripts/i18n/interwikidata/diq.json +8 -0
- pywikibot_scripts/i18n/interwikidata/el.json +8 -0
- pywikibot_scripts/i18n/interwikidata/en.json +8 -0
- pywikibot_scripts/i18n/interwikidata/eo.json +8 -0
- pywikibot_scripts/i18n/interwikidata/es.json +9 -0
- pywikibot_scripts/i18n/interwikidata/eu.json +8 -0
- pywikibot_scripts/i18n/interwikidata/fa.json +8 -0
- pywikibot_scripts/i18n/interwikidata/fr.json +9 -0
- pywikibot_scripts/i18n/interwikidata/frr.json +8 -0
- pywikibot_scripts/i18n/interwikidata/gl.json +8 -0
- pywikibot_scripts/i18n/interwikidata/he.json +8 -0
- pywikibot_scripts/i18n/interwikidata/hi.json +8 -0
- pywikibot_scripts/i18n/interwikidata/hu.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ia.json +8 -0
- pywikibot_scripts/i18n/interwikidata/id.json +9 -0
- pywikibot_scripts/i18n/interwikidata/it.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ja.json +8 -0
- pywikibot_scripts/i18n/interwikidata/kab.json +8 -0
- pywikibot_scripts/i18n/interwikidata/km.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ko.json +9 -0
- pywikibot_scripts/i18n/interwikidata/krc.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ksh.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ku.json +8 -0
- pywikibot_scripts/i18n/interwikidata/lb.json +8 -0
- pywikibot_scripts/i18n/interwikidata/li.json +8 -0
- pywikibot_scripts/i18n/interwikidata/lt.json +8 -0
- pywikibot_scripts/i18n/interwikidata/lv.json +8 -0
- pywikibot_scripts/i18n/interwikidata/mg.json +8 -0
- pywikibot_scripts/i18n/interwikidata/mk.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ml.json +8 -0
- pywikibot_scripts/i18n/interwikidata/mr.json +8 -0
- pywikibot_scripts/i18n/interwikidata/my.json +8 -0
- pywikibot_scripts/i18n/interwikidata/nan.json +9 -0
- pywikibot_scripts/i18n/interwikidata/nb.json +9 -0
- pywikibot_scripts/i18n/interwikidata/nds-nl.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ne.json +8 -0
- pywikibot_scripts/i18n/interwikidata/nl.json +9 -0
- pywikibot_scripts/i18n/interwikidata/nn.json +8 -0
- pywikibot_scripts/i18n/interwikidata/nqo.json +8 -0
- pywikibot_scripts/i18n/interwikidata/pl.json +8 -0
- pywikibot_scripts/i18n/interwikidata/pms.json +8 -0
- pywikibot_scripts/i18n/interwikidata/pt-br.json +9 -0
- pywikibot_scripts/i18n/interwikidata/pt.json +9 -0
- pywikibot_scripts/i18n/interwikidata/qqq.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ro.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ru.json +8 -0
- pywikibot_scripts/i18n/interwikidata/sd.json +8 -0
- pywikibot_scripts/i18n/interwikidata/sk.json +8 -0
- pywikibot_scripts/i18n/interwikidata/sl.json +8 -0
- pywikibot_scripts/i18n/interwikidata/sr.json +11 -0
- pywikibot_scripts/i18n/interwikidata/su.json +8 -0
- pywikibot_scripts/i18n/interwikidata/sv.json +8 -0
- pywikibot_scripts/i18n/interwikidata/th.json +8 -0
- pywikibot_scripts/i18n/interwikidata/tl.json +8 -0
- pywikibot_scripts/i18n/interwikidata/tr.json +8 -0
- pywikibot_scripts/i18n/interwikidata/uk.json +8 -0
- pywikibot_scripts/i18n/interwikidata/ur.json +9 -0
- pywikibot_scripts/i18n/interwikidata/vi.json +8 -0
- pywikibot_scripts/i18n/interwikidata/zh.json +8 -0
- pywikibot_scripts/i18n/listpages/ar.json +9 -0
- pywikibot_scripts/i18n/listpages/as.json +8 -0
- pywikibot_scripts/i18n/listpages/ast.json +8 -0
- pywikibot_scripts/i18n/listpages/azb.json +8 -0
- pywikibot_scripts/i18n/listpages/ba.json +8 -0
- pywikibot_scripts/i18n/listpages/be-tarask.json +8 -0
- pywikibot_scripts/i18n/listpages/bg.json +8 -0
- pywikibot_scripts/i18n/listpages/bn.json +9 -0
- pywikibot_scripts/i18n/listpages/br.json +8 -0
- pywikibot_scripts/i18n/listpages/bs.json +9 -0
- pywikibot_scripts/i18n/listpages/ca.json +8 -0
- pywikibot_scripts/i18n/listpages/cs.json +10 -0
- pywikibot_scripts/i18n/listpages/csb.json +8 -0
- pywikibot_scripts/i18n/listpages/cy.json +8 -0
- pywikibot_scripts/i18n/listpages/da.json +8 -0
- pywikibot_scripts/i18n/listpages/de.json +8 -0
- pywikibot_scripts/i18n/listpages/diq.json +9 -0
- pywikibot_scripts/i18n/listpages/el.json +8 -0
- pywikibot_scripts/i18n/listpages/en.json +8 -0
- pywikibot_scripts/i18n/listpages/eo.json +8 -0
- pywikibot_scripts/i18n/listpages/es.json +8 -0
- pywikibot_scripts/i18n/listpages/eu.json +8 -0
- pywikibot_scripts/i18n/listpages/fa.json +9 -0
- pywikibot_scripts/i18n/listpages/fr.json +10 -0
- pywikibot_scripts/i18n/listpages/frr.json +8 -0
- pywikibot_scripts/i18n/listpages/gl.json +8 -0
- pywikibot_scripts/i18n/listpages/he.json +8 -0
- pywikibot_scripts/i18n/listpages/hi.json +8 -0
- pywikibot_scripts/i18n/listpages/hu.json +8 -0
- pywikibot_scripts/i18n/listpages/ia.json +8 -0
- pywikibot_scripts/i18n/listpages/id.json +9 -0
- pywikibot_scripts/i18n/listpages/it.json +8 -0
- pywikibot_scripts/i18n/listpages/ja.json +8 -0
- pywikibot_scripts/i18n/listpages/ko.json +8 -0
- pywikibot_scripts/i18n/listpages/krc.json +8 -0
- pywikibot_scripts/i18n/listpages/ksh.json +8 -0
- pywikibot_scripts/i18n/listpages/ku.json +8 -0
- pywikibot_scripts/i18n/listpages/lb.json +8 -0
- pywikibot_scripts/i18n/listpages/lt.json +8 -0
- pywikibot_scripts/i18n/listpages/mg.json +8 -0
- pywikibot_scripts/i18n/listpages/mk.json +8 -0
- pywikibot_scripts/i18n/listpages/ml.json +8 -0
- pywikibot_scripts/i18n/listpages/ms.json +8 -0
- pywikibot_scripts/i18n/listpages/my.json +8 -0
- pywikibot_scripts/i18n/listpages/nan.json +9 -0
- pywikibot_scripts/i18n/listpages/nb.json +8 -0
- pywikibot_scripts/i18n/listpages/nds-nl.json +8 -0
- pywikibot_scripts/i18n/listpages/ne.json +8 -0
- pywikibot_scripts/i18n/listpages/nl.json +9 -0
- pywikibot_scripts/i18n/listpages/nqo.json +8 -0
- pywikibot_scripts/i18n/listpages/pl.json +8 -0
- pywikibot_scripts/i18n/listpages/pms.json +8 -0
- pywikibot_scripts/i18n/listpages/pt-br.json +9 -0
- pywikibot_scripts/i18n/listpages/pt.json +8 -0
- pywikibot_scripts/i18n/listpages/qqq.json +8 -0
- pywikibot_scripts/i18n/listpages/ro.json +8 -0
- pywikibot_scripts/i18n/listpages/ru.json +8 -0
- pywikibot_scripts/i18n/listpages/sk.json +8 -0
- pywikibot_scripts/i18n/listpages/sl.json +8 -0
- pywikibot_scripts/i18n/listpages/sr.json +10 -0
- pywikibot_scripts/i18n/listpages/su.json +8 -0
- pywikibot_scripts/i18n/listpages/sv.json +8 -0
- pywikibot_scripts/i18n/listpages/ta.json +8 -0
- pywikibot_scripts/i18n/listpages/th.json +8 -0
- pywikibot_scripts/i18n/listpages/tr.json +8 -0
- pywikibot_scripts/i18n/listpages/uk.json +8 -0
- pywikibot_scripts/i18n/listpages/vi.json +8 -0
- pywikibot_scripts/i18n/listpages/zh.json +8 -0
- pywikibot_scripts/i18n/misspelling/ar.json +8 -0
- pywikibot_scripts/i18n/misspelling/ast.json +8 -0
- pywikibot_scripts/i18n/misspelling/ba.json +8 -0
- pywikibot_scripts/i18n/misspelling/bcc.json +8 -0
- pywikibot_scripts/i18n/misspelling/be-tarask.json +8 -0
- pywikibot_scripts/i18n/misspelling/bn.json +8 -0
- pywikibot_scripts/i18n/misspelling/br.json +8 -0
- pywikibot_scripts/i18n/misspelling/bs.json +8 -0
- pywikibot_scripts/i18n/misspelling/ca.json +9 -0
- pywikibot_scripts/i18n/misspelling/ce.json +8 -0
- pywikibot_scripts/i18n/misspelling/cs.json +11 -0
- pywikibot_scripts/i18n/misspelling/csb.json +8 -0
- pywikibot_scripts/i18n/misspelling/cy.json +8 -0
- pywikibot_scripts/i18n/misspelling/da.json +8 -0
- pywikibot_scripts/i18n/misspelling/de.json +6 -0
- pywikibot_scripts/i18n/misspelling/diq.json +8 -0
- pywikibot_scripts/i18n/misspelling/el.json +9 -0
- pywikibot_scripts/i18n/misspelling/en.json +4 -0
- pywikibot_scripts/i18n/misspelling/eo.json +8 -0
- pywikibot_scripts/i18n/misspelling/es.json +8 -0
- pywikibot_scripts/i18n/misspelling/eu.json +8 -0
- pywikibot_scripts/i18n/misspelling/fa.json +9 -0
- pywikibot_scripts/i18n/misspelling/fr.json +9 -0
- pywikibot_scripts/i18n/misspelling/frr.json +8 -0
- pywikibot_scripts/i18n/misspelling/gl.json +8 -0
- pywikibot_scripts/i18n/misspelling/haw.json +8 -0
- pywikibot_scripts/i18n/misspelling/he.json +6 -0
- pywikibot_scripts/i18n/misspelling/hi.json +8 -0
- pywikibot_scripts/i18n/misspelling/hu.json +8 -0
- pywikibot_scripts/i18n/misspelling/ia.json +8 -0
- pywikibot_scripts/i18n/misspelling/id.json +10 -0
- pywikibot_scripts/i18n/misspelling/it.json +8 -0
- pywikibot_scripts/i18n/misspelling/ja.json +9 -0
- pywikibot_scripts/i18n/misspelling/kab.json +8 -0
- pywikibot_scripts/i18n/misspelling/ko.json +9 -0
- pywikibot_scripts/i18n/misspelling/krc.json +8 -0
- pywikibot_scripts/i18n/misspelling/ksh.json +8 -0
- pywikibot_scripts/i18n/misspelling/ku.json +8 -0
- pywikibot_scripts/i18n/misspelling/lb.json +8 -0
- pywikibot_scripts/i18n/misspelling/lt.json +8 -0
- pywikibot_scripts/i18n/misspelling/mg.json +8 -0
- pywikibot_scripts/i18n/misspelling/mk.json +8 -0
- pywikibot_scripts/i18n/misspelling/ml.json +8 -0
- pywikibot_scripts/i18n/misspelling/ms.json +8 -0
- pywikibot_scripts/i18n/misspelling/my.json +8 -0
- pywikibot_scripts/i18n/misspelling/nan.json +9 -0
- pywikibot_scripts/i18n/misspelling/nb.json +8 -0
- pywikibot_scripts/i18n/misspelling/nds-nl.json +8 -0
- pywikibot_scripts/i18n/misspelling/nds.json +6 -0
- pywikibot_scripts/i18n/misspelling/ne.json +10 -0
- pywikibot_scripts/i18n/misspelling/nl.json +8 -0
- pywikibot_scripts/i18n/misspelling/nqo.json +8 -0
- pywikibot_scripts/i18n/misspelling/oc.json +8 -0
- pywikibot_scripts/i18n/misspelling/pl.json +6 -0
- pywikibot_scripts/i18n/misspelling/pms.json +8 -0
- pywikibot_scripts/i18n/misspelling/pt-br.json +8 -0
- pywikibot_scripts/i18n/misspelling/pt.json +8 -0
- pywikibot_scripts/i18n/misspelling/qqq.json +6 -0
- pywikibot_scripts/i18n/misspelling/ro.json +8 -0
- pywikibot_scripts/i18n/misspelling/ru.json +9 -0
- pywikibot_scripts/i18n/misspelling/sco.json +8 -0
- pywikibot_scripts/i18n/misspelling/sk.json +8 -0
- pywikibot_scripts/i18n/misspelling/sl.json +8 -0
- pywikibot_scripts/i18n/misspelling/sr.json +11 -0
- pywikibot_scripts/i18n/misspelling/sv.json +8 -0
- pywikibot_scripts/i18n/misspelling/ta.json +8 -0
- pywikibot_scripts/i18n/misspelling/th.json +8 -0
- pywikibot_scripts/i18n/misspelling/tr.json +8 -0
- pywikibot_scripts/i18n/misspelling/uk.json +8 -0
- pywikibot_scripts/i18n/misspelling/vi.json +8 -0
- pywikibot_scripts/i18n/misspelling/zh.json +9 -0
- pywikibot_scripts/i18n/movepages/af.json +8 -0
- pywikibot_scripts/i18n/movepages/ar.json +10 -0
- pywikibot_scripts/i18n/movepages/ast.json +9 -0
- pywikibot_scripts/i18n/movepages/az.json +8 -0
- pywikibot_scripts/i18n/movepages/azb.json +9 -0
- pywikibot_scripts/i18n/movepages/ba.json +8 -0
- pywikibot_scripts/i18n/movepages/bcc.json +8 -0
- pywikibot_scripts/i18n/movepages/be-tarask.json +8 -0
- pywikibot_scripts/i18n/movepages/bg.json +9 -0
- pywikibot_scripts/i18n/movepages/bn.json +12 -0
- pywikibot_scripts/i18n/movepages/br.json +8 -0
- pywikibot_scripts/i18n/movepages/bs.json +8 -0
- pywikibot_scripts/i18n/movepages/ca.json +10 -0
- pywikibot_scripts/i18n/movepages/ce.json +8 -0
- pywikibot_scripts/i18n/movepages/ckb.json +11 -0
- pywikibot_scripts/i18n/movepages/cs.json +10 -0
- pywikibot_scripts/i18n/movepages/csb.json +8 -0
- pywikibot_scripts/i18n/movepages/cy.json +9 -0
- pywikibot_scripts/i18n/movepages/da.json +8 -0
- pywikibot_scripts/i18n/movepages/de.json +6 -0
- pywikibot_scripts/i18n/movepages/diq.json +8 -0
- pywikibot_scripts/i18n/movepages/el.json +8 -0
- pywikibot_scripts/i18n/movepages/en.json +4 -0
- pywikibot_scripts/i18n/movepages/eo.json +8 -0
- pywikibot_scripts/i18n/movepages/es.json +11 -0
- pywikibot_scripts/i18n/movepages/et.json +8 -0
- pywikibot_scripts/i18n/movepages/eu.json +8 -0
- pywikibot_scripts/i18n/movepages/fa.json +6 -0
- pywikibot_scripts/i18n/movepages/fi.json +6 -0
- pywikibot_scripts/i18n/movepages/fo.json +8 -0
- pywikibot_scripts/i18n/movepages/fr.json +8 -0
- pywikibot_scripts/i18n/movepages/frp.json +8 -0
- pywikibot_scripts/i18n/movepages/frr.json +6 -0
- pywikibot_scripts/i18n/movepages/gl.json +8 -0
- pywikibot_scripts/i18n/movepages/gsw.json +8 -0
- pywikibot_scripts/i18n/movepages/hak.json +8 -0
- pywikibot_scripts/i18n/movepages/haw.json +8 -0
- pywikibot_scripts/i18n/movepages/he.json +6 -0
- pywikibot_scripts/i18n/movepages/hi.json +8 -0
- pywikibot_scripts/i18n/movepages/hr.json +8 -0
- pywikibot_scripts/i18n/movepages/hu.json +8 -0
- pywikibot_scripts/i18n/movepages/hy.json +8 -0
- pywikibot_scripts/i18n/movepages/ia.json +8 -0
- pywikibot_scripts/i18n/movepages/id.json +10 -0
- pywikibot_scripts/i18n/movepages/ilo.json +8 -0
- pywikibot_scripts/i18n/movepages/is.json +8 -0
- pywikibot_scripts/i18n/movepages/it.json +8 -0
- pywikibot_scripts/i18n/movepages/ja.json +8 -0
- pywikibot_scripts/i18n/movepages/jv.json +8 -0
- pywikibot_scripts/i18n/movepages/kk.json +8 -0
- pywikibot_scripts/i18n/movepages/kn.json +8 -0
- pywikibot_scripts/i18n/movepages/ko.json +8 -0
- pywikibot_scripts/i18n/movepages/krc.json +8 -0
- pywikibot_scripts/i18n/movepages/krl.json +8 -0
- pywikibot_scripts/i18n/movepages/ksh.json +8 -0
- pywikibot_scripts/i18n/movepages/ku.json +8 -0
- pywikibot_scripts/i18n/movepages/ky.json +8 -0
- pywikibot_scripts/i18n/movepages/lag.json +8 -0
- pywikibot_scripts/i18n/movepages/lb.json +8 -0
- pywikibot_scripts/i18n/movepages/li.json +8 -0
- pywikibot_scripts/i18n/movepages/lt.json +9 -0
- pywikibot_scripts/i18n/movepages/lv.json +8 -0
- pywikibot_scripts/i18n/movepages/map-bms.json +8 -0
- pywikibot_scripts/i18n/movepages/mg.json +8 -0
- pywikibot_scripts/i18n/movepages/min.json +8 -0
- pywikibot_scripts/i18n/movepages/mk.json +8 -0
- pywikibot_scripts/i18n/movepages/ml.json +8 -0
- pywikibot_scripts/i18n/movepages/mni.json +8 -0
- pywikibot_scripts/i18n/movepages/mnw.json +8 -0
- pywikibot_scripts/i18n/movepages/ms.json +8 -0
- pywikibot_scripts/i18n/movepages/mt.json +8 -0
- pywikibot_scripts/i18n/movepages/my.json +8 -0
- pywikibot_scripts/i18n/movepages/nan.json +9 -0
- pywikibot_scripts/i18n/movepages/nb.json +8 -0
- pywikibot_scripts/i18n/movepages/nds-nl.json +8 -0
- pywikibot_scripts/i18n/movepages/ne.json +8 -0
- pywikibot_scripts/i18n/movepages/new.json +8 -0
- pywikibot_scripts/i18n/movepages/nl.json +6 -0
- pywikibot_scripts/i18n/movepages/nn.json +8 -0
- pywikibot_scripts/i18n/movepages/nqo.json +8 -0
- pywikibot_scripts/i18n/movepages/oc.json +8 -0
- pywikibot_scripts/i18n/movepages/olo.json +8 -0
- pywikibot_scripts/i18n/movepages/pdc.json +8 -0
- pywikibot_scripts/i18n/movepages/pl.json +6 -0
- pywikibot_scripts/i18n/movepages/pms.json +8 -0
- pywikibot_scripts/i18n/movepages/pt-br.json +8 -0
- pywikibot_scripts/i18n/movepages/pt.json +6 -0
- pywikibot_scripts/i18n/movepages/qqq.json +8 -0
- pywikibot_scripts/i18n/movepages/ro.json +8 -0
- pywikibot_scripts/i18n/movepages/ru.json +10 -0
- pywikibot_scripts/i18n/movepages/sco.json +8 -0
- pywikibot_scripts/i18n/movepages/sd.json +8 -0
- pywikibot_scripts/i18n/movepages/sh.json +8 -0
- pywikibot_scripts/i18n/movepages/si.json +8 -0
- pywikibot_scripts/i18n/movepages/sk.json +9 -0
- pywikibot_scripts/i18n/movepages/skr.json +8 -0
- pywikibot_scripts/i18n/movepages/sl.json +8 -0
- pywikibot_scripts/i18n/movepages/sms.json +8 -0
- pywikibot_scripts/i18n/movepages/so.json +8 -0
- pywikibot_scripts/i18n/movepages/sq.json +8 -0
- pywikibot_scripts/i18n/movepages/sr.json +10 -0
- pywikibot_scripts/i18n/movepages/su.json +8 -0
- pywikibot_scripts/i18n/movepages/sv.json +8 -0
- pywikibot_scripts/i18n/movepages/sw.json +8 -0
- pywikibot_scripts/i18n/movepages/szl.json +9 -0
- pywikibot_scripts/i18n/movepages/ta.json +8 -0
- pywikibot_scripts/i18n/movepages/te.json +8 -0
- pywikibot_scripts/i18n/movepages/th.json +9 -0
- pywikibot_scripts/i18n/movepages/tl.json +8 -0
- pywikibot_scripts/i18n/movepages/tly.json +8 -0
- pywikibot_scripts/i18n/movepages/tr.json +8 -0
- pywikibot_scripts/i18n/movepages/tzm.json +8 -0
- pywikibot_scripts/i18n/movepages/uk.json +9 -0
- pywikibot_scripts/i18n/movepages/ur.json +8 -0
- pywikibot_scripts/i18n/movepages/uz.json +8 -0
- pywikibot_scripts/i18n/movepages/vec.json +8 -0
- pywikibot_scripts/i18n/movepages/vi.json +8 -0
- pywikibot_scripts/i18n/movepages/vo.json +8 -0
- pywikibot_scripts/i18n/movepages/war.json +8 -0
- pywikibot_scripts/i18n/movepages/yi.json +8 -0
- pywikibot_scripts/i18n/movepages/yue.json +8 -0
- pywikibot_scripts/i18n/movepages/zh.json +8 -0
- pywikibot_scripts/i18n/noreferences/af.json +8 -0
- pywikibot_scripts/i18n/noreferences/ar.json +14 -0
- pywikibot_scripts/i18n/noreferences/ast.json +10 -0
- pywikibot_scripts/i18n/noreferences/az.json +8 -0
- pywikibot_scripts/i18n/noreferences/azb.json +8 -0
- pywikibot_scripts/i18n/noreferences/ba.json +10 -0
- pywikibot_scripts/i18n/noreferences/bcc.json +8 -0
- pywikibot_scripts/i18n/noreferences/be-tarask.json +10 -0
- pywikibot_scripts/i18n/noreferences/be.json +9 -0
- pywikibot_scripts/i18n/noreferences/bg.json +10 -0
- pywikibot_scripts/i18n/noreferences/bjn.json +8 -0
- pywikibot_scripts/i18n/noreferences/bn.json +12 -0
- pywikibot_scripts/i18n/noreferences/br.json +11 -0
- pywikibot_scripts/i18n/noreferences/bs.json +11 -0
- pywikibot_scripts/i18n/noreferences/ca.json +11 -0
- pywikibot_scripts/i18n/noreferences/ce.json +9 -0
- pywikibot_scripts/i18n/noreferences/ckb.json +11 -0
- pywikibot_scripts/i18n/noreferences/cs.json +11 -0
- pywikibot_scripts/i18n/noreferences/csb.json +9 -0
- pywikibot_scripts/i18n/noreferences/cy.json +10 -0
- pywikibot_scripts/i18n/noreferences/da.json +11 -0
- pywikibot_scripts/i18n/noreferences/de.json +9 -0
- pywikibot_scripts/i18n/noreferences/diq.json +10 -0
- pywikibot_scripts/i18n/noreferences/el.json +10 -0
- pywikibot_scripts/i18n/noreferences/en.json +9 -0
- pywikibot_scripts/i18n/noreferences/eo.json +9 -0
- pywikibot_scripts/i18n/noreferences/es.json +12 -0
- pywikibot_scripts/i18n/noreferences/et.json +8 -0
- pywikibot_scripts/i18n/noreferences/eu.json +10 -0
- pywikibot_scripts/i18n/noreferences/fa.json +10 -0
- pywikibot_scripts/i18n/noreferences/fi.json +8 -0
- pywikibot_scripts/i18n/noreferences/fo.json +8 -0
- pywikibot_scripts/i18n/noreferences/fr.json +13 -0
- pywikibot_scripts/i18n/noreferences/frp.json +8 -0
- pywikibot_scripts/i18n/noreferences/frr.json +9 -0
- pywikibot_scripts/i18n/noreferences/gl.json +10 -0
- pywikibot_scripts/i18n/noreferences/gsw.json +8 -0
- pywikibot_scripts/i18n/noreferences/hak.json +8 -0
- pywikibot_scripts/i18n/noreferences/haw.json +8 -0
- pywikibot_scripts/i18n/noreferences/he.json +9 -0
- pywikibot_scripts/i18n/noreferences/hi.json +10 -0
- pywikibot_scripts/i18n/noreferences/hu.json +11 -0
- pywikibot_scripts/i18n/noreferences/ia.json +9 -0
- pywikibot_scripts/i18n/noreferences/id.json +11 -0
- pywikibot_scripts/i18n/noreferences/ilo.json +8 -0
- pywikibot_scripts/i18n/noreferences/is.json +8 -0
- pywikibot_scripts/i18n/noreferences/it.json +10 -0
- pywikibot_scripts/i18n/noreferences/ja.json +10 -0
- pywikibot_scripts/i18n/noreferences/jv.json +8 -0
- pywikibot_scripts/i18n/noreferences/kk.json +9 -0
- pywikibot_scripts/i18n/noreferences/ko.json +11 -0
- pywikibot_scripts/i18n/noreferences/krc.json +9 -0
- pywikibot_scripts/i18n/noreferences/ksh.json +9 -0
- pywikibot_scripts/i18n/noreferences/ku.json +9 -0
- pywikibot_scripts/i18n/noreferences/ky.json +8 -0
- pywikibot_scripts/i18n/noreferences/lb.json +9 -0
- pywikibot_scripts/i18n/noreferences/li.json +9 -0
- pywikibot_scripts/i18n/noreferences/lt.json +9 -0
- pywikibot_scripts/i18n/noreferences/lus.json +8 -0
- pywikibot_scripts/i18n/noreferences/lv.json +8 -0
- pywikibot_scripts/i18n/noreferences/map-bms.json +8 -0
- pywikibot_scripts/i18n/noreferences/mg.json +9 -0
- pywikibot_scripts/i18n/noreferences/min.json +8 -0
- pywikibot_scripts/i18n/noreferences/mk.json +9 -0
- pywikibot_scripts/i18n/noreferences/ml.json +9 -0
- pywikibot_scripts/i18n/noreferences/ms.json +10 -0
- pywikibot_scripts/i18n/noreferences/my.json +8 -0
- pywikibot_scripts/i18n/noreferences/nan.json +10 -0
- pywikibot_scripts/i18n/noreferences/nb.json +11 -0
- pywikibot_scripts/i18n/noreferences/nds-nl.json +9 -0
- pywikibot_scripts/i18n/noreferences/ne.json +8 -0
- pywikibot_scripts/i18n/noreferences/new.json +8 -0
- pywikibot_scripts/i18n/noreferences/nl.json +10 -0
- pywikibot_scripts/i18n/noreferences/nn.json +9 -0
- pywikibot_scripts/i18n/noreferences/nqo.json +10 -0
- pywikibot_scripts/i18n/noreferences/oc.json +8 -0
- pywikibot_scripts/i18n/noreferences/pdc.json +8 -0
- pywikibot_scripts/i18n/noreferences/pl.json +10 -0
- pywikibot_scripts/i18n/noreferences/pms.json +9 -0
- pywikibot_scripts/i18n/noreferences/pt-br.json +11 -0
- pywikibot_scripts/i18n/noreferences/pt.json +10 -0
- pywikibot_scripts/i18n/noreferences/qqq.json +11 -0
- pywikibot_scripts/i18n/noreferences/ro.json +10 -0
- pywikibot_scripts/i18n/noreferences/ru.json +11 -0
- pywikibot_scripts/i18n/noreferences/sco.json +9 -0
- pywikibot_scripts/i18n/noreferences/sd.json +11 -0
- pywikibot_scripts/i18n/noreferences/sh.json +8 -0
- pywikibot_scripts/i18n/noreferences/sk.json +11 -0
- pywikibot_scripts/i18n/noreferences/sl.json +10 -0
- pywikibot_scripts/i18n/noreferences/so.json +8 -0
- pywikibot_scripts/i18n/noreferences/sq.json +8 -0
- pywikibot_scripts/i18n/noreferences/sr.json +12 -0
- pywikibot_scripts/i18n/noreferences/su.json +9 -0
- pywikibot_scripts/i18n/noreferences/sv.json +10 -0
- pywikibot_scripts/i18n/noreferences/sw.json +8 -0
- pywikibot_scripts/i18n/noreferences/szl.json +8 -0
- pywikibot_scripts/i18n/noreferences/ta.json +9 -0
- pywikibot_scripts/i18n/noreferences/th.json +11 -0
- pywikibot_scripts/i18n/noreferences/tl.json +8 -0
- pywikibot_scripts/i18n/noreferences/tly.json +8 -0
- pywikibot_scripts/i18n/noreferences/tr.json +10 -0
- pywikibot_scripts/i18n/noreferences/tt.json +9 -0
- pywikibot_scripts/i18n/noreferences/uk.json +12 -0
- pywikibot_scripts/i18n/noreferences/ur.json +9 -0
- pywikibot_scripts/i18n/noreferences/vec.json +9 -0
- pywikibot_scripts/i18n/noreferences/vi.json +9 -0
- pywikibot_scripts/i18n/noreferences/war.json +8 -0
- pywikibot_scripts/i18n/noreferences/yi.json +9 -0
- pywikibot_scripts/i18n/noreferences/zh.json +10 -0
- pywikibot_scripts/i18n/package-lock.json +1963 -0
- pywikibot_scripts/i18n/package.json +10 -0
- pywikibot_scripts/i18n/pagefromfile/ar.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ast.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/azb.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/ba.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/bcc.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/be-tarask.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/bg.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/bn.json +14 -0
- pywikibot_scripts/i18n/pagefromfile/br.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/bs.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ca.json +13 -0
- pywikibot_scripts/i18n/pagefromfile/ce.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ckb.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/cs.json +15 -0
- pywikibot_scripts/i18n/pagefromfile/csb.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/cy.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/da.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/de.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/diq.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/el.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/en.json +7 -0
- pywikibot_scripts/i18n/pagefromfile/eo.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/es.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/eu.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/fa.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/fr.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/frr.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/gl.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/he.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/hi.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/hu.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/ia.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/id.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/io.json +10 -0
- pywikibot_scripts/i18n/pagefromfile/is.json +10 -0
- pywikibot_scripts/i18n/pagefromfile/it.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ja.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/kab.json +10 -0
- pywikibot_scripts/i18n/pagefromfile/kk.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ko.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/krc.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ksh.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/ku.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ky.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/lb.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/lt.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/lv.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/mg.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/mk.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ml.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ms.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/my.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/mzn.json +6 -0
- pywikibot_scripts/i18n/pagefromfile/nan.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/nb.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/nds-nl.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ne.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/nl.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/nqo.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/pl.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/pt-br.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/pt.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/qqq.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ro.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/ru.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/sk.json +12 -0
- pywikibot_scripts/i18n/pagefromfile/skr.json +8 -0
- pywikibot_scripts/i18n/pagefromfile/sl.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/sr.json +13 -0
- pywikibot_scripts/i18n/pagefromfile/su.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/sv.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/ta.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/th.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/tr.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/uk.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/ur.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/vec.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/vi.json +11 -0
- pywikibot_scripts/i18n/pagefromfile/yi.json +9 -0
- pywikibot_scripts/i18n/pagefromfile/zh.json +11 -0
- pywikibot_scripts/i18n/protect/ar.json +13 -0
- pywikibot_scripts/i18n/protect/ast.json +12 -0
- pywikibot_scripts/i18n/protect/ba.json +11 -0
- pywikibot_scripts/i18n/protect/bcc.json +12 -0
- pywikibot_scripts/i18n/protect/be-tarask.json +13 -0
- pywikibot_scripts/i18n/protect/bg.json +13 -0
- pywikibot_scripts/i18n/protect/bn.json +8 -0
- pywikibot_scripts/i18n/protect/br.json +12 -0
- pywikibot_scripts/i18n/protect/bs.json +12 -0
- pywikibot_scripts/i18n/protect/ca.json +13 -0
- pywikibot_scripts/i18n/protect/ce.json +12 -0
- pywikibot_scripts/i18n/protect/ckb.json +11 -0
- pywikibot_scripts/i18n/protect/cs.json +16 -0
- pywikibot_scripts/i18n/protect/csb.json +12 -0
- pywikibot_scripts/i18n/protect/cy.json +12 -0
- pywikibot_scripts/i18n/protect/da.json +13 -0
- pywikibot_scripts/i18n/protect/de.json +13 -0
- pywikibot_scripts/i18n/protect/diq.json +13 -0
- pywikibot_scripts/i18n/protect/dty.json +8 -0
- pywikibot_scripts/i18n/protect/el.json +13 -0
- pywikibot_scripts/i18n/protect/en.json +12 -0
- pywikibot_scripts/i18n/protect/eo.json +12 -0
- pywikibot_scripts/i18n/protect/es.json +16 -0
- pywikibot_scripts/i18n/protect/eu.json +13 -0
- pywikibot_scripts/i18n/protect/fa.json +13 -0
- pywikibot_scripts/i18n/protect/fi.json +8 -0
- pywikibot_scripts/i18n/protect/fr.json +15 -0
- pywikibot_scripts/i18n/protect/frr.json +12 -0
- pywikibot_scripts/i18n/protect/gl.json +13 -0
- pywikibot_scripts/i18n/protect/gsw.json +12 -0
- pywikibot_scripts/i18n/protect/haw.json +13 -0
- pywikibot_scripts/i18n/protect/he.json +12 -0
- pywikibot_scripts/i18n/protect/hi.json +12 -0
- pywikibot_scripts/i18n/protect/hu.json +13 -0
- pywikibot_scripts/i18n/protect/ia.json +12 -0
- pywikibot_scripts/i18n/protect/id.json +16 -0
- pywikibot_scripts/i18n/protect/io.json +12 -0
- pywikibot_scripts/i18n/protect/is.json +12 -0
- pywikibot_scripts/i18n/protect/it.json +13 -0
- pywikibot_scripts/i18n/protect/ja.json +13 -0
- pywikibot_scripts/i18n/protect/kab.json +11 -0
- pywikibot_scripts/i18n/protect/kk.json +12 -0
- pywikibot_scripts/i18n/protect/km.json +12 -0
- pywikibot_scripts/i18n/protect/ko.json +15 -0
- pywikibot_scripts/i18n/protect/krc.json +12 -0
- pywikibot_scripts/i18n/protect/ksh.json +12 -0
- pywikibot_scripts/i18n/protect/lb.json +12 -0
- pywikibot_scripts/i18n/protect/lt.json +13 -0
- pywikibot_scripts/i18n/protect/mg.json +12 -0
- pywikibot_scripts/i18n/protect/mk.json +12 -0
- pywikibot_scripts/i18n/protect/ml.json +12 -0
- pywikibot_scripts/i18n/protect/ms.json +12 -0
- pywikibot_scripts/i18n/protect/my.json +12 -0
- pywikibot_scripts/i18n/protect/nan.json +13 -0
- pywikibot_scripts/i18n/protect/nb.json +13 -0
- pywikibot_scripts/i18n/protect/nds-nl.json +12 -0
- pywikibot_scripts/i18n/protect/ne.json +15 -0
- pywikibot_scripts/i18n/protect/nl.json +15 -0
- pywikibot_scripts/i18n/protect/nqo.json +12 -0
- pywikibot_scripts/i18n/protect/oc.json +9 -0
- pywikibot_scripts/i18n/protect/olo.json +12 -0
- pywikibot_scripts/i18n/protect/pl.json +13 -0
- pywikibot_scripts/i18n/protect/pt-br.json +12 -0
- pywikibot_scripts/i18n/protect/pt.json +12 -0
- pywikibot_scripts/i18n/protect/qqq.json +15 -0
- pywikibot_scripts/i18n/protect/ro.json +12 -0
- pywikibot_scripts/i18n/protect/ru.json +13 -0
- pywikibot_scripts/i18n/protect/sco.json +12 -0
- pywikibot_scripts/i18n/protect/sd.json +8 -0
- pywikibot_scripts/i18n/protect/sk.json +13 -0
- pywikibot_scripts/i18n/protect/sl.json +12 -0
- pywikibot_scripts/i18n/protect/sr.json +15 -0
- pywikibot_scripts/i18n/protect/sv.json +14 -0
- pywikibot_scripts/i18n/protect/ta.json +12 -0
- pywikibot_scripts/i18n/protect/th.json +13 -0
- pywikibot_scripts/i18n/protect/tr.json +12 -0
- pywikibot_scripts/i18n/protect/uk.json +13 -0
- pywikibot_scripts/i18n/protect/ur.json +12 -0
- pywikibot_scripts/i18n/protect/vi.json +12 -0
- pywikibot_scripts/i18n/protect/zh.json +14 -0
- pywikibot_scripts/i18n/pywikibot/ab.json +9 -0
- pywikibot_scripts/i18n/pywikibot/af.json +15 -0
- pywikibot_scripts/i18n/pywikibot/an.json +8 -0
- pywikibot_scripts/i18n/pywikibot/ar.json +26 -0
- pywikibot_scripts/i18n/pywikibot/arc.json +8 -0
- pywikibot_scripts/i18n/pywikibot/ast.json +22 -0
- pywikibot_scripts/i18n/pywikibot/av.json +9 -0
- pywikibot_scripts/i18n/pywikibot/awa.json +8 -0
- pywikibot_scripts/i18n/pywikibot/az.json +19 -0
- pywikibot_scripts/i18n/pywikibot/azb.json +18 -0
- pywikibot_scripts/i18n/pywikibot/ba.json +23 -0
- pywikibot_scripts/i18n/pywikibot/bar.json +10 -0
- pywikibot_scripts/i18n/pywikibot/bcc.json +18 -0
- pywikibot_scripts/i18n/pywikibot/be-tarask.json +25 -0
- pywikibot_scripts/i18n/pywikibot/be.json +19 -0
- pywikibot_scripts/i18n/pywikibot/bg.json +14 -0
- pywikibot_scripts/i18n/pywikibot/bjn.json +10 -0
- pywikibot_scripts/i18n/pywikibot/bn.json +18 -0
- pywikibot_scripts/i18n/pywikibot/bo.json +8 -0
- pywikibot_scripts/i18n/pywikibot/br.json +22 -0
- pywikibot_scripts/i18n/pywikibot/bs.json +24 -0
- pywikibot_scripts/i18n/pywikibot/ca.json +30 -0
- pywikibot_scripts/i18n/pywikibot/ce.json +17 -0
- pywikibot_scripts/i18n/pywikibot/ckb.json +18 -0
- pywikibot_scripts/i18n/pywikibot/cs.json +29 -0
- pywikibot_scripts/i18n/pywikibot/csb.json +20 -0
- pywikibot_scripts/i18n/pywikibot/cy.json +24 -0
- pywikibot_scripts/i18n/pywikibot/da.json +26 -0
- pywikibot_scripts/i18n/pywikibot/de.json +24 -0
- pywikibot_scripts/i18n/pywikibot/diq.json +24 -0
- pywikibot_scripts/i18n/pywikibot/el.json +25 -0
- pywikibot_scripts/i18n/pywikibot/en.json +26 -0
- pywikibot_scripts/i18n/pywikibot/eo.json +27 -0
- pywikibot_scripts/i18n/pywikibot/es.json +30 -0
- pywikibot_scripts/i18n/pywikibot/et.json +13 -0
- pywikibot_scripts/i18n/pywikibot/eu.json +25 -0
- pywikibot_scripts/i18n/pywikibot/fa.json +27 -0
- pywikibot_scripts/i18n/pywikibot/fi.json +19 -0
- pywikibot_scripts/i18n/pywikibot/fo.json +17 -0
- pywikibot_scripts/i18n/pywikibot/fr.json +30 -0
- pywikibot_scripts/i18n/pywikibot/frp.json +10 -0
- pywikibot_scripts/i18n/pywikibot/frr.json +21 -0
- pywikibot_scripts/i18n/pywikibot/fy.json +6 -0
- pywikibot_scripts/i18n/pywikibot/ga.json +6 -0
- pywikibot_scripts/i18n/pywikibot/gl.json +23 -0
- pywikibot_scripts/i18n/pywikibot/gsw.json +18 -0
- pywikibot_scripts/i18n/pywikibot/gu.json +8 -0
- pywikibot_scripts/i18n/pywikibot/hak.json +18 -0
- pywikibot_scripts/i18n/pywikibot/haw.json +17 -0
- pywikibot_scripts/i18n/pywikibot/he.json +24 -0
- pywikibot_scripts/i18n/pywikibot/hi.json +21 -0
- pywikibot_scripts/i18n/pywikibot/hr.json +10 -0
- pywikibot_scripts/i18n/pywikibot/hsb.json +15 -0
- pywikibot_scripts/i18n/pywikibot/hu.json +24 -0
- pywikibot_scripts/i18n/pywikibot/hy.json +10 -0
- pywikibot_scripts/i18n/pywikibot/ia.json +21 -0
- pywikibot_scripts/i18n/pywikibot/id.json +29 -0
- pywikibot_scripts/i18n/pywikibot/ie.json +10 -0
- pywikibot_scripts/i18n/pywikibot/ig.json +8 -0
- pywikibot_scripts/i18n/pywikibot/ilo.json +10 -0
- pywikibot_scripts/i18n/pywikibot/io.json +21 -0
- pywikibot_scripts/i18n/pywikibot/is.json +17 -0
- pywikibot_scripts/i18n/pywikibot/it.json +24 -0
- pywikibot_scripts/i18n/pywikibot/ja.json +24 -0
- pywikibot_scripts/i18n/pywikibot/jv.json +10 -0
- pywikibot_scripts/i18n/pywikibot/kab.json +15 -0
- pywikibot_scripts/i18n/pywikibot/kk.json +19 -0
- pywikibot_scripts/i18n/pywikibot/km.json +17 -0
- pywikibot_scripts/i18n/pywikibot/kn.json +16 -0
- pywikibot_scripts/i18n/pywikibot/ko.json +27 -0
- pywikibot_scripts/i18n/pywikibot/krc.json +21 -0
- pywikibot_scripts/i18n/pywikibot/ksh.json +20 -0
- pywikibot_scripts/i18n/pywikibot/ku.json +17 -0
- pywikibot_scripts/i18n/pywikibot/ky.json +10 -0
- pywikibot_scripts/i18n/pywikibot/la.json +6 -0
- pywikibot_scripts/i18n/pywikibot/lb.json +21 -0
- pywikibot_scripts/i18n/pywikibot/li.json +10 -0
- pywikibot_scripts/i18n/pywikibot/lki.json +8 -0
- pywikibot_scripts/i18n/pywikibot/lt.json +22 -0
- pywikibot_scripts/i18n/pywikibot/lv.json +18 -0
- pywikibot_scripts/i18n/pywikibot/map-bms.json +17 -0
- pywikibot_scripts/i18n/pywikibot/mg.json +20 -0
- pywikibot_scripts/i18n/pywikibot/min.json +18 -0
- pywikibot_scripts/i18n/pywikibot/mk.json +21 -0
- pywikibot_scripts/i18n/pywikibot/ml.json +21 -0
- pywikibot_scripts/i18n/pywikibot/mni.json +8 -0
- pywikibot_scripts/i18n/pywikibot/mr.json +10 -0
- pywikibot_scripts/i18n/pywikibot/ms.json +21 -0
- pywikibot_scripts/i18n/pywikibot/mt.json +10 -0
- pywikibot_scripts/i18n/pywikibot/my.json +17 -0
- pywikibot_scripts/i18n/pywikibot/nan.json +21 -0
- pywikibot_scripts/i18n/pywikibot/nb.json +23 -0
- pywikibot_scripts/i18n/pywikibot/nds-nl.json +21 -0
- pywikibot_scripts/i18n/pywikibot/nds.json +10 -0
- pywikibot_scripts/i18n/pywikibot/ne.json +22 -0
- pywikibot_scripts/i18n/pywikibot/new.json +14 -0
- pywikibot_scripts/i18n/pywikibot/nl.json +23 -0
- pywikibot_scripts/i18n/pywikibot/nn.json +11 -0
- pywikibot_scripts/i18n/pywikibot/nqo.json +21 -0
- pywikibot_scripts/i18n/pywikibot/nyn.json +9 -0
- pywikibot_scripts/i18n/pywikibot/oc.json +10 -0
- pywikibot_scripts/i18n/pywikibot/olo.json +10 -0
- pywikibot_scripts/i18n/pywikibot/or.json +9 -0
- pywikibot_scripts/i18n/pywikibot/pa.json +9 -0
- pywikibot_scripts/i18n/pywikibot/pdc.json +9 -0
- pywikibot_scripts/i18n/pywikibot/pfl.json +9 -0
- pywikibot_scripts/i18n/pywikibot/pl.json +23 -0
- pywikibot_scripts/i18n/pywikibot/pms.json +18 -0
- pywikibot_scripts/i18n/pywikibot/pt-br.json +25 -0
- pywikibot_scripts/i18n/pywikibot/pt.json +25 -0
- pywikibot_scripts/i18n/pywikibot/qqq.json +27 -0
- pywikibot_scripts/i18n/pywikibot/ro.json +22 -0
- pywikibot_scripts/i18n/pywikibot/ru.json +28 -0
- pywikibot_scripts/i18n/pywikibot/scn.json +8 -0
- pywikibot_scripts/i18n/pywikibot/sco.json +18 -0
- pywikibot_scripts/i18n/pywikibot/sd.json +12 -0
- pywikibot_scripts/i18n/pywikibot/sdh.json +8 -0
- pywikibot_scripts/i18n/pywikibot/sh.json +14 -0
- pywikibot_scripts/i18n/pywikibot/si.json +13 -0
- pywikibot_scripts/i18n/pywikibot/sk.json +25 -0
- pywikibot_scripts/i18n/pywikibot/skr.json +9 -0
- pywikibot_scripts/i18n/pywikibot/sl.json +24 -0
- pywikibot_scripts/i18n/pywikibot/sms.json +8 -0
- pywikibot_scripts/i18n/pywikibot/so.json +17 -0
- pywikibot_scripts/i18n/pywikibot/sq.json +14 -0
- pywikibot_scripts/i18n/pywikibot/sr.json +27 -0
- pywikibot_scripts/i18n/pywikibot/su.json +13 -0
- pywikibot_scripts/i18n/pywikibot/sv.json +28 -0
- pywikibot_scripts/i18n/pywikibot/sw.json +15 -0
- pywikibot_scripts/i18n/pywikibot/syl.json +8 -0
- pywikibot_scripts/i18n/pywikibot/szl.json +9 -0
- pywikibot_scripts/i18n/pywikibot/ta.json +14 -0
- pywikibot_scripts/i18n/pywikibot/te.json +19 -0
- pywikibot_scripts/i18n/pywikibot/tg.json +9 -0
- pywikibot_scripts/i18n/pywikibot/th.json +23 -0
- pywikibot_scripts/i18n/pywikibot/tk.json +10 -0
- pywikibot_scripts/i18n/pywikibot/tl.json +10 -0
- pywikibot_scripts/i18n/pywikibot/tly.json +18 -0
- pywikibot_scripts/i18n/pywikibot/tr.json +28 -0
- pywikibot_scripts/i18n/pywikibot/tt.json +13 -0
- pywikibot_scripts/i18n/pywikibot/uk.json +29 -0
- pywikibot_scripts/i18n/pywikibot/ur.json +16 -0
- pywikibot_scripts/i18n/pywikibot/uz.json +10 -0
- pywikibot_scripts/i18n/pywikibot/vec.json +12 -0
- pywikibot_scripts/i18n/pywikibot/vep.json +8 -0
- pywikibot_scripts/i18n/pywikibot/vi.json +21 -0
- pywikibot_scripts/i18n/pywikibot/vo.json +8 -0
- pywikibot_scripts/i18n/pywikibot/war.json +10 -0
- pywikibot_scripts/i18n/pywikibot/yi.json +13 -0
- pywikibot_scripts/i18n/pywikibot/yue.json +19 -0
- pywikibot_scripts/i18n/pywikibot/zh.json +29 -0
- pywikibot_scripts/i18n/pywikibot_scripts.egg-info/PKG-INFO +307 -0
- pywikibot_scripts/i18n/pywikibot_scripts.egg-info/SOURCES.txt +4220 -0
- pywikibot_scripts/i18n/pywikibot_scripts.egg-info/dependency_links.txt +1 -0
- pywikibot_scripts/i18n/pywikibot_scripts.egg-info/entry_points.txt +2 -0
- pywikibot_scripts/i18n/pywikibot_scripts.egg-info/top_level.txt +39 -0
- pywikibot_scripts/i18n/redirect/af.json +12 -0
- pywikibot_scripts/i18n/redirect/an.json +13 -0
- pywikibot_scripts/i18n/redirect/ang.json +8 -0
- pywikibot_scripts/i18n/redirect/ar.json +17 -0
- pywikibot_scripts/i18n/redirect/ary.json +8 -0
- pywikibot_scripts/i18n/redirect/arz.json +8 -0
- pywikibot_scripts/i18n/redirect/as.json +8 -0
- pywikibot_scripts/i18n/redirect/ast.json +16 -0
- pywikibot_scripts/i18n/redirect/az.json +15 -0
- pywikibot_scripts/i18n/redirect/azb.json +13 -0
- pywikibot_scripts/i18n/redirect/ba.json +14 -0
- pywikibot_scripts/i18n/redirect/bar.json +13 -0
- pywikibot_scripts/i18n/redirect/bcc.json +12 -0
- pywikibot_scripts/i18n/redirect/be-tarask.json +16 -0
- pywikibot_scripts/i18n/redirect/bg.json +9 -0
- pywikibot_scripts/i18n/redirect/bjn.json +11 -0
- pywikibot_scripts/i18n/redirect/bn.json +15 -0
- pywikibot_scripts/i18n/redirect/br.json +16 -0
- pywikibot_scripts/i18n/redirect/bs.json +15 -0
- pywikibot_scripts/i18n/redirect/ca.json +17 -0
- pywikibot_scripts/i18n/redirect/ce.json +13 -0
- pywikibot_scripts/i18n/redirect/ckb.json +13 -0
- pywikibot_scripts/i18n/redirect/cs.json +20 -0
- pywikibot_scripts/i18n/redirect/csb.json +12 -0
- pywikibot_scripts/i18n/redirect/cy.json +17 -0
- pywikibot_scripts/i18n/redirect/da.json +15 -0
- pywikibot_scripts/i18n/redirect/de.json +17 -0
- pywikibot_scripts/i18n/redirect/diq.json +17 -0
- pywikibot_scripts/i18n/redirect/dsb.json +8 -0
- pywikibot_scripts/i18n/redirect/el.json +15 -0
- pywikibot_scripts/i18n/redirect/eml.json +8 -0
- pywikibot_scripts/i18n/redirect/en.json +13 -0
- pywikibot_scripts/i18n/redirect/eo.json +16 -0
- pywikibot_scripts/i18n/redirect/es.json +20 -0
- pywikibot_scripts/i18n/redirect/et.json +9 -0
- pywikibot_scripts/i18n/redirect/eu.json +17 -0
- pywikibot_scripts/i18n/redirect/ext.json +8 -0
- pywikibot_scripts/i18n/redirect/fa.json +19 -0
- pywikibot_scripts/i18n/redirect/ff.json +8 -0
- pywikibot_scripts/i18n/redirect/fi.json +19 -0
- pywikibot_scripts/i18n/redirect/fo.json +11 -0
- pywikibot_scripts/i18n/redirect/fr.json +23 -0
- pywikibot_scripts/i18n/redirect/frp.json +12 -0
- pywikibot_scripts/i18n/redirect/frr.json +13 -0
- pywikibot_scripts/i18n/redirect/fur.json +6 -0
- pywikibot_scripts/i18n/redirect/ga.json +11 -0
- pywikibot_scripts/i18n/redirect/gl.json +14 -0
- pywikibot_scripts/i18n/redirect/gsw.json +15 -0
- pywikibot_scripts/i18n/redirect/hak.json +13 -0
- pywikibot_scripts/i18n/redirect/haw.json +13 -0
- pywikibot_scripts/i18n/redirect/he.json +15 -0
- pywikibot_scripts/i18n/redirect/hi.json +12 -0
- pywikibot_scripts/i18n/redirect/hr.json +11 -0
- pywikibot_scripts/i18n/redirect/hu.json +16 -0
- pywikibot_scripts/i18n/redirect/ia.json +15 -0
- pywikibot_scripts/i18n/redirect/id.json +20 -0
- pywikibot_scripts/i18n/redirect/ie.json +11 -0
- pywikibot_scripts/i18n/redirect/ilo.json +10 -0
- pywikibot_scripts/i18n/redirect/io.json +10 -0
- pywikibot_scripts/i18n/redirect/is.json +12 -0
- pywikibot_scripts/i18n/redirect/it.json +16 -0
- pywikibot_scripts/i18n/redirect/ja.json +14 -0
- pywikibot_scripts/i18n/redirect/jv.json +11 -0
- pywikibot_scripts/i18n/redirect/ka.json +9 -0
- pywikibot_scripts/i18n/redirect/kk.json +10 -0
- pywikibot_scripts/i18n/redirect/km.json +9 -0
- pywikibot_scripts/i18n/redirect/ko.json +16 -0
- pywikibot_scripts/i18n/redirect/krc.json +12 -0
- pywikibot_scripts/i18n/redirect/ksh.json +14 -0
- pywikibot_scripts/i18n/redirect/ku.json +13 -0
- pywikibot_scripts/i18n/redirect/la.json +14 -0
- pywikibot_scripts/i18n/redirect/lb.json +15 -0
- pywikibot_scripts/i18n/redirect/li.json +13 -0
- pywikibot_scripts/i18n/redirect/lt.json +15 -0
- pywikibot_scripts/i18n/redirect/lzh.json +8 -0
- pywikibot_scripts/i18n/redirect/map-bms.json +12 -0
- pywikibot_scripts/i18n/redirect/mg.json +13 -0
- pywikibot_scripts/i18n/redirect/mk.json +15 -0
- pywikibot_scripts/i18n/redirect/ml.json +14 -0
- pywikibot_scripts/i18n/redirect/ms.json +13 -0
- pywikibot_scripts/i18n/redirect/mt.json +11 -0
- pywikibot_scripts/i18n/redirect/my.json +11 -0
- pywikibot_scripts/i18n/redirect/mzn.json +11 -0
- pywikibot_scripts/i18n/redirect/nan.json +13 -0
- pywikibot_scripts/i18n/redirect/nb.json +15 -0
- pywikibot_scripts/i18n/redirect/nds-nl.json +14 -0
- pywikibot_scripts/i18n/redirect/nds.json +10 -0
- pywikibot_scripts/i18n/redirect/ne.json +14 -0
- pywikibot_scripts/i18n/redirect/new.json +10 -0
- pywikibot_scripts/i18n/redirect/nl.json +17 -0
- pywikibot_scripts/i18n/redirect/nn.json +11 -0
- pywikibot_scripts/i18n/redirect/nqo.json +12 -0
- pywikibot_scripts/i18n/redirect/nv.json +8 -0
- pywikibot_scripts/i18n/redirect/oc.json +12 -0
- pywikibot_scripts/i18n/redirect/pdc.json +11 -0
- pywikibot_scripts/i18n/redirect/pfl.json +9 -0
- pywikibot_scripts/i18n/redirect/pl.json +18 -0
- pywikibot_scripts/i18n/redirect/pms.json +13 -0
- pywikibot_scripts/i18n/redirect/pt-br.json +16 -0
- pywikibot_scripts/i18n/redirect/pt.json +15 -0
- pywikibot_scripts/i18n/redirect/qqq.json +18 -0
- pywikibot_scripts/i18n/redirect/ro.json +13 -0
- pywikibot_scripts/i18n/redirect/ru.json +18 -0
- pywikibot_scripts/i18n/redirect/rue.json +10 -0
- pywikibot_scripts/i18n/redirect/sco.json +16 -0
- pywikibot_scripts/i18n/redirect/sk.json +14 -0
- pywikibot_scripts/i18n/redirect/sl.json +14 -0
- pywikibot_scripts/i18n/redirect/so.json +12 -0
- pywikibot_scripts/i18n/redirect/sq.json +10 -0
- pywikibot_scripts/i18n/redirect/sr.json +17 -0
- pywikibot_scripts/i18n/redirect/sv.json +17 -0
- pywikibot_scripts/i18n/redirect/sw.json +9 -0
- pywikibot_scripts/i18n/redirect/szl.json +11 -0
- pywikibot_scripts/i18n/redirect/ta.json +11 -0
- pywikibot_scripts/i18n/redirect/tcy.json +8 -0
- pywikibot_scripts/i18n/redirect/tg.json +8 -0
- pywikibot_scripts/i18n/redirect/th.json +14 -0
- pywikibot_scripts/i18n/redirect/tl.json +11 -0
- pywikibot_scripts/i18n/redirect/tly.json +14 -0
- pywikibot_scripts/i18n/redirect/tr.json +18 -0
- pywikibot_scripts/i18n/redirect/tt.json +12 -0
- pywikibot_scripts/i18n/redirect/udm.json +8 -0
- pywikibot_scripts/i18n/redirect/uk.json +18 -0
- pywikibot_scripts/i18n/redirect/ur.json +7 -0
- pywikibot_scripts/i18n/redirect/vec.json +16 -0
- pywikibot_scripts/i18n/redirect/vi.json +14 -0
- pywikibot_scripts/i18n/redirect/vo.json +8 -0
- pywikibot_scripts/i18n/redirect/war.json +13 -0
- pywikibot_scripts/i18n/redirect/yi.json +12 -0
- pywikibot_scripts/i18n/redirect/yo.json +8 -0
- pywikibot_scripts/i18n/redirect/yue.json +14 -0
- pywikibot_scripts/i18n/redirect/zh.json +19 -0
- pywikibot_scripts/i18n/reflinks/ar.json +11 -0
- pywikibot_scripts/i18n/reflinks/ast.json +10 -0
- pywikibot_scripts/i18n/reflinks/azb.json +9 -0
- pywikibot_scripts/i18n/reflinks/ba.json +10 -0
- pywikibot_scripts/i18n/reflinks/bcc.json +10 -0
- pywikibot_scripts/i18n/reflinks/be-tarask.json +10 -0
- pywikibot_scripts/i18n/reflinks/bg.json +8 -0
- pywikibot_scripts/i18n/reflinks/bn.json +11 -0
- pywikibot_scripts/i18n/reflinks/br.json +11 -0
- pywikibot_scripts/i18n/reflinks/bs.json +10 -0
- pywikibot_scripts/i18n/reflinks/ca.json +10 -0
- pywikibot_scripts/i18n/reflinks/ce.json +11 -0
- pywikibot_scripts/i18n/reflinks/cs.json +14 -0
- pywikibot_scripts/i18n/reflinks/csb.json +10 -0
- pywikibot_scripts/i18n/reflinks/cy.json +10 -0
- pywikibot_scripts/i18n/reflinks/da.json +11 -0
- pywikibot_scripts/i18n/reflinks/de.json +10 -0
- pywikibot_scripts/i18n/reflinks/diq.json +11 -0
- pywikibot_scripts/i18n/reflinks/dty.json +9 -0
- pywikibot_scripts/i18n/reflinks/el.json +11 -0
- pywikibot_scripts/i18n/reflinks/en.json +6 -0
- pywikibot_scripts/i18n/reflinks/eo.json +10 -0
- pywikibot_scripts/i18n/reflinks/es.json +11 -0
- pywikibot_scripts/i18n/reflinks/eu.json +11 -0
- pywikibot_scripts/i18n/reflinks/fa.json +12 -0
- pywikibot_scripts/i18n/reflinks/fi.json +9 -0
- pywikibot_scripts/i18n/reflinks/fo.json +10 -0
- pywikibot_scripts/i18n/reflinks/fr.json +12 -0
- pywikibot_scripts/i18n/reflinks/frr.json +10 -0
- pywikibot_scripts/i18n/reflinks/gl.json +10 -0
- pywikibot_scripts/i18n/reflinks/gsw.json +10 -0
- pywikibot_scripts/i18n/reflinks/haw.json +10 -0
- pywikibot_scripts/i18n/reflinks/he.json +11 -0
- pywikibot_scripts/i18n/reflinks/hi.json +12 -0
- pywikibot_scripts/i18n/reflinks/hu.json +11 -0
- pywikibot_scripts/i18n/reflinks/hy.json +8 -0
- pywikibot_scripts/i18n/reflinks/ia.json +10 -0
- pywikibot_scripts/i18n/reflinks/id.json +14 -0
- pywikibot_scripts/i18n/reflinks/io.json +9 -0
- pywikibot_scripts/i18n/reflinks/it.json +10 -0
- pywikibot_scripts/i18n/reflinks/ja.json +11 -0
- pywikibot_scripts/i18n/reflinks/km.json +9 -0
- pywikibot_scripts/i18n/reflinks/ko.json +10 -0
- pywikibot_scripts/i18n/reflinks/krc.json +10 -0
- pywikibot_scripts/i18n/reflinks/ksh.json +10 -0
- pywikibot_scripts/i18n/reflinks/lb.json +10 -0
- pywikibot_scripts/i18n/reflinks/lt.json +10 -0
- pywikibot_scripts/i18n/reflinks/mg.json +10 -0
- pywikibot_scripts/i18n/reflinks/mk.json +10 -0
- pywikibot_scripts/i18n/reflinks/ml.json +10 -0
- pywikibot_scripts/i18n/reflinks/ms.json +10 -0
- pywikibot_scripts/i18n/reflinks/my.json +9 -0
- pywikibot_scripts/i18n/reflinks/nan.json +11 -0
- pywikibot_scripts/i18n/reflinks/nb.json +11 -0
- pywikibot_scripts/i18n/reflinks/nds-nl.json +10 -0
- pywikibot_scripts/i18n/reflinks/ne.json +11 -0
- pywikibot_scripts/i18n/reflinks/nl.json +11 -0
- pywikibot_scripts/i18n/reflinks/nqo.json +10 -0
- pywikibot_scripts/i18n/reflinks/oc.json +10 -0
- pywikibot_scripts/i18n/reflinks/olo.json +9 -0
- pywikibot_scripts/i18n/reflinks/pl.json +10 -0
- pywikibot_scripts/i18n/reflinks/pt-br.json +11 -0
- pywikibot_scripts/i18n/reflinks/pt.json +11 -0
- pywikibot_scripts/i18n/reflinks/qqq.json +10 -0
- pywikibot_scripts/i18n/reflinks/ro.json +11 -0
- pywikibot_scripts/i18n/reflinks/ru.json +12 -0
- pywikibot_scripts/i18n/reflinks/sco.json +10 -0
- pywikibot_scripts/i18n/reflinks/sd.json +11 -0
- pywikibot_scripts/i18n/reflinks/sk.json +11 -0
- pywikibot_scripts/i18n/reflinks/sl.json +10 -0
- pywikibot_scripts/i18n/reflinks/sr.json +13 -0
- pywikibot_scripts/i18n/reflinks/su.json +9 -0
- pywikibot_scripts/i18n/reflinks/sv.json +13 -0
- pywikibot_scripts/i18n/reflinks/ta.json +8 -0
- pywikibot_scripts/i18n/reflinks/th.json +10 -0
- pywikibot_scripts/i18n/reflinks/tr.json +10 -0
- pywikibot_scripts/i18n/reflinks/uk.json +10 -0
- pywikibot_scripts/i18n/reflinks/ur.json +10 -0
- pywikibot_scripts/i18n/reflinks/vi.json +10 -0
- pywikibot_scripts/i18n/reflinks/zh.json +10 -0
- pywikibot_scripts/i18n/replace/af.json +8 -0
- pywikibot_scripts/i18n/replace/ar.json +8 -0
- pywikibot_scripts/i18n/replace/ast.json +9 -0
- pywikibot_scripts/i18n/replace/az.json +8 -0
- pywikibot_scripts/i18n/replace/azb.json +8 -0
- pywikibot_scripts/i18n/replace/ba.json +8 -0
- pywikibot_scripts/i18n/replace/bar.json +8 -0
- pywikibot_scripts/i18n/replace/bcc.json +8 -0
- pywikibot_scripts/i18n/replace/be-tarask.json +8 -0
- pywikibot_scripts/i18n/replace/bjn.json +8 -0
- pywikibot_scripts/i18n/replace/br.json +8 -0
- pywikibot_scripts/i18n/replace/bs.json +9 -0
- pywikibot_scripts/i18n/replace/ca.json +9 -0
- pywikibot_scripts/i18n/replace/ce.json +8 -0
- pywikibot_scripts/i18n/replace/ckb.json +10 -0
- pywikibot_scripts/i18n/replace/cs.json +10 -0
- pywikibot_scripts/i18n/replace/csb.json +8 -0
- pywikibot_scripts/i18n/replace/cy.json +9 -0
- pywikibot_scripts/i18n/replace/da.json +9 -0
- pywikibot_scripts/i18n/replace/de.json +6 -0
- pywikibot_scripts/i18n/replace/diq.json +8 -0
- pywikibot_scripts/i18n/replace/el.json +6 -0
- pywikibot_scripts/i18n/replace/en.json +4 -0
- pywikibot_scripts/i18n/replace/eo.json +8 -0
- pywikibot_scripts/i18n/replace/es.json +10 -0
- pywikibot_scripts/i18n/replace/et.json +9 -0
- pywikibot_scripts/i18n/replace/eu.json +8 -0
- pywikibot_scripts/i18n/replace/fa.json +8 -0
- pywikibot_scripts/i18n/replace/fi.json +6 -0
- pywikibot_scripts/i18n/replace/fo.json +8 -0
- pywikibot_scripts/i18n/replace/fr.json +8 -0
- pywikibot_scripts/i18n/replace/frp.json +8 -0
- pywikibot_scripts/i18n/replace/frr.json +6 -0
- pywikibot_scripts/i18n/replace/fur.json +8 -0
- pywikibot_scripts/i18n/replace/gl.json +8 -0
- pywikibot_scripts/i18n/replace/gsw.json +8 -0
- pywikibot_scripts/i18n/replace/hak.json +8 -0
- pywikibot_scripts/i18n/replace/haw.json +8 -0
- pywikibot_scripts/i18n/replace/he.json +6 -0
- pywikibot_scripts/i18n/replace/hi.json +8 -0
- pywikibot_scripts/i18n/replace/hr.json +8 -0
- pywikibot_scripts/i18n/replace/hsb.json +8 -0
- pywikibot_scripts/i18n/replace/hu.json +8 -0
- pywikibot_scripts/i18n/replace/hy.json +8 -0
- pywikibot_scripts/i18n/replace/ia.json +6 -0
- pywikibot_scripts/i18n/replace/id.json +6 -0
- pywikibot_scripts/i18n/replace/ie.json +8 -0
- pywikibot_scripts/i18n/replace/ilo.json +8 -0
- pywikibot_scripts/i18n/replace/io.json +8 -0
- pywikibot_scripts/i18n/replace/is.json +6 -0
- pywikibot_scripts/i18n/replace/it.json +8 -0
- pywikibot_scripts/i18n/replace/ja.json +8 -0
- pywikibot_scripts/i18n/replace/jv.json +8 -0
- pywikibot_scripts/i18n/replace/ka.json +6 -0
- pywikibot_scripts/i18n/replace/kk.json +6 -0
- pywikibot_scripts/i18n/replace/ko.json +10 -0
- pywikibot_scripts/i18n/replace/krc.json +8 -0
- pywikibot_scripts/i18n/replace/ksh.json +6 -0
- pywikibot_scripts/i18n/replace/ku.json +9 -0
- pywikibot_scripts/i18n/replace/ky.json +8 -0
- pywikibot_scripts/i18n/replace/la.json +8 -0
- pywikibot_scripts/i18n/replace/lb.json +8 -0
- pywikibot_scripts/i18n/replace/li.json +8 -0
- pywikibot_scripts/i18n/replace/lki.json +8 -0
- pywikibot_scripts/i18n/replace/lt.json +6 -0
- pywikibot_scripts/i18n/replace/lv.json +8 -0
- pywikibot_scripts/i18n/replace/map-bms.json +8 -0
- pywikibot_scripts/i18n/replace/mg.json +8 -0
- pywikibot_scripts/i18n/replace/min.json +9 -0
- pywikibot_scripts/i18n/replace/mk.json +9 -0
- pywikibot_scripts/i18n/replace/ml.json +8 -0
- pywikibot_scripts/i18n/replace/ms.json +8 -0
- pywikibot_scripts/i18n/replace/mt.json +8 -0
- pywikibot_scripts/i18n/replace/my.json +8 -0
- pywikibot_scripts/i18n/replace/mzn.json +8 -0
- pywikibot_scripts/i18n/replace/nan.json +9 -0
- pywikibot_scripts/i18n/replace/nb.json +8 -0
- pywikibot_scripts/i18n/replace/nds-nl.json +8 -0
- pywikibot_scripts/i18n/replace/nds.json +6 -0
- pywikibot_scripts/i18n/replace/ne.json +9 -0
- pywikibot_scripts/i18n/replace/nl.json +9 -0
- pywikibot_scripts/i18n/replace/nn.json +9 -0
- pywikibot_scripts/i18n/replace/nqo.json +8 -0
- pywikibot_scripts/i18n/replace/oc.json +8 -0
- pywikibot_scripts/i18n/replace/pl.json +8 -0
- pywikibot_scripts/i18n/replace/pms.json +8 -0
- pywikibot_scripts/i18n/replace/pt-br.json +8 -0
- pywikibot_scripts/i18n/replace/pt.json +8 -0
- pywikibot_scripts/i18n/replace/qqq.json +9 -0
- pywikibot_scripts/i18n/replace/ro.json +8 -0
- pywikibot_scripts/i18n/replace/ru.json +9 -0
- pywikibot_scripts/i18n/replace/rue.json +8 -0
- pywikibot_scripts/i18n/replace/sco.json +9 -0
- pywikibot_scripts/i18n/replace/sd.json +9 -0
- pywikibot_scripts/i18n/replace/sk.json +9 -0
- pywikibot_scripts/i18n/replace/sl.json +8 -0
- pywikibot_scripts/i18n/replace/so.json +8 -0
- pywikibot_scripts/i18n/replace/sq.json +8 -0
- pywikibot_scripts/i18n/replace/sr.json +10 -0
- pywikibot_scripts/i18n/replace/sv.json +6 -0
- pywikibot_scripts/i18n/replace/ta.json +8 -0
- pywikibot_scripts/i18n/replace/th.json +9 -0
- pywikibot_scripts/i18n/replace/tl.json +8 -0
- pywikibot_scripts/i18n/replace/tly.json +8 -0
- pywikibot_scripts/i18n/replace/tr.json +8 -0
- pywikibot_scripts/i18n/replace/tt.json +8 -0
- pywikibot_scripts/i18n/replace/uk.json +6 -0
- pywikibot_scripts/i18n/replace/ur.json +8 -0
- pywikibot_scripts/i18n/replace/uz.json +8 -0
- pywikibot_scripts/i18n/replace/vec.json +9 -0
- pywikibot_scripts/i18n/replace/vi.json +8 -0
- pywikibot_scripts/i18n/replace/yi.json +8 -0
- pywikibot_scripts/i18n/replace/yo.json +8 -0
- pywikibot_scripts/i18n/replace/zh.json +9 -0
- pywikibot_scripts/i18n/replicate_wiki/ar.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/be-tarask.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/br.json +13 -0
- pywikibot_scripts/i18n/replicate_wiki/ckb.json +9 -0
- pywikibot_scripts/i18n/replicate_wiki/de.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/diq.json +10 -0
- pywikibot_scripts/i18n/replicate_wiki/en.json +13 -0
- pywikibot_scripts/i18n/replicate_wiki/es.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/fr.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/gl.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/he.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/hi.json +9 -0
- pywikibot_scripts/i18n/replicate_wiki/hu.json +9 -0
- pywikibot_scripts/i18n/replicate_wiki/ia.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/id.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/it.json +11 -0
- pywikibot_scripts/i18n/replicate_wiki/ko.json +14 -0
- pywikibot_scripts/i18n/replicate_wiki/krc.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/mk.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/nb.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/nl.json +13 -0
- pywikibot_scripts/i18n/replicate_wiki/nqo.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/pl.json +8 -0
- pywikibot_scripts/i18n/replicate_wiki/pt-br.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/qqq.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/ru.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/sl.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/sr.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/uk.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/vi.json +12 -0
- pywikibot_scripts/i18n/replicate_wiki/zh.json +12 -0
- pywikibot_scripts/i18n/revertbot/ar.json +9 -0
- pywikibot_scripts/i18n/revertbot/ast.json +8 -0
- pywikibot_scripts/i18n/revertbot/bcc.json +8 -0
- pywikibot_scripts/i18n/revertbot/be-tarask.json +8 -0
- pywikibot_scripts/i18n/revertbot/be.json +8 -0
- pywikibot_scripts/i18n/revertbot/br.json +8 -0
- pywikibot_scripts/i18n/revertbot/bs.json +10 -0
- pywikibot_scripts/i18n/revertbot/ca.json +8 -0
- pywikibot_scripts/i18n/revertbot/ce.json +8 -0
- pywikibot_scripts/i18n/revertbot/ckb.json +8 -0
- pywikibot_scripts/i18n/revertbot/cs.json +11 -0
- pywikibot_scripts/i18n/revertbot/csb.json +8 -0
- pywikibot_scripts/i18n/revertbot/cy.json +8 -0
- pywikibot_scripts/i18n/revertbot/da.json +8 -0
- pywikibot_scripts/i18n/revertbot/de.json +8 -0
- pywikibot_scripts/i18n/revertbot/diq.json +8 -0
- pywikibot_scripts/i18n/revertbot/el.json +9 -0
- pywikibot_scripts/i18n/revertbot/en.json +4 -0
- pywikibot_scripts/i18n/revertbot/eo.json +8 -0
- pywikibot_scripts/i18n/revertbot/es.json +8 -0
- pywikibot_scripts/i18n/revertbot/eu.json +9 -0
- pywikibot_scripts/i18n/revertbot/fa.json +8 -0
- pywikibot_scripts/i18n/revertbot/fi.json +8 -0
- pywikibot_scripts/i18n/revertbot/fr.json +9 -0
- pywikibot_scripts/i18n/revertbot/frr.json +8 -0
- pywikibot_scripts/i18n/revertbot/gl.json +9 -0
- pywikibot_scripts/i18n/revertbot/gsw.json +8 -0
- pywikibot_scripts/i18n/revertbot/haw.json +8 -0
- pywikibot_scripts/i18n/revertbot/he.json +8 -0
- pywikibot_scripts/i18n/revertbot/hi.json +8 -0
- pywikibot_scripts/i18n/revertbot/hu.json +8 -0
- pywikibot_scripts/i18n/revertbot/ia.json +8 -0
- pywikibot_scripts/i18n/revertbot/id.json +10 -0
- pywikibot_scripts/i18n/revertbot/io.json +8 -0
- pywikibot_scripts/i18n/revertbot/it.json +8 -0
- pywikibot_scripts/i18n/revertbot/ja.json +9 -0
- pywikibot_scripts/i18n/revertbot/ko.json +8 -0
- pywikibot_scripts/i18n/revertbot/krc.json +8 -0
- pywikibot_scripts/i18n/revertbot/lb.json +8 -0
- pywikibot_scripts/i18n/revertbot/lt.json +8 -0
- pywikibot_scripts/i18n/revertbot/mg.json +8 -0
- pywikibot_scripts/i18n/revertbot/mk.json +8 -0
- pywikibot_scripts/i18n/revertbot/ml.json +8 -0
- pywikibot_scripts/i18n/revertbot/ms.json +8 -0
- pywikibot_scripts/i18n/revertbot/nan.json +9 -0
- pywikibot_scripts/i18n/revertbot/nb.json +8 -0
- pywikibot_scripts/i18n/revertbot/nds-nl.json +8 -0
- pywikibot_scripts/i18n/revertbot/ne.json +8 -0
- pywikibot_scripts/i18n/revertbot/nl.json +8 -0
- pywikibot_scripts/i18n/revertbot/nqo.json +8 -0
- pywikibot_scripts/i18n/revertbot/oc.json +8 -0
- pywikibot_scripts/i18n/revertbot/pl.json +8 -0
- pywikibot_scripts/i18n/revertbot/pms.json +8 -0
- pywikibot_scripts/i18n/revertbot/pt-br.json +8 -0
- pywikibot_scripts/i18n/revertbot/pt.json +8 -0
- pywikibot_scripts/i18n/revertbot/qqq.json +8 -0
- pywikibot_scripts/i18n/revertbot/ro.json +8 -0
- pywikibot_scripts/i18n/revertbot/ru.json +8 -0
- pywikibot_scripts/i18n/revertbot/sco.json +8 -0
- pywikibot_scripts/i18n/revertbot/sk.json +9 -0
- pywikibot_scripts/i18n/revertbot/sl.json +8 -0
- pywikibot_scripts/i18n/revertbot/sr.json +10 -0
- pywikibot_scripts/i18n/revertbot/sv.json +8 -0
- pywikibot_scripts/i18n/revertbot/th.json +8 -0
- pywikibot_scripts/i18n/revertbot/tr.json +8 -0
- pywikibot_scripts/i18n/revertbot/uk.json +8 -0
- pywikibot_scripts/i18n/revertbot/vi.json +8 -0
- pywikibot_scripts/i18n/revertbot/zh.json +8 -0
- pywikibot_scripts/i18n/run-tests.sh +18 -0
- pywikibot_scripts/i18n/solve_disambiguation/af.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/ar.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/arc.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ast.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/az.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/azb.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/ba.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/bar.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/bcc.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/be-tarask.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/bg.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/bgn.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/bjn.json +11 -0
- pywikibot_scripts/i18n/solve_disambiguation/bn.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/br.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/bs.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ca.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/ce.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ckb.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/cs.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/csb.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/cu.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/cv.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/cy.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/da.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/de.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/diq.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/el.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/eml.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/en.json +10 -0
- pywikibot_scripts/i18n/solve_disambiguation/eo.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/es.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/et.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/eu.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/fa.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/fi.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/fo.json +11 -0
- pywikibot_scripts/i18n/solve_disambiguation/fr.json +19 -0
- pywikibot_scripts/i18n/solve_disambiguation/frp.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/frr.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/fur.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/fy.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/gl.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/gsw.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/gu.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/hak.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/haw.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/he.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/hi.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/hr.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/hsb.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/hu.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/hy.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ia.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/id.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/ie.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ig.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ilo.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/inh.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/io.json +10 -0
- pywikibot_scripts/i18n/solve_disambiguation/is.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/it.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/ja.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/jv.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ka.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/kab.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/kjp.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/kk.json +12 -0
- pywikibot_scripts/i18n/solve_disambiguation/km.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ko.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/krc.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ksh.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ku.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ky.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/la.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/lb.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/lrc.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/lt.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/ltg.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/lv.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/map-bms.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/mg.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/min.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/mk.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ml.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/mni.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/mnw.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/mr.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ms.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/mt.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/my.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/mzn.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/nah.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/nan.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/nb.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/nds-nl.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/nds.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/ne.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/new.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/nl.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/nn.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/nqo.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/oc.json +9 -0
- pywikibot_scripts/i18n/solve_disambiguation/olo.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/os.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/pa.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/pdc.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/pl.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/pms.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/ps.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/pt-br.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/pt.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/qqq.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/ro.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/ru.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/rue.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sa.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/scn.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sco.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/sd.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sdh.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/se.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sh.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/si.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sk.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/skr.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sl.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/smn.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sms.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/so.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/sq.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/sr.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/su.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/sv.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/sw.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/ta.json +13 -0
- pywikibot_scripts/i18n/solve_disambiguation/te.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/th.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/tl.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/tly.json +16 -0
- pywikibot_scripts/i18n/solve_disambiguation/tr.json +17 -0
- pywikibot_scripts/i18n/solve_disambiguation/tt.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/tzm.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/uk.json +18 -0
- pywikibot_scripts/i18n/solve_disambiguation/ur.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/uz.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/vec.json +15 -0
- pywikibot_scripts/i18n/solve_disambiguation/vi.json +14 -0
- pywikibot_scripts/i18n/solve_disambiguation/vo.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/yi.json +8 -0
- pywikibot_scripts/i18n/solve_disambiguation/zh.json +15 -0
- pywikibot_scripts/i18n/template/ar.json +12 -0
- pywikibot_scripts/i18n/template/arc.json +8 -0
- pywikibot_scripts/i18n/template/ast.json +11 -0
- pywikibot_scripts/i18n/template/az.json +11 -0
- pywikibot_scripts/i18n/template/azb.json +11 -0
- pywikibot_scripts/i18n/template/ba.json +10 -0
- pywikibot_scripts/i18n/template/bcc.json +10 -0
- pywikibot_scripts/i18n/template/be-tarask.json +10 -0
- pywikibot_scripts/i18n/template/bn.json +10 -0
- pywikibot_scripts/i18n/template/br.json +10 -0
- pywikibot_scripts/i18n/template/bs.json +10 -0
- pywikibot_scripts/i18n/template/ca.json +12 -0
- pywikibot_scripts/i18n/template/ce.json +10 -0
- pywikibot_scripts/i18n/template/ckb.json +12 -0
- pywikibot_scripts/i18n/template/cs.json +15 -0
- pywikibot_scripts/i18n/template/csb.json +10 -0
- pywikibot_scripts/i18n/template/cy.json +10 -0
- pywikibot_scripts/i18n/template/da.json +10 -0
- pywikibot_scripts/i18n/template/de.json +11 -0
- pywikibot_scripts/i18n/template/diq.json +11 -0
- pywikibot_scripts/i18n/template/el.json +10 -0
- pywikibot_scripts/i18n/template/en.json +6 -0
- pywikibot_scripts/i18n/template/eo.json +12 -0
- pywikibot_scripts/i18n/template/es.json +12 -0
- pywikibot_scripts/i18n/template/eu.json +10 -0
- pywikibot_scripts/i18n/template/fa.json +11 -0
- pywikibot_scripts/i18n/template/fi.json +10 -0
- pywikibot_scripts/i18n/template/fo.json +10 -0
- pywikibot_scripts/i18n/template/fr.json +11 -0
- pywikibot_scripts/i18n/template/frp.json +10 -0
- pywikibot_scripts/i18n/template/frr.json +11 -0
- pywikibot_scripts/i18n/template/gl.json +10 -0
- pywikibot_scripts/i18n/template/gsw.json +10 -0
- pywikibot_scripts/i18n/template/hak.json +10 -0
- pywikibot_scripts/i18n/template/haw.json +10 -0
- pywikibot_scripts/i18n/template/he.json +8 -0
- pywikibot_scripts/i18n/template/hi.json +11 -0
- pywikibot_scripts/i18n/template/hu.json +10 -0
- pywikibot_scripts/i18n/template/ia.json +10 -0
- pywikibot_scripts/i18n/template/id.json +12 -0
- pywikibot_scripts/i18n/template/ilo.json +10 -0
- pywikibot_scripts/i18n/template/is.json +10 -0
- pywikibot_scripts/i18n/template/it.json +12 -0
- pywikibot_scripts/i18n/template/ja.json +12 -0
- pywikibot_scripts/i18n/template/jv.json +10 -0
- pywikibot_scripts/i18n/template/kk.json +8 -0
- pywikibot_scripts/i18n/template/ko.json +11 -0
- pywikibot_scripts/i18n/template/krc.json +10 -0
- pywikibot_scripts/i18n/template/ksh.json +10 -0
- pywikibot_scripts/i18n/template/ku.json +10 -0
- pywikibot_scripts/i18n/template/ky.json +8 -0
- pywikibot_scripts/i18n/template/lb.json +10 -0
- pywikibot_scripts/i18n/template/lt.json +10 -0
- pywikibot_scripts/i18n/template/map-bms.json +10 -0
- pywikibot_scripts/i18n/template/mg.json +10 -0
- pywikibot_scripts/i18n/template/mk.json +11 -0
- pywikibot_scripts/i18n/template/ml.json +10 -0
- pywikibot_scripts/i18n/template/ms.json +10 -0
- pywikibot_scripts/i18n/template/my.json +10 -0
- pywikibot_scripts/i18n/template/nan.json +11 -0
- pywikibot_scripts/i18n/template/nb.json +10 -0
- pywikibot_scripts/i18n/template/nds-nl.json +10 -0
- pywikibot_scripts/i18n/template/nds.json +8 -0
- pywikibot_scripts/i18n/template/ne.json +11 -0
- pywikibot_scripts/i18n/template/nl.json +11 -0
- pywikibot_scripts/i18n/template/nqo.json +8 -0
- pywikibot_scripts/i18n/template/oc.json +10 -0
- pywikibot_scripts/i18n/template/pl.json +11 -0
- pywikibot_scripts/i18n/template/pms.json +11 -0
- pywikibot_scripts/i18n/template/pt-br.json +10 -0
- pywikibot_scripts/i18n/template/pt.json +10 -0
- pywikibot_scripts/i18n/template/qqq.json +10 -0
- pywikibot_scripts/i18n/template/ro.json +10 -0
- pywikibot_scripts/i18n/template/ru.json +11 -0
- pywikibot_scripts/i18n/template/scn.json +8 -0
- pywikibot_scripts/i18n/template/sco.json +10 -0
- pywikibot_scripts/i18n/template/sh.json +10 -0
- pywikibot_scripts/i18n/template/sk.json +11 -0
- pywikibot_scripts/i18n/template/sl.json +10 -0
- pywikibot_scripts/i18n/template/so.json +10 -0
- pywikibot_scripts/i18n/template/sr.json +12 -0
- pywikibot_scripts/i18n/template/su.json +8 -0
- pywikibot_scripts/i18n/template/sv.json +10 -0
- pywikibot_scripts/i18n/template/sw.json +9 -0
- pywikibot_scripts/i18n/template/ta.json +10 -0
- pywikibot_scripts/i18n/template/te.json +8 -0
- pywikibot_scripts/i18n/template/tg.json +10 -0
- pywikibot_scripts/i18n/template/th.json +10 -0
- pywikibot_scripts/i18n/template/tl.json +10 -0
- pywikibot_scripts/i18n/template/tly.json +11 -0
- pywikibot_scripts/i18n/template/tr.json +10 -0
- pywikibot_scripts/i18n/template/uk.json +10 -0
- pywikibot_scripts/i18n/template/ur.json +9 -0
- pywikibot_scripts/i18n/template/vec.json +11 -0
- pywikibot_scripts/i18n/template/vi.json +10 -0
- pywikibot_scripts/i18n/template/war.json +10 -0
- pywikibot_scripts/i18n/template/zh.json +10 -0
- pywikibot_scripts/i18n/tox.ini +19 -0
- pywikibot_scripts/i18n/transferbot/ar.json +9 -0
- pywikibot_scripts/i18n/transferbot/be-tarask.json +9 -0
- pywikibot_scripts/i18n/transferbot/br.json +9 -0
- pywikibot_scripts/i18n/transferbot/ca.json +9 -0
- pywikibot_scripts/i18n/transferbot/cs.json +9 -0
- pywikibot_scripts/i18n/transferbot/cy.json +9 -0
- pywikibot_scripts/i18n/transferbot/de.json +10 -0
- pywikibot_scripts/i18n/transferbot/diq.json +8 -0
- pywikibot_scripts/i18n/transferbot/el.json +9 -0
- pywikibot_scripts/i18n/transferbot/en.json +9 -0
- pywikibot_scripts/i18n/transferbot/es.json +9 -0
- pywikibot_scripts/i18n/transferbot/fa.json +9 -0
- pywikibot_scripts/i18n/transferbot/fr.json +10 -0
- pywikibot_scripts/i18n/transferbot/frr.json +9 -0
- pywikibot_scripts/i18n/transferbot/gl.json +9 -0
- pywikibot_scripts/i18n/transferbot/he.json +9 -0
- pywikibot_scripts/i18n/transferbot/ia.json +9 -0
- pywikibot_scripts/i18n/transferbot/id.json +9 -0
- pywikibot_scripts/i18n/transferbot/it.json +9 -0
- pywikibot_scripts/i18n/transferbot/ko.json +9 -0
- pywikibot_scripts/i18n/transferbot/krc.json +9 -0
- pywikibot_scripts/i18n/transferbot/lb.json +8 -0
- pywikibot_scripts/i18n/transferbot/lt.json +9 -0
- pywikibot_scripts/i18n/transferbot/mk.json +9 -0
- pywikibot_scripts/i18n/transferbot/nb.json +9 -0
- pywikibot_scripts/i18n/transferbot/nds-nl.json +9 -0
- pywikibot_scripts/i18n/transferbot/nl.json +9 -0
- pywikibot_scripts/i18n/transferbot/pnb.json +9 -0
- pywikibot_scripts/i18n/transferbot/pt-br.json +9 -0
- pywikibot_scripts/i18n/transferbot/pt.json +9 -0
- pywikibot_scripts/i18n/transferbot/qqq.json +10 -0
- pywikibot_scripts/i18n/transferbot/ro.json +9 -0
- pywikibot_scripts/i18n/transferbot/ru.json +9 -0
- pywikibot_scripts/i18n/transferbot/sk.json +9 -0
- pywikibot_scripts/i18n/transferbot/sl.json +9 -0
- pywikibot_scripts/i18n/transferbot/sr.json +9 -0
- pywikibot_scripts/i18n/transferbot/sv.json +9 -0
- pywikibot_scripts/i18n/transferbot/tr.json +9 -0
- pywikibot_scripts/i18n/transferbot/uk.json +10 -0
- pywikibot_scripts/i18n/transferbot/vi.json +9 -0
- pywikibot_scripts/i18n/transferbot/zh.json +10 -0
- pywikibot_scripts/i18n/undelete/ar.json +10 -0
- pywikibot_scripts/i18n/undelete/ast.json +10 -0
- pywikibot_scripts/i18n/undelete/ba.json +10 -0
- pywikibot_scripts/i18n/undelete/be-tarask.json +10 -0
- pywikibot_scripts/i18n/undelete/br.json +12 -0
- pywikibot_scripts/i18n/undelete/bs.json +11 -0
- pywikibot_scripts/i18n/undelete/ca.json +10 -0
- pywikibot_scripts/i18n/undelete/ce.json +10 -0
- pywikibot_scripts/i18n/undelete/ckb.json +10 -0
- pywikibot_scripts/i18n/undelete/cs.json +13 -0
- pywikibot_scripts/i18n/undelete/csb.json +10 -0
- pywikibot_scripts/i18n/undelete/cy.json +10 -0
- pywikibot_scripts/i18n/undelete/da.json +10 -0
- pywikibot_scripts/i18n/undelete/de.json +10 -0
- pywikibot_scripts/i18n/undelete/diq.json +10 -0
- pywikibot_scripts/i18n/undelete/el.json +10 -0
- pywikibot_scripts/i18n/undelete/en.json +10 -0
- pywikibot_scripts/i18n/undelete/eo.json +10 -0
- pywikibot_scripts/i18n/undelete/es.json +11 -0
- pywikibot_scripts/i18n/undelete/eu.json +11 -0
- pywikibot_scripts/i18n/undelete/fa.json +11 -0
- pywikibot_scripts/i18n/undelete/fr.json +11 -0
- pywikibot_scripts/i18n/undelete/frr.json +10 -0
- pywikibot_scripts/i18n/undelete/gl.json +11 -0
- pywikibot_scripts/i18n/undelete/he.json +10 -0
- pywikibot_scripts/i18n/undelete/hi.json +10 -0
- pywikibot_scripts/i18n/undelete/hu.json +11 -0
- pywikibot_scripts/i18n/undelete/ia.json +10 -0
- pywikibot_scripts/i18n/undelete/id.json +11 -0
- pywikibot_scripts/i18n/undelete/it.json +11 -0
- pywikibot_scripts/i18n/undelete/ja.json +10 -0
- pywikibot_scripts/i18n/undelete/kab.json +10 -0
- pywikibot_scripts/i18n/undelete/kk.json +10 -0
- pywikibot_scripts/i18n/undelete/ko.json +10 -0
- pywikibot_scripts/i18n/undelete/krc.json +10 -0
- pywikibot_scripts/i18n/undelete/ksh.json +10 -0
- pywikibot_scripts/i18n/undelete/lb.json +10 -0
- pywikibot_scripts/i18n/undelete/lt.json +10 -0
- pywikibot_scripts/i18n/undelete/mg.json +10 -0
- pywikibot_scripts/i18n/undelete/mk.json +10 -0
- pywikibot_scripts/i18n/undelete/ml.json +10 -0
- pywikibot_scripts/i18n/undelete/ms.json +10 -0
- pywikibot_scripts/i18n/undelete/nan.json +11 -0
- pywikibot_scripts/i18n/undelete/nb.json +10 -0
- pywikibot_scripts/i18n/undelete/nds-nl.json +10 -0
- pywikibot_scripts/i18n/undelete/ne.json +11 -0
- pywikibot_scripts/i18n/undelete/nl.json +10 -0
- pywikibot_scripts/i18n/undelete/nn.json +12 -0
- pywikibot_scripts/i18n/undelete/nqo.json +10 -0
- pywikibot_scripts/i18n/undelete/pl.json +10 -0
- pywikibot_scripts/i18n/undelete/pt-br.json +11 -0
- pywikibot_scripts/i18n/undelete/pt.json +10 -0
- pywikibot_scripts/i18n/undelete/qqq.json +10 -0
- pywikibot_scripts/i18n/undelete/ro.json +11 -0
- pywikibot_scripts/i18n/undelete/ru.json +10 -0
- pywikibot_scripts/i18n/undelete/sk.json +11 -0
- pywikibot_scripts/i18n/undelete/sl.json +10 -0
- pywikibot_scripts/i18n/undelete/sr.json +12 -0
- pywikibot_scripts/i18n/undelete/su.json +10 -0
- pywikibot_scripts/i18n/undelete/sv.json +10 -0
- pywikibot_scripts/i18n/undelete/th.json +10 -0
- pywikibot_scripts/i18n/undelete/tr.json +10 -0
- pywikibot_scripts/i18n/undelete/uk.json +10 -0
- pywikibot_scripts/i18n/undelete/ur.json +10 -0
- pywikibot_scripts/i18n/undelete/vi.json +10 -0
- pywikibot_scripts/i18n/undelete/zh.json +11 -0
- pywikibot_scripts/i18n/unlink/af.json +8 -0
- pywikibot_scripts/i18n/unlink/ar.json +9 -0
- pywikibot_scripts/i18n/unlink/ast.json +9 -0
- pywikibot_scripts/i18n/unlink/az.json +8 -0
- pywikibot_scripts/i18n/unlink/azb.json +8 -0
- pywikibot_scripts/i18n/unlink/ba.json +8 -0
- pywikibot_scripts/i18n/unlink/bcc.json +8 -0
- pywikibot_scripts/i18n/unlink/be-tarask.json +8 -0
- pywikibot_scripts/i18n/unlink/br.json +8 -0
- pywikibot_scripts/i18n/unlink/bs.json +8 -0
- pywikibot_scripts/i18n/unlink/ca.json +8 -0
- pywikibot_scripts/i18n/unlink/ce.json +8 -0
- pywikibot_scripts/i18n/unlink/ckb.json +8 -0
- pywikibot_scripts/i18n/unlink/cs.json +11 -0
- pywikibot_scripts/i18n/unlink/csb.json +8 -0
- pywikibot_scripts/i18n/unlink/cy.json +8 -0
- pywikibot_scripts/i18n/unlink/da.json +9 -0
- pywikibot_scripts/i18n/unlink/de.json +8 -0
- pywikibot_scripts/i18n/unlink/diq.json +10 -0
- pywikibot_scripts/i18n/unlink/el.json +8 -0
- pywikibot_scripts/i18n/unlink/en.json +4 -0
- pywikibot_scripts/i18n/unlink/eo.json +9 -0
- pywikibot_scripts/i18n/unlink/es.json +11 -0
- pywikibot_scripts/i18n/unlink/et.json +8 -0
- pywikibot_scripts/i18n/unlink/eu.json +8 -0
- pywikibot_scripts/i18n/unlink/fa.json +9 -0
- pywikibot_scripts/i18n/unlink/fi.json +6 -0
- pywikibot_scripts/i18n/unlink/fo.json +8 -0
- pywikibot_scripts/i18n/unlink/fr.json +8 -0
- pywikibot_scripts/i18n/unlink/frp.json +8 -0
- pywikibot_scripts/i18n/unlink/frr.json +8 -0
- pywikibot_scripts/i18n/unlink/gl.json +8 -0
- pywikibot_scripts/i18n/unlink/haw.json +8 -0
- pywikibot_scripts/i18n/unlink/he.json +6 -0
- pywikibot_scripts/i18n/unlink/hi.json +8 -0
- pywikibot_scripts/i18n/unlink/hu.json +8 -0
- pywikibot_scripts/i18n/unlink/ia.json +8 -0
- pywikibot_scripts/i18n/unlink/id.json +10 -0
- pywikibot_scripts/i18n/unlink/ilo.json +8 -0
- pywikibot_scripts/i18n/unlink/is.json +8 -0
- pywikibot_scripts/i18n/unlink/it.json +9 -0
- pywikibot_scripts/i18n/unlink/ja.json +9 -0
- pywikibot_scripts/i18n/unlink/jv.json +8 -0
- pywikibot_scripts/i18n/unlink/kab.json +8 -0
- pywikibot_scripts/i18n/unlink/kk.json +8 -0
- pywikibot_scripts/i18n/unlink/ko.json +9 -0
- pywikibot_scripts/i18n/unlink/ksh.json +8 -0
- pywikibot_scripts/i18n/unlink/ky.json +8 -0
- pywikibot_scripts/i18n/unlink/lb.json +8 -0
- pywikibot_scripts/i18n/unlink/li.json +8 -0
- pywikibot_scripts/i18n/unlink/lt.json +9 -0
- pywikibot_scripts/i18n/unlink/lus.json +8 -0
- pywikibot_scripts/i18n/unlink/map-bms.json +8 -0
- pywikibot_scripts/i18n/unlink/mg.json +8 -0
- pywikibot_scripts/i18n/unlink/mk.json +8 -0
- pywikibot_scripts/i18n/unlink/ml.json +8 -0
- pywikibot_scripts/i18n/unlink/ms.json +9 -0
- pywikibot_scripts/i18n/unlink/nan.json +9 -0
- pywikibot_scripts/i18n/unlink/nb.json +8 -0
- pywikibot_scripts/i18n/unlink/nds-nl.json +8 -0
- pywikibot_scripts/i18n/unlink/ne.json +9 -0
- pywikibot_scripts/i18n/unlink/nl.json +8 -0
- pywikibot_scripts/i18n/unlink/oc.json +8 -0
- pywikibot_scripts/i18n/unlink/pl.json +6 -0
- pywikibot_scripts/i18n/unlink/pms.json +8 -0
- pywikibot_scripts/i18n/unlink/pt-br.json +9 -0
- pywikibot_scripts/i18n/unlink/pt.json +9 -0
- pywikibot_scripts/i18n/unlink/qqq.json +8 -0
- pywikibot_scripts/i18n/unlink/ro.json +8 -0
- pywikibot_scripts/i18n/unlink/ru.json +11 -0
- pywikibot_scripts/i18n/unlink/sco.json +8 -0
- pywikibot_scripts/i18n/unlink/sh.json +8 -0
- pywikibot_scripts/i18n/unlink/si.json +8 -0
- pywikibot_scripts/i18n/unlink/sk.json +9 -0
- pywikibot_scripts/i18n/unlink/sl.json +8 -0
- pywikibot_scripts/i18n/unlink/so.json +8 -0
- pywikibot_scripts/i18n/unlink/sq.json +8 -0
- pywikibot_scripts/i18n/unlink/sr.json +10 -0
- pywikibot_scripts/i18n/unlink/su.json +8 -0
- pywikibot_scripts/i18n/unlink/sv.json +9 -0
- pywikibot_scripts/i18n/unlink/sw.json +8 -0
- pywikibot_scripts/i18n/unlink/ta.json +8 -0
- pywikibot_scripts/i18n/unlink/th.json +8 -0
- pywikibot_scripts/i18n/unlink/tl.json +9 -0
- pywikibot_scripts/i18n/unlink/tly.json +8 -0
- pywikibot_scripts/i18n/unlink/tr.json +8 -0
- pywikibot_scripts/i18n/unlink/tt.json +8 -0
- pywikibot_scripts/i18n/unlink/uk.json +10 -0
- pywikibot_scripts/i18n/unlink/ur.json +8 -0
- pywikibot_scripts/i18n/unlink/uz.json +8 -0
- pywikibot_scripts/i18n/unlink/vec.json +8 -0
- pywikibot_scripts/i18n/unlink/vi.json +8 -0
- pywikibot_scripts/i18n/unlink/zh.json +9 -0
- pywikibot_scripts/i18n/unprotect/ar.json +13 -0
- pywikibot_scripts/i18n/unprotect/ast.json +13 -0
- pywikibot_scripts/i18n/unprotect/ba.json +12 -0
- pywikibot_scripts/i18n/unprotect/be-tarask.json +13 -0
- pywikibot_scripts/i18n/unprotect/br.json +12 -0
- pywikibot_scripts/i18n/unprotect/bs.json +13 -0
- pywikibot_scripts/i18n/unprotect/ca.json +12 -0
- pywikibot_scripts/i18n/unprotect/ce.json +12 -0
- pywikibot_scripts/i18n/unprotect/ckb.json +9 -0
- pywikibot_scripts/i18n/unprotect/cs.json +16 -0
- pywikibot_scripts/i18n/unprotect/csb.json +12 -0
- pywikibot_scripts/i18n/unprotect/cy.json +12 -0
- pywikibot_scripts/i18n/unprotect/da.json +13 -0
- pywikibot_scripts/i18n/unprotect/de.json +14 -0
- pywikibot_scripts/i18n/unprotect/diq.json +14 -0
- pywikibot_scripts/i18n/unprotect/el.json +13 -0
- pywikibot_scripts/i18n/unprotect/en.json +13 -0
- pywikibot_scripts/i18n/unprotect/eo.json +13 -0
- pywikibot_scripts/i18n/unprotect/es.json +14 -0
- pywikibot_scripts/i18n/unprotect/eu.json +13 -0
- pywikibot_scripts/i18n/unprotect/fa.json +14 -0
- pywikibot_scripts/i18n/unprotect/fi.json +8 -0
- pywikibot_scripts/i18n/unprotect/fr.json +13 -0
- pywikibot_scripts/i18n/unprotect/frr.json +12 -0
- pywikibot_scripts/i18n/unprotect/gl.json +13 -0
- pywikibot_scripts/i18n/unprotect/he.json +12 -0
- pywikibot_scripts/i18n/unprotect/hi.json +13 -0
- pywikibot_scripts/i18n/unprotect/hu.json +13 -0
- pywikibot_scripts/i18n/unprotect/ia.json +12 -0
- pywikibot_scripts/i18n/unprotect/id.json +14 -0
- pywikibot_scripts/i18n/unprotect/io.json +8 -0
- pywikibot_scripts/i18n/unprotect/it.json +12 -0
- pywikibot_scripts/i18n/unprotect/ja.json +12 -0
- pywikibot_scripts/i18n/unprotect/kab.json +11 -0
- pywikibot_scripts/i18n/unprotect/kk.json +11 -0
- pywikibot_scripts/i18n/unprotect/ko.json +14 -0
- pywikibot_scripts/i18n/unprotect/krc.json +12 -0
- pywikibot_scripts/i18n/unprotect/ksh.json +12 -0
- pywikibot_scripts/i18n/unprotect/lb.json +12 -0
- pywikibot_scripts/i18n/unprotect/lt.json +14 -0
- pywikibot_scripts/i18n/unprotect/mg.json +12 -0
- pywikibot_scripts/i18n/unprotect/mk.json +12 -0
- pywikibot_scripts/i18n/unprotect/ml.json +12 -0
- pywikibot_scripts/i18n/unprotect/mni.json +8 -0
- pywikibot_scripts/i18n/unprotect/ms.json +12 -0
- pywikibot_scripts/i18n/unprotect/nan.json +13 -0
- pywikibot_scripts/i18n/unprotect/nb.json +14 -0
- pywikibot_scripts/i18n/unprotect/nds-nl.json +12 -0
- pywikibot_scripts/i18n/unprotect/ne.json +13 -0
- pywikibot_scripts/i18n/unprotect/nl.json +14 -0
- pywikibot_scripts/i18n/unprotect/nqo.json +12 -0
- pywikibot_scripts/i18n/unprotect/pl.json +13 -0
- pywikibot_scripts/i18n/unprotect/pt-br.json +13 -0
- pywikibot_scripts/i18n/unprotect/pt.json +12 -0
- pywikibot_scripts/i18n/unprotect/qqq.json +14 -0
- pywikibot_scripts/i18n/unprotect/ro.json +13 -0
- pywikibot_scripts/i18n/unprotect/ru.json +13 -0
- pywikibot_scripts/i18n/unprotect/sk.json +13 -0
- pywikibot_scripts/i18n/unprotect/sl.json +12 -0
- pywikibot_scripts/i18n/unprotect/sr.json +14 -0
- pywikibot_scripts/i18n/unprotect/su.json +8 -0
- pywikibot_scripts/i18n/unprotect/sv.json +13 -0
- pywikibot_scripts/i18n/unprotect/th.json +12 -0
- pywikibot_scripts/i18n/unprotect/tr.json +12 -0
- pywikibot_scripts/i18n/unprotect/uk.json +14 -0
- pywikibot_scripts/i18n/unprotect/ur.json +12 -0
- pywikibot_scripts/i18n/unprotect/vi.json +13 -0
- pywikibot_scripts/i18n/unprotect/zh.json +15 -0
- pywikibot_scripts/i18n/unusedfiles/ar.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ast.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ba.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/be-tarask.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/bn.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/br.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ca.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ckb.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/cs.json +11 -0
- pywikibot_scripts/i18n/unusedfiles/cy.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/da.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/de.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/diq.json +10 -0
- pywikibot_scripts/i18n/unusedfiles/el.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/en.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/eo.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/es.json +10 -0
- pywikibot_scripts/i18n/unusedfiles/eu.json +10 -0
- pywikibot_scripts/i18n/unusedfiles/fa.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/fr.json +10 -0
- pywikibot_scripts/i18n/unusedfiles/frr.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/gl.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/he.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/hi.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/hu.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ia.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/id.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/io.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/it.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ja.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ko.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/krc.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ku.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/lb.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/li.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/lt.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/mg.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/mk.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ml.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/nb.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/nds-nl.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ne.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/nl.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/nqo.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/pl.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/pms.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/pt-br.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/pt.json +10 -0
- pywikibot_scripts/i18n/unusedfiles/qqq.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/ro.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ru.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/scn.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/sk.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/sl.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/sr.json +11 -0
- pywikibot_scripts/i18n/unusedfiles/sv.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/tg.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/th.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/tly.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/tr.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/uk.json +9 -0
- pywikibot_scripts/i18n/unusedfiles/ur.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/vi.json +8 -0
- pywikibot_scripts/i18n/unusedfiles/zh.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/ar.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/ast.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/az.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/azb.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/ba.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/bcc.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/be-tarask.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/bg.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/bn.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/br.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/bs.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/ca.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/ce.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/ckb.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/co.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/cs.json +16 -0
- pywikibot_scripts/i18n/weblinkchecker/csb.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/cu.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/cy.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/da.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/de.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/diq.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/dty.json +10 -0
- pywikibot_scripts/i18n/weblinkchecker/el.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/eml.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/en.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/eo.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/es.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/et.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/eu.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/fa.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/fi.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/fo.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/fr.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/frr.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/gl.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/gsw.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/hak.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/haw.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/he.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/hi.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/hsb.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/hu.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/hy.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/ia.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/id.json +17 -0
- pywikibot_scripts/i18n/weblinkchecker/io.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/is.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/it.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/ja.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/kab.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/kjp.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/kk.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/ko.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/krc.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/ksh.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/ku.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/ky.json +10 -0
- pywikibot_scripts/i18n/weblinkchecker/lb.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/li.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/lrc.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/lt.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/lv.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/lzz.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/map-bms.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/mg.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/mk.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/ml.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/mni.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/ms.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/mt.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/my.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/nan.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/nb.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/nds-nl.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/nds.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/ne.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/nl.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/nn.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/oc.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/olo.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/pa.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/pdc.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/pl.json +17 -0
- pywikibot_scripts/i18n/weblinkchecker/pms.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/pt-br.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/pt.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/qqq.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/ro.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/ru.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/scn.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/sco.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/sh.json +10 -0
- pywikibot_scripts/i18n/weblinkchecker/sk.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/skr.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/sl.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/sq.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/sr.json +15 -0
- pywikibot_scripts/i18n/weblinkchecker/su.json +9 -0
- pywikibot_scripts/i18n/weblinkchecker/sv.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/ta.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/th.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/tly.json +11 -0
- pywikibot_scripts/i18n/weblinkchecker/tr.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/uk.json +14 -0
- pywikibot_scripts/i18n/weblinkchecker/ur.json +12 -0
- pywikibot_scripts/i18n/weblinkchecker/vec.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/vi.json +13 -0
- pywikibot_scripts/i18n/weblinkchecker/yi.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/yue.json +8 -0
- pywikibot_scripts/i18n/weblinkchecker/zh.json +14 -0
- pywikibot_scripts/i18n/welcome/af.json +10 -0
- pywikibot_scripts/i18n/welcome/am.json +10 -0
- pywikibot_scripts/i18n/welcome/ar.json +10 -0
- pywikibot_scripts/i18n/welcome/arc.json +8 -0
- pywikibot_scripts/i18n/welcome/arz.json +8 -0
- pywikibot_scripts/i18n/welcome/ast.json +11 -0
- pywikibot_scripts/i18n/welcome/az.json +12 -0
- pywikibot_scripts/i18n/welcome/azb.json +10 -0
- pywikibot_scripts/i18n/welcome/ba.json +11 -0
- pywikibot_scripts/i18n/welcome/ban.json +10 -0
- pywikibot_scripts/i18n/welcome/bbc-latn.json +8 -0
- pywikibot_scripts/i18n/welcome/bbc.json +8 -0
- pywikibot_scripts/i18n/welcome/bcc.json +11 -0
- pywikibot_scripts/i18n/welcome/be-tarask.json +11 -0
- pywikibot_scripts/i18n/welcome/be.json +9 -0
- pywikibot_scripts/i18n/welcome/bg.json +10 -0
- pywikibot_scripts/i18n/welcome/bjn.json +9 -0
- pywikibot_scripts/i18n/welcome/bn.json +13 -0
- pywikibot_scripts/i18n/welcome/bo.json +8 -0
- pywikibot_scripts/i18n/welcome/br.json +10 -0
- pywikibot_scripts/i18n/welcome/bs.json +10 -0
- pywikibot_scripts/i18n/welcome/ca.json +12 -0
- pywikibot_scripts/i18n/welcome/cdo.json +8 -0
- pywikibot_scripts/i18n/welcome/ce.json +10 -0
- pywikibot_scripts/i18n/welcome/ckb.json +13 -0
- pywikibot_scripts/i18n/welcome/co.json +8 -0
- pywikibot_scripts/i18n/welcome/cs.json +14 -0
- pywikibot_scripts/i18n/welcome/csb.json +10 -0
- pywikibot_scripts/i18n/welcome/cu.json +8 -0
- pywikibot_scripts/i18n/welcome/cv.json +8 -0
- pywikibot_scripts/i18n/welcome/cy.json +11 -0
- pywikibot_scripts/i18n/welcome/da.json +11 -0
- pywikibot_scripts/i18n/welcome/de.json +10 -0
- pywikibot_scripts/i18n/welcome/diq.json +10 -0
- pywikibot_scripts/i18n/welcome/dty.json +8 -0
- pywikibot_scripts/i18n/welcome/el.json +11 -0
- pywikibot_scripts/i18n/welcome/eml.json +10 -0
- pywikibot_scripts/i18n/welcome/en.json +6 -0
- pywikibot_scripts/i18n/welcome/eo.json +12 -0
- pywikibot_scripts/i18n/welcome/es.json +13 -0
- pywikibot_scripts/i18n/welcome/et.json +10 -0
- pywikibot_scripts/i18n/welcome/eu.json +11 -0
- pywikibot_scripts/i18n/welcome/fa.json +13 -0
- pywikibot_scripts/i18n/welcome/fi.json +12 -0
- pywikibot_scripts/i18n/welcome/fo.json +10 -0
- pywikibot_scripts/i18n/welcome/fr.json +13 -0
- pywikibot_scripts/i18n/welcome/frp.json +10 -0
- pywikibot_scripts/i18n/welcome/frr.json +10 -0
- pywikibot_scripts/i18n/welcome/fy.json +9 -0
- pywikibot_scripts/i18n/welcome/ga.json +7 -0
- pywikibot_scripts/i18n/welcome/gl.json +10 -0
- pywikibot_scripts/i18n/welcome/gn.json +10 -0
- pywikibot_scripts/i18n/welcome/gom.json +8 -0
- pywikibot_scripts/i18n/welcome/gsw.json +10 -0
- pywikibot_scripts/i18n/welcome/gu.json +8 -0
- pywikibot_scripts/i18n/welcome/hak.json +10 -0
- pywikibot_scripts/i18n/welcome/haw.json +10 -0
- pywikibot_scripts/i18n/welcome/he.json +10 -0
- pywikibot_scripts/i18n/welcome/hi.json +10 -0
- pywikibot_scripts/i18n/welcome/hr.json +9 -0
- pywikibot_scripts/i18n/welcome/hsb.json +8 -0
- pywikibot_scripts/i18n/welcome/hu.json +11 -0
- pywikibot_scripts/i18n/welcome/hy.json +11 -0
- pywikibot_scripts/i18n/welcome/ia.json +10 -0
- pywikibot_scripts/i18n/welcome/id.json +12 -0
- pywikibot_scripts/i18n/welcome/ig.json +8 -0
- pywikibot_scripts/i18n/welcome/ilo.json +10 -0
- pywikibot_scripts/i18n/welcome/io.json +10 -0
- pywikibot_scripts/i18n/welcome/is.json +11 -0
- pywikibot_scripts/i18n/welcome/it.json +11 -0
- pywikibot_scripts/i18n/welcome/ja.json +12 -0
- pywikibot_scripts/i18n/welcome/jv.json +12 -0
- pywikibot_scripts/i18n/welcome/ka.json +6 -0
- pywikibot_scripts/i18n/welcome/kaa.json +8 -0
- pywikibot_scripts/i18n/welcome/kab.json +11 -0
- pywikibot_scripts/i18n/welcome/kjp.json +8 -0
- pywikibot_scripts/i18n/welcome/kk.json +10 -0
- pywikibot_scripts/i18n/welcome/km.json +8 -0
- pywikibot_scripts/i18n/welcome/kn.json +13 -0
- pywikibot_scripts/i18n/welcome/ko.json +14 -0
- pywikibot_scripts/i18n/welcome/krc.json +10 -0
- pywikibot_scripts/i18n/welcome/ksh.json +10 -0
- pywikibot_scripts/i18n/welcome/ku.json +11 -0
- pywikibot_scripts/i18n/welcome/ky.json +11 -0
- pywikibot_scripts/i18n/welcome/lag.json +8 -0
- pywikibot_scripts/i18n/welcome/lb.json +10 -0
- pywikibot_scripts/i18n/welcome/li.json +12 -0
- pywikibot_scripts/i18n/welcome/ln.json +8 -0
- pywikibot_scripts/i18n/welcome/lrc.json +9 -0
- pywikibot_scripts/i18n/welcome/lt.json +12 -0
- pywikibot_scripts/i18n/welcome/lus.json +10 -0
- pywikibot_scripts/i18n/welcome/lv.json +8 -0
- pywikibot_scripts/i18n/welcome/lzz.json +8 -0
- pywikibot_scripts/i18n/welcome/map-bms.json +10 -0
- pywikibot_scripts/i18n/welcome/mg.json +10 -0
- pywikibot_scripts/i18n/welcome/min.json +8 -0
- pywikibot_scripts/i18n/welcome/mk.json +11 -0
- pywikibot_scripts/i18n/welcome/ml.json +10 -0
- pywikibot_scripts/i18n/welcome/mni.json +11 -0
- pywikibot_scripts/i18n/welcome/mnw.json +11 -0
- pywikibot_scripts/i18n/welcome/mr.json +8 -0
- pywikibot_scripts/i18n/welcome/mrh.json +9 -0
- pywikibot_scripts/i18n/welcome/ms.json +10 -0
- pywikibot_scripts/i18n/welcome/mt.json +8 -0
- pywikibot_scripts/i18n/welcome/my.json +10 -0
- pywikibot_scripts/i18n/welcome/mzn.json +8 -0
- pywikibot_scripts/i18n/welcome/nah.json +9 -0
- pywikibot_scripts/i18n/welcome/nan.json +11 -0
- pywikibot_scripts/i18n/welcome/nb.json +11 -0
- pywikibot_scripts/i18n/welcome/nds-nl.json +10 -0
- pywikibot_scripts/i18n/welcome/ne.json +10 -0
- pywikibot_scripts/i18n/welcome/new.json +8 -0
- pywikibot_scripts/i18n/welcome/nl.json +11 -0
- pywikibot_scripts/i18n/welcome/nn.json +10 -0
- pywikibot_scripts/i18n/welcome/oc.json +11 -0
- pywikibot_scripts/i18n/welcome/olo.json +8 -0
- pywikibot_scripts/i18n/welcome/or.json +8 -0
- pywikibot_scripts/i18n/welcome/pa.json +10 -0
- pywikibot_scripts/i18n/welcome/pdc.json +8 -0
- pywikibot_scripts/i18n/welcome/pl.json +10 -0
- pywikibot_scripts/i18n/welcome/pms.json +11 -0
- pywikibot_scripts/i18n/welcome/pnb.json +11 -0
- pywikibot_scripts/i18n/welcome/ps.json +8 -0
- pywikibot_scripts/i18n/welcome/pt-br.json +11 -0
- pywikibot_scripts/i18n/welcome/pt.json +12 -0
- pywikibot_scripts/i18n/welcome/qqq.json +12 -0
- pywikibot_scripts/i18n/welcome/ro.json +11 -0
- pywikibot_scripts/i18n/welcome/ru.json +11 -0
- pywikibot_scripts/i18n/welcome/sa.json +8 -0
- pywikibot_scripts/i18n/welcome/scn.json +8 -0
- pywikibot_scripts/i18n/welcome/sco.json +10 -0
- pywikibot_scripts/i18n/welcome/sd.json +11 -0
- pywikibot_scripts/i18n/welcome/sdh.json +8 -0
- pywikibot_scripts/i18n/welcome/se.json +8 -0
- pywikibot_scripts/i18n/welcome/sh.json +10 -0
- pywikibot_scripts/i18n/welcome/si.json +10 -0
- pywikibot_scripts/i18n/welcome/sk.json +11 -0
- pywikibot_scripts/i18n/welcome/skr.json +9 -0
- pywikibot_scripts/i18n/welcome/sl.json +11 -0
- pywikibot_scripts/i18n/welcome/smn.json +8 -0
- pywikibot_scripts/i18n/welcome/sms.json +8 -0
- pywikibot_scripts/i18n/welcome/so.json +10 -0
- pywikibot_scripts/i18n/welcome/sq.json +8 -0
- pywikibot_scripts/i18n/welcome/sr.json +12 -0
- pywikibot_scripts/i18n/welcome/su.json +10 -0
- pywikibot_scripts/i18n/welcome/sv.json +10 -0
- pywikibot_scripts/i18n/welcome/sw.json +11 -0
- pywikibot_scripts/i18n/welcome/szl.json +11 -0
- pywikibot_scripts/i18n/welcome/ta.json +11 -0
- pywikibot_scripts/i18n/welcome/tcy.json +8 -0
- pywikibot_scripts/i18n/welcome/te.json +10 -0
- pywikibot_scripts/i18n/welcome/tg.json +10 -0
- pywikibot_scripts/i18n/welcome/th.json +11 -0
- pywikibot_scripts/i18n/welcome/tl.json +10 -0
- pywikibot_scripts/i18n/welcome/tly.json +12 -0
- pywikibot_scripts/i18n/welcome/tok.json +8 -0
- pywikibot_scripts/i18n/welcome/tr.json +11 -0
- pywikibot_scripts/i18n/welcome/tt.json +11 -0
- pywikibot_scripts/i18n/welcome/tyv.json +8 -0
- pywikibot_scripts/i18n/welcome/tzm.json +8 -0
- pywikibot_scripts/i18n/welcome/uk.json +11 -0
- pywikibot_scripts/i18n/welcome/ur.json +10 -0
- pywikibot_scripts/i18n/welcome/uz.json +9 -0
- pywikibot_scripts/i18n/welcome/vec.json +11 -0
- pywikibot_scripts/i18n/welcome/vi.json +11 -0
- pywikibot_scripts/i18n/welcome/vo.json +6 -0
- pywikibot_scripts/i18n/welcome/wa.json +11 -0
- pywikibot_scripts/i18n/welcome/yi.json +9 -0
- pywikibot_scripts/i18n/welcome/yo.json +8 -0
- pywikibot_scripts/i18n/welcome/yue.json +14 -0
- pywikibot_scripts/i18n/welcome/zh.json +13 -0
- pywikibot_scripts/illustrate_wikidata.py +113 -0
- pywikibot_scripts/image.py +153 -0
- pywikibot_scripts/imagetransfer.py +411 -0
- pywikibot_scripts/interwiki.py +2392 -0
- pywikibot_scripts/interwikidata.py +266 -0
- pywikibot_scripts/listpages.py +328 -0
- pywikibot_scripts/maintenance/__init__.py +14 -0
- pywikibot_scripts/maintenance/addwikis.py +106 -0
- pywikibot_scripts/maintenance/cache.py +495 -0
- pywikibot_scripts/maintenance/colors.py +44 -0
- pywikibot_scripts/maintenance/convert_epytext.py +153 -0
- pywikibot_scripts/maintenance/make_i18n_dict.py +156 -0
- pywikibot_scripts/maintenance/unidata - Kopie.py +158 -0
- pywikibot_scripts/maintenance/unidata.py +165 -0
- pywikibot_scripts/misspelling.py +178 -0
- pywikibot_scripts/movepages.py +283 -0
- pywikibot_scripts/newitem.py +227 -0
- pywikibot_scripts/noreferences.py +848 -0
- pywikibot_scripts/nowcommons.py +408 -0
- pywikibot_scripts/pagefromfile.py +335 -0
- pywikibot_scripts/parser_function_count.py +218 -0
- pywikibot_scripts/patrol.py +471 -0
- pywikibot_scripts/protect.py +251 -0
- pywikibot_scripts/redirect.py +773 -0
- pywikibot_scripts/reflinks.py +786 -0
- pywikibot_scripts/replace.py +1150 -0
- pywikibot_scripts/replicate_wiki.py +256 -0
- pywikibot_scripts/revertbot.py +183 -0
- pywikibot_scripts/solve_disambiguation.py +1286 -0
- pywikibot_scripts/speedy_delete.py +489 -0
- pywikibot_scripts/template.py +313 -0
- pywikibot_scripts/templatecount.py +192 -0
- pywikibot_scripts/touch.py +173 -0
- pywikibot_scripts/transferbot.py +185 -0
- pywikibot_scripts/transwikiimport.py +307 -0
- pywikibot_scripts/unlink.py +98 -0
- pywikibot_scripts/unusedfiles.py +198 -0
- pywikibot_scripts/upload.py +229 -0
- pywikibot_scripts/userscripts/__init__.py +3 -0
- pywikibot_scripts/watchlist.py +161 -0
- pywikibot_scripts/weblinkchecker.py +702 -0
- pywikibot_scripts/welcome.py +1015 -0
- pywikibot_scripts-9.4.0.dist-info/AUTHORS.rst +391 -0
- pywikibot_scripts-9.4.0.dist-info/LICENSE +22 -0
- pywikibot_scripts-9.4.0.dist-info/METADATA +311 -0
- pywikibot_scripts-9.4.0.dist-info/RECORD +4292 -0
- pywikibot_scripts-9.4.0.dist-info/WHEEL +5 -0
- pywikibot_scripts-9.4.0.dist-info/entry_points.txt +2 -0
- pywikibot_scripts-9.4.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1150 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
r"""
|
|
3
|
+
This bot will make direct text replacements.
|
|
4
|
+
|
|
5
|
+
It will retrieve information on which pages might need changes either from
|
|
6
|
+
an XML dump or a text file, or only change a single page.
|
|
7
|
+
|
|
8
|
+
These command line parameters can be used to specify which pages to work on:
|
|
9
|
+
|
|
10
|
+
¶ms;
|
|
11
|
+
|
|
12
|
+
Furthermore, the following command line parameters are supported:
|
|
13
|
+
|
|
14
|
+
-mysqlquery Retrieve information from a local database mirror.
|
|
15
|
+
If no query specified, bot searches for pages with
|
|
16
|
+
given replacements.
|
|
17
|
+
|
|
18
|
+
-xml Retrieve information from a local XML dump
|
|
19
|
+
(pages-articles or pages-meta-current, see
|
|
20
|
+
https://dumps.wikimedia.org). Argument can also
|
|
21
|
+
be given as "-xml:filename".
|
|
22
|
+
|
|
23
|
+
-regex Make replacements using regular expressions. If this argument
|
|
24
|
+
isn't given, the bot will make simple text replacements.
|
|
25
|
+
|
|
26
|
+
-nocase Use case insensitive regular expressions.
|
|
27
|
+
|
|
28
|
+
-dotall Make the dot match any character at all, including a newline.
|
|
29
|
+
Without this flag, '.' will match anything except a newline.
|
|
30
|
+
|
|
31
|
+
-multiline '^' and '$' will now match begin and end of each line.
|
|
32
|
+
|
|
33
|
+
-xmlstart (Only works with -xml) Skip all articles in the XML dump
|
|
34
|
+
before the one specified (may also be given as
|
|
35
|
+
-xmlstart:Article).
|
|
36
|
+
|
|
37
|
+
-addcat:cat_name Adds "cat_name" category to every altered page.
|
|
38
|
+
|
|
39
|
+
-excepttitle:XYZ Skip pages with titles that contain XYZ. If the -regex
|
|
40
|
+
argument is given, XYZ will be regarded as a regular
|
|
41
|
+
expression.
|
|
42
|
+
|
|
43
|
+
-requiretitle:XYZ Only do pages with titles that contain XYZ. If the -regex
|
|
44
|
+
argument is given, XYZ will be regarded as a regular
|
|
45
|
+
expression.
|
|
46
|
+
|
|
47
|
+
-excepttext:XYZ Skip pages which contain the text XYZ. If the -regex
|
|
48
|
+
argument is given, XYZ will be regarded as a regular
|
|
49
|
+
expression.
|
|
50
|
+
|
|
51
|
+
-exceptinside:XYZ Skip occurrences of the to-be-replaced text which lie
|
|
52
|
+
within XYZ. If the -regex argument is given, XYZ will be
|
|
53
|
+
regarded as a regular expression.
|
|
54
|
+
|
|
55
|
+
-exceptinsidetag:XYZ Skip occurrences of the to-be-replaced text which lie
|
|
56
|
+
within an XYZ tag.
|
|
57
|
+
|
|
58
|
+
-summary:XYZ Set the summary message text for the edit to XYZ, bypassing
|
|
59
|
+
the predefined message texts with original and replacements
|
|
60
|
+
inserted. To add the replacements to your summary use the
|
|
61
|
+
%(description)s placeholder, for example:
|
|
62
|
+
-summary:"Bot operated replacement: %(description)s"
|
|
63
|
+
Can't be used with -automaticsummary.
|
|
64
|
+
|
|
65
|
+
-automaticsummary Uses an automatic summary for all replacements which don't
|
|
66
|
+
have a summary defined. Can't be used with -summary.
|
|
67
|
+
|
|
68
|
+
-sleep:123 If you use -fix you can check multiple regex at the same time
|
|
69
|
+
in every page. This can lead to a great waste of CPU because
|
|
70
|
+
the bot will check every regex without waiting using all the
|
|
71
|
+
resources. This will slow it down between a regex and another
|
|
72
|
+
in order not to waste too much CPU.
|
|
73
|
+
|
|
74
|
+
-fix:XYZ Perform one of the predefined replacements tasks, which are
|
|
75
|
+
given in the dictionary 'fixes' defined inside the files
|
|
76
|
+
fixes.py and user-fixes.py.
|
|
77
|
+
|
|
78
|
+
&fixes-help;
|
|
79
|
+
|
|
80
|
+
-manualinput Request manual replacements via the command line input even
|
|
81
|
+
if replacements are already defined. If this option is set
|
|
82
|
+
(or no replacements are defined via -fix or the arguments)
|
|
83
|
+
it'll ask for additional replacements at start.
|
|
84
|
+
|
|
85
|
+
-pairsfile Lines from the given file name(s) will be read as replacement
|
|
86
|
+
arguments. i.e. a file containing lines "a" and "b", used as:
|
|
87
|
+
|
|
88
|
+
python pwb.py replace -page:X -pairsfile:file c d
|
|
89
|
+
|
|
90
|
+
will replace 'a' with 'b' and 'c' with 'd'.
|
|
91
|
+
|
|
92
|
+
-always Don't prompt you for each replacement
|
|
93
|
+
|
|
94
|
+
-quiet Don't prompt a message if a page keeps unchanged
|
|
95
|
+
|
|
96
|
+
-nopreload Do not preload pages. Useful if disabled on a wiki.
|
|
97
|
+
|
|
98
|
+
-recursive Recurse replacement as long as possible. Be careful, this
|
|
99
|
+
might lead to an infinite loop.
|
|
100
|
+
|
|
101
|
+
-allowoverlap When occurrences of the pattern overlap, replace all of them.
|
|
102
|
+
Be careful, this might lead to an infinite loop.
|
|
103
|
+
|
|
104
|
+
-fullsummary Use one large summary for all command line replacements.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
*Replacement parameters*
|
|
108
|
+
Replacement parameters are pairs of arguments given to the script.
|
|
109
|
+
The First argument is the old text to be replaced, the second
|
|
110
|
+
argument is the new text. If the ``-regex`` argument is given, the
|
|
111
|
+
first argument will be regarded as a regular expression, and the
|
|
112
|
+
second argument might contain expressions like ``\1`` or ``\g<name>``.
|
|
113
|
+
The second parameter can also be specified as empty string, usually
|
|
114
|
+
``""``. It is possible to introduce more than one pair of
|
|
115
|
+
replacement parameters.
|
|
116
|
+
|
|
117
|
+
.. admonition:: **Empty string arguments with PowerShell**
|
|
118
|
+
:class: attention
|
|
119
|
+
|
|
120
|
+
Using PowerShell as command shell removes empty strings during
|
|
121
|
+
PowerShell's command line parsing. To enable empty strings with
|
|
122
|
+
PowerShell you have either to escape quotation marks with gravis
|
|
123
|
+
symbols in front of them like ```"`"`` or to disable command line
|
|
124
|
+
parsing with ``--%`` symbol for all following command parts like
|
|
125
|
+
:samp:`python pwb replace --% -start:! foo ""` which disables parsing
|
|
126
|
+
for all replace options and arguments following this delimiter and
|
|
127
|
+
enables empty strings.
|
|
128
|
+
|
|
129
|
+
Examples
|
|
130
|
+
--------
|
|
131
|
+
|
|
132
|
+
If you want to change templates from the old syntax, e.g.
|
|
133
|
+
``{{msg:Stub}}``, to the new syntax, e.g. ``{{Stub}}``, download an XML
|
|
134
|
+
dump file (pages-articles) from https://dumps.wikimedia.org, then use
|
|
135
|
+
this command:
|
|
136
|
+
|
|
137
|
+
python pwb.py replace -xml -regex "{{msg:(.*?)}}" "{{\1}}"
|
|
138
|
+
|
|
139
|
+
If you have a dump called ``foobar.xml`` and want to fix typos in
|
|
140
|
+
articles, e.g. Errror -> Error, use this:
|
|
141
|
+
|
|
142
|
+
python pwb.py replace -xml:foobar.xml "Errror" "Error" -namespace:0
|
|
143
|
+
|
|
144
|
+
If you want to do more than one replacement at a time, use this:
|
|
145
|
+
|
|
146
|
+
python pwb.py replace -xml:foobar.xml "Errror" "Error" "Faail" "Fail" \
|
|
147
|
+
-namespace:0
|
|
148
|
+
|
|
149
|
+
If you have a page called 'John Doe' and want to fix the format of ISBNs,
|
|
150
|
+
use:
|
|
151
|
+
|
|
152
|
+
python pwb.py replace -page:John_Doe -fix:isbn
|
|
153
|
+
|
|
154
|
+
This command will change 'referer' to 'referrer', but not in pages which
|
|
155
|
+
talk about HTTP, where the typo has become part of the standard:
|
|
156
|
+
|
|
157
|
+
python pwb.py replace referer referrer -file:typos.txt -excepttext:HTTP
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
.. seealso:: :mod:`scripts.template` to modify or remove templates.
|
|
161
|
+
.. Please type "python pwb.py replace -help | more" if you can't read
|
|
162
|
+
the top of the help.
|
|
163
|
+
"""
|
|
164
|
+
#
|
|
165
|
+
# (C) Pywikibot team, 2004-2024
|
|
166
|
+
#
|
|
167
|
+
# Distributed under the terms of the MIT license.
|
|
168
|
+
#
|
|
169
|
+
from __future__ import annotations
|
|
170
|
+
|
|
171
|
+
import re
|
|
172
|
+
from collections.abc import Sequence
|
|
173
|
+
from contextlib import suppress
|
|
174
|
+
from pathlib import Path
|
|
175
|
+
from typing import Any
|
|
176
|
+
|
|
177
|
+
import pywikibot
|
|
178
|
+
from pywikibot import editor, fixes, i18n, pagegenerators, textlib
|
|
179
|
+
from pywikibot.backports import Generator, Pattern, batched
|
|
180
|
+
from pywikibot.bot import ExistingPageBot, SingleSiteBot
|
|
181
|
+
from pywikibot.exceptions import InvalidPageError, NoPageError
|
|
182
|
+
from pywikibot.tools import chars
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
# This is required for the text that is shown when you run this script
|
|
186
|
+
# with the parameter -help.
|
|
187
|
+
docuReplacements = {
|
|
188
|
+
'¶ms;': pagegenerators.parameterHelp,
|
|
189
|
+
'&fixes-help;': fixes.parameter_help,
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
def precompile_exceptions(exceptions, use_regex, flags) -> None:
|
|
194
|
+
"""Compile the exceptions with the given flags."""
|
|
195
|
+
if not exceptions:
|
|
196
|
+
return
|
|
197
|
+
for exceptionCategory in [
|
|
198
|
+
'title', 'require-title', 'text-contains', 'inside']:
|
|
199
|
+
if exceptionCategory in exceptions:
|
|
200
|
+
patterns = exceptions[exceptionCategory]
|
|
201
|
+
if isinstance(patterns, str):
|
|
202
|
+
patterns = [patterns]
|
|
203
|
+
if not use_regex:
|
|
204
|
+
patterns = [re.escape(pattern) for pattern in patterns]
|
|
205
|
+
patterns = [re.compile(pattern, flags) for pattern in patterns]
|
|
206
|
+
exceptions[exceptionCategory] = patterns
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
def _get_text_exceptions(exceptions):
|
|
210
|
+
"""Get exceptions on text (inside exceptions)."""
|
|
211
|
+
return exceptions.get('inside-tags', []) + exceptions.get('inside', [])
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
class ReplacementBase:
|
|
215
|
+
|
|
216
|
+
"""The replacement instructions."""
|
|
217
|
+
|
|
218
|
+
def __init__(
|
|
219
|
+
self,
|
|
220
|
+
old,
|
|
221
|
+
new,
|
|
222
|
+
edit_summary=None,
|
|
223
|
+
default_summary=True
|
|
224
|
+
) -> None:
|
|
225
|
+
"""Create a basic replacement instance."""
|
|
226
|
+
self.old = old
|
|
227
|
+
self.old_regex = None
|
|
228
|
+
self.new = new
|
|
229
|
+
self._edit_summary = edit_summary
|
|
230
|
+
self.default_summary = default_summary
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
def edit_summary(self) -> str:
|
|
234
|
+
"""Return the edit summary for this fix."""
|
|
235
|
+
return self._edit_summary
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
def description(self) -> str:
|
|
239
|
+
"""Description of the changes that this replacement applies.
|
|
240
|
+
|
|
241
|
+
This description is used as the default summary of the replacement. If
|
|
242
|
+
you do not specify an edit summary on the command line or in some other
|
|
243
|
+
way, whenever you apply this replacement to a page and submit the
|
|
244
|
+
changes to the MediaWiki server, the edit summary includes the
|
|
245
|
+
descriptions of each replacement that you applied to the page.
|
|
246
|
+
"""
|
|
247
|
+
return f'-{self.old} +{self.new}'
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
def container(self):
|
|
251
|
+
"""Container object which contains this replacement.
|
|
252
|
+
|
|
253
|
+
A container object is an object that groups one or more replacements
|
|
254
|
+
together and provides some properties that are common to all of them.
|
|
255
|
+
For example, containers may define a common name for a group of
|
|
256
|
+
replacements, or a common edit summary.
|
|
257
|
+
|
|
258
|
+
Container objects must have a "name" attribute.
|
|
259
|
+
"""
|
|
260
|
+
return None
|
|
261
|
+
|
|
262
|
+
def _compile(self, use_regex, flags) -> None:
|
|
263
|
+
"""Compile the search text without modifying the flags."""
|
|
264
|
+
# This does not update use_regex and flags depending on this instance
|
|
265
|
+
if not use_regex:
|
|
266
|
+
self.old_regex = re.escape(self.old)
|
|
267
|
+
else:
|
|
268
|
+
self.old_regex = self.old
|
|
269
|
+
self.old_regex = re.compile(self.old_regex, flags)
|
|
270
|
+
|
|
271
|
+
def compile(self, use_regex, flags) -> None:
|
|
272
|
+
"""Compile the search text."""
|
|
273
|
+
# Set the regular expression flags
|
|
274
|
+
if self.case_insensitive is False:
|
|
275
|
+
flags &= ~re.IGNORECASE
|
|
276
|
+
elif self.case_insensitive:
|
|
277
|
+
flags |= re.IGNORECASE
|
|
278
|
+
|
|
279
|
+
if self.use_regex is not None:
|
|
280
|
+
use_regex = self.use_regex # this replacement overrides it
|
|
281
|
+
self._compile(use_regex, flags)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
class Replacement(ReplacementBase):
|
|
285
|
+
|
|
286
|
+
"""A single replacement with it's own data."""
|
|
287
|
+
|
|
288
|
+
def __init__(self, old, new, use_regex=None, exceptions=None,
|
|
289
|
+
case_insensitive=None, edit_summary=None,
|
|
290
|
+
default_summary=True) -> None:
|
|
291
|
+
"""Create a single replacement entry unrelated to a fix."""
|
|
292
|
+
super().__init__(old, new, edit_summary, default_summary)
|
|
293
|
+
self._use_regex = use_regex
|
|
294
|
+
self.exceptions = exceptions
|
|
295
|
+
self._case_insensitive = case_insensitive
|
|
296
|
+
|
|
297
|
+
@classmethod
|
|
298
|
+
def from_compiled(cls, old_regex, new, **kwargs):
|
|
299
|
+
"""Create instance from already compiled regex."""
|
|
300
|
+
if kwargs.get('use_regex', True) is not True:
|
|
301
|
+
raise ValueError('The use_regex parameter can only be True.')
|
|
302
|
+
repl = cls(old_regex.pattern, new, **kwargs)
|
|
303
|
+
repl.old_regex = old_regex
|
|
304
|
+
return repl
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
def case_insensitive(self):
|
|
308
|
+
"""Return whether the search text is case insensitive."""
|
|
309
|
+
return self._case_insensitive
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
def use_regex(self):
|
|
313
|
+
"""Return whether the search text is using regex."""
|
|
314
|
+
return self._use_regex
|
|
315
|
+
|
|
316
|
+
def _compile(self, use_regex, flags) -> None:
|
|
317
|
+
"""Compile the search regex and exceptions."""
|
|
318
|
+
super()._compile(use_regex, flags)
|
|
319
|
+
precompile_exceptions(self.exceptions, use_regex, flags)
|
|
320
|
+
|
|
321
|
+
def get_inside_exceptions(self):
|
|
322
|
+
"""Get exceptions on text (inside exceptions)."""
|
|
323
|
+
return _get_text_exceptions(self.exceptions or {})
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
class ReplacementList(list):
|
|
327
|
+
|
|
328
|
+
"""
|
|
329
|
+
A list of replacements which all share some properties.
|
|
330
|
+
|
|
331
|
+
The shared properties are:
|
|
332
|
+
* use_regex
|
|
333
|
+
* exceptions
|
|
334
|
+
* case_insensitive
|
|
335
|
+
|
|
336
|
+
Each entry in this list should be a ReplacementListEntry. The exceptions
|
|
337
|
+
are compiled only once.
|
|
338
|
+
"""
|
|
339
|
+
|
|
340
|
+
def __init__(self, use_regex, exceptions, case_insensitive, edit_summary,
|
|
341
|
+
name) -> None:
|
|
342
|
+
"""Create a fix list which can contain multiple replacements."""
|
|
343
|
+
super().__init__()
|
|
344
|
+
self.use_regex = use_regex
|
|
345
|
+
self._exceptions = exceptions
|
|
346
|
+
self.exceptions = None
|
|
347
|
+
self.case_insensitive = case_insensitive
|
|
348
|
+
self.edit_summary = edit_summary
|
|
349
|
+
self.name = name
|
|
350
|
+
|
|
351
|
+
def _compile_exceptions(self, use_regex, flags) -> None:
|
|
352
|
+
"""Compile the exceptions if not already done."""
|
|
353
|
+
if not self.exceptions and self._exceptions is not None:
|
|
354
|
+
self.exceptions = dict(self._exceptions)
|
|
355
|
+
precompile_exceptions(self.exceptions, use_regex, flags)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
class ReplacementListEntry(ReplacementBase):
|
|
359
|
+
|
|
360
|
+
"""A replacement entry for ReplacementList."""
|
|
361
|
+
|
|
362
|
+
def __init__(self, old, new, fix_set, edit_summary=None,
|
|
363
|
+
default_summary=True) -> None:
|
|
364
|
+
"""Create a replacement entry inside a fix set."""
|
|
365
|
+
super().__init__(old, new, edit_summary, default_summary)
|
|
366
|
+
self.fix_set = fix_set
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
def case_insensitive(self):
|
|
370
|
+
"""Return whether the fix set is case insensitive."""
|
|
371
|
+
return self.fix_set.case_insensitive
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
def use_regex(self):
|
|
375
|
+
"""Return whether the fix set is using regex."""
|
|
376
|
+
return self.fix_set.use_regex
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
def exceptions(self):
|
|
380
|
+
"""Return the exceptions of the fix set."""
|
|
381
|
+
return self.fix_set.exceptions
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
def edit_summary(self):
|
|
385
|
+
"""Return this entry's edit summary or the fix's summary."""
|
|
386
|
+
if self._edit_summary is None:
|
|
387
|
+
return self.fix_set.edit_summary
|
|
388
|
+
return self._edit_summary
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
def container(self):
|
|
392
|
+
"""Container object which contains this replacement.
|
|
393
|
+
|
|
394
|
+
A container object is an object that groups one or more replacements
|
|
395
|
+
together and provides some properties that are common to all of them.
|
|
396
|
+
For example, containers may define a common name for a group of
|
|
397
|
+
replacements, or a common edit summary.
|
|
398
|
+
|
|
399
|
+
Container objects must have a "name" attribute.
|
|
400
|
+
"""
|
|
401
|
+
return self.fix_set
|
|
402
|
+
|
|
403
|
+
def _compile(self, use_regex, flags) -> None:
|
|
404
|
+
"""Compile the search regex and the fix's exceptions."""
|
|
405
|
+
super()._compile(use_regex, flags)
|
|
406
|
+
self.fix_set._compile_exceptions(use_regex, flags)
|
|
407
|
+
|
|
408
|
+
def get_inside_exceptions(self):
|
|
409
|
+
"""Get exceptions on text (inside exceptions)."""
|
|
410
|
+
return _get_text_exceptions(self.fix_set.exceptions or {})
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
class XmlDumpReplacePageGenerator:
|
|
414
|
+
|
|
415
|
+
"""
|
|
416
|
+
Iterator that will yield Pages that might contain text to replace.
|
|
417
|
+
|
|
418
|
+
These pages will be retrieved from a local XML dump file.
|
|
419
|
+
|
|
420
|
+
:param xmlFilename: The dump's path, either absolute or relative
|
|
421
|
+
:param xmlStart: Skip all articles in the dump before this one
|
|
422
|
+
:param replacements: A list of 2-tuples of original text (as a
|
|
423
|
+
compiled regular expression) and replacement text (as a string).
|
|
424
|
+
:param exceptions: A dictionary which defines when to ignore an
|
|
425
|
+
occurrence. See docu of the ReplaceRobot initializer below.
|
|
426
|
+
:type exceptions: dict
|
|
427
|
+
"""
|
|
428
|
+
|
|
429
|
+
def __init__(self,
|
|
430
|
+
xmlFilename: str,
|
|
431
|
+
xmlStart: str,
|
|
432
|
+
replacements: list[tuple[Any, str]],
|
|
433
|
+
exceptions: dict[str, Any],
|
|
434
|
+
site) -> None:
|
|
435
|
+
"""Initializer."""
|
|
436
|
+
self.xmlFilename = xmlFilename
|
|
437
|
+
self.replacements = replacements
|
|
438
|
+
self.exceptions = exceptions
|
|
439
|
+
self.xmlStart = xmlStart
|
|
440
|
+
self.skipping = bool(xmlStart)
|
|
441
|
+
|
|
442
|
+
self.excsInside = []
|
|
443
|
+
if 'inside-tags' in self.exceptions:
|
|
444
|
+
self.excsInside += self.exceptions['inside-tags']
|
|
445
|
+
if 'inside' in self.exceptions:
|
|
446
|
+
self.excsInside += self.exceptions['inside']
|
|
447
|
+
from pywikibot import xmlreader
|
|
448
|
+
if site:
|
|
449
|
+
self.site = site
|
|
450
|
+
else:
|
|
451
|
+
self.site = pywikibot.Site()
|
|
452
|
+
dump = xmlreader.XmlDump(self.xmlFilename, on_error=pywikibot.error)
|
|
453
|
+
self.parser = dump.parse()
|
|
454
|
+
|
|
455
|
+
def __iter__(self):
|
|
456
|
+
"""Iterator method."""
|
|
457
|
+
try:
|
|
458
|
+
for entry in self.parser:
|
|
459
|
+
if self.skipping:
|
|
460
|
+
if entry.title != self.xmlStart:
|
|
461
|
+
continue
|
|
462
|
+
self.skipping = False
|
|
463
|
+
if self.isTitleExcepted(entry.title) \
|
|
464
|
+
or self.isTextExcepted(entry.text):
|
|
465
|
+
continue
|
|
466
|
+
new_text = entry.text
|
|
467
|
+
for replacement in self.replacements:
|
|
468
|
+
# This doesn't do an actual replacement but just
|
|
469
|
+
# checks if at least one does apply
|
|
470
|
+
new_text = textlib.replaceExcept(
|
|
471
|
+
new_text, replacement.old_regex, replacement.new,
|
|
472
|
+
self.excsInside + replacement.get_inside_exceptions(),
|
|
473
|
+
site=self.site)
|
|
474
|
+
if new_text != entry.text:
|
|
475
|
+
yield pywikibot.Page(self.site, entry.title)
|
|
476
|
+
|
|
477
|
+
except KeyboardInterrupt:
|
|
478
|
+
with suppress(NameError):
|
|
479
|
+
if not self.skipping:
|
|
480
|
+
pywikibot.info(f'To resume, use "-xmlstart:{entry.title}"'
|
|
481
|
+
' on the command line.')
|
|
482
|
+
|
|
483
|
+
def isTitleExcepted(self, title) -> bool:
|
|
484
|
+
"""Return True if one of the exceptions applies for the given title."""
|
|
485
|
+
if 'title' in self.exceptions:
|
|
486
|
+
for exc in self.exceptions['title']:
|
|
487
|
+
if exc.search(title):
|
|
488
|
+
return True
|
|
489
|
+
if 'require-title' in self.exceptions:
|
|
490
|
+
for req in self.exceptions['require-title']:
|
|
491
|
+
if not req.search(title): # if not all requirements are met:
|
|
492
|
+
return True
|
|
493
|
+
|
|
494
|
+
return False
|
|
495
|
+
|
|
496
|
+
def isTextExcepted(self, text) -> bool:
|
|
497
|
+
"""Return True if one of the exceptions applies for the given text."""
|
|
498
|
+
if 'text-contains' in self.exceptions:
|
|
499
|
+
return any(exc.search(text)
|
|
500
|
+
for exc in self.exceptions['text-contains'])
|
|
501
|
+
return False
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
class ReplaceRobot(SingleSiteBot, ExistingPageBot):
|
|
505
|
+
|
|
506
|
+
"""A bot that can do text replacements.
|
|
507
|
+
|
|
508
|
+
:param generator: generator that yields Page objects
|
|
509
|
+
:type generator: generator
|
|
510
|
+
:param replacements: a list of Replacement instances or sequences of
|
|
511
|
+
length 2 with the original text (as a compiled regular expression)
|
|
512
|
+
and replacement text (as a string).
|
|
513
|
+
:param exceptions: a dictionary which defines when not to change an
|
|
514
|
+
occurrence. This dictionary can have these keys:
|
|
515
|
+
|
|
516
|
+
title
|
|
517
|
+
A list of regular expressions. All pages with titles that
|
|
518
|
+
are matched by one of these regular expressions are skipped.
|
|
519
|
+
text-contains
|
|
520
|
+
A list of regular expressions. All pages with text that
|
|
521
|
+
contains a part which is matched by one of these regular
|
|
522
|
+
expressions are skipped.
|
|
523
|
+
inside
|
|
524
|
+
A list of regular expressions. All occurrences are skipped which
|
|
525
|
+
lie within a text region which is matched by one of these
|
|
526
|
+
regular expressions.
|
|
527
|
+
inside-tags
|
|
528
|
+
A list of strings. These strings must be keys from the
|
|
529
|
+
dictionary in :func:`textlib._create_default_regexes` or must be
|
|
530
|
+
accepted by :func:`textlib.get_regexes`.
|
|
531
|
+
|
|
532
|
+
:keyword allowoverlap: when matches overlap, all of them are replaced.
|
|
533
|
+
:type allowoverlap: bool
|
|
534
|
+
:keyword recursive: Recurse replacement as long as possible.
|
|
535
|
+
:type recursive: bool
|
|
536
|
+
:keyword addcat: category to be added to every page touched
|
|
537
|
+
:type addcat: pywikibot.Category or str or None
|
|
538
|
+
:keyword sleep: slow down between processing multiple regexes
|
|
539
|
+
:type sleep: int
|
|
540
|
+
:keyword summary: Set the summary message text bypassing the default
|
|
541
|
+
:type summary: str
|
|
542
|
+
:keyword always: the user won't be prompted before changes are made
|
|
543
|
+
:type keyword: bool
|
|
544
|
+
:keyword site: Site the bot is working on.
|
|
545
|
+
|
|
546
|
+
.. warning::
|
|
547
|
+
- Be careful with `recursive` parameter, this might lead to an
|
|
548
|
+
infinite loop.
|
|
549
|
+
- `site` parameter should be passed to constructor.
|
|
550
|
+
Otherwise the bot takes the current site and warns the operator
|
|
551
|
+
about the missing site
|
|
552
|
+
|
|
553
|
+
"""
|
|
554
|
+
|
|
555
|
+
def __init__(self, generator,
|
|
556
|
+
replacements: list[tuple[Any, str]],
|
|
557
|
+
exceptions: dict[str, Any] | None = None,
|
|
558
|
+
**kwargs) -> None:
|
|
559
|
+
"""Initializer."""
|
|
560
|
+
self.available_options.update({
|
|
561
|
+
'addcat': None,
|
|
562
|
+
'allowoverlap': False,
|
|
563
|
+
'quiet': False,
|
|
564
|
+
'recursive': False,
|
|
565
|
+
'sleep': 0.0,
|
|
566
|
+
'summary': None,
|
|
567
|
+
})
|
|
568
|
+
super().__init__(generator=generator, **kwargs)
|
|
569
|
+
|
|
570
|
+
for i, replacement in enumerate(replacements):
|
|
571
|
+
if isinstance(replacement, Sequence):
|
|
572
|
+
if len(replacement) != 2:
|
|
573
|
+
raise ValueError(f'Replacement number {i} does not have '
|
|
574
|
+
f'exactly two elements: {replacement}')
|
|
575
|
+
# Replacement assumes it gets strings but it's already compiled
|
|
576
|
+
replacements[i] = Replacement.from_compiled(replacement[0],
|
|
577
|
+
replacement[1])
|
|
578
|
+
self.replacements = replacements
|
|
579
|
+
self.exceptions = exceptions or {}
|
|
580
|
+
|
|
581
|
+
if self.opt.addcat and isinstance(self.opt.addcat, str):
|
|
582
|
+
self.opt.addcat = pywikibot.Category(self.site, self.opt.addcat)
|
|
583
|
+
|
|
584
|
+
def isTitleExcepted(self, title, exceptions=None) -> bool:
|
|
585
|
+
"""Return True if one of the exceptions applies for the given title."""
|
|
586
|
+
if exceptions is None:
|
|
587
|
+
exceptions = self.exceptions
|
|
588
|
+
if 'title' in exceptions:
|
|
589
|
+
for exc in exceptions['title']:
|
|
590
|
+
if exc.search(title):
|
|
591
|
+
return True
|
|
592
|
+
if 'require-title' in exceptions:
|
|
593
|
+
for req in exceptions['require-title']:
|
|
594
|
+
if not req.search(title):
|
|
595
|
+
return True
|
|
596
|
+
return False
|
|
597
|
+
|
|
598
|
+
def isTextExcepted(self, text, exceptions=None) -> bool:
|
|
599
|
+
"""Return True iff one of the exceptions applies for the given text."""
|
|
600
|
+
if exceptions is None:
|
|
601
|
+
exceptions = self.exceptions
|
|
602
|
+
|
|
603
|
+
if 'text-contains' in exceptions:
|
|
604
|
+
return any(exc.search(text) for exc in exceptions['text-contains'])
|
|
605
|
+
|
|
606
|
+
return False
|
|
607
|
+
|
|
608
|
+
def apply_replacements(self, original_text, applied, page=None):
|
|
609
|
+
"""
|
|
610
|
+
Apply all replacements to the given text.
|
|
611
|
+
|
|
612
|
+
:rtype: str, set
|
|
613
|
+
"""
|
|
614
|
+
if page is None:
|
|
615
|
+
pywikibot.warn(
|
|
616
|
+
'You must pass the target page as the "page" parameter to '
|
|
617
|
+
'apply_replacements().', DeprecationWarning, stacklevel=2)
|
|
618
|
+
new_text = original_text
|
|
619
|
+
exceptions = _get_text_exceptions(self.exceptions)
|
|
620
|
+
skipped_containers = set()
|
|
621
|
+
for replacement in self.replacements:
|
|
622
|
+
if self.opt.sleep:
|
|
623
|
+
pywikibot.sleep(self.opt.sleep)
|
|
624
|
+
if (replacement.container
|
|
625
|
+
and replacement.container.name in skipped_containers):
|
|
626
|
+
continue
|
|
627
|
+
|
|
628
|
+
if page is not None and self.isTitleExcepted(
|
|
629
|
+
page.title(), replacement.exceptions):
|
|
630
|
+
if replacement.container:
|
|
631
|
+
pywikibot.info(
|
|
632
|
+
f'Skipping fix "{replacement.container.name}" on '
|
|
633
|
+
f'{page.title(as_link=True)} because the title is on '
|
|
634
|
+
'the exceptions list.'
|
|
635
|
+
)
|
|
636
|
+
skipped_containers.add(replacement.container.name)
|
|
637
|
+
else:
|
|
638
|
+
pywikibot.info(
|
|
639
|
+
'Skipping unnamed replacement '
|
|
640
|
+
f'({replacement.description}) on '
|
|
641
|
+
f'{page.title(as_link=True)} because the title is on'
|
|
642
|
+
' the exceptions list.'
|
|
643
|
+
)
|
|
644
|
+
continue
|
|
645
|
+
|
|
646
|
+
if self.isTextExcepted(original_text, replacement.exceptions):
|
|
647
|
+
continue
|
|
648
|
+
|
|
649
|
+
old_text = new_text
|
|
650
|
+
new_text = textlib.replaceExcept(
|
|
651
|
+
new_text, replacement.old_regex, replacement.new,
|
|
652
|
+
exceptions + replacement.get_inside_exceptions(),
|
|
653
|
+
allowoverlap=self.opt.allowoverlap, site=self.site)
|
|
654
|
+
if old_text != new_text:
|
|
655
|
+
applied.add(replacement)
|
|
656
|
+
|
|
657
|
+
return new_text
|
|
658
|
+
|
|
659
|
+
def generate_summary(self, applied_replacements):
|
|
660
|
+
"""Generate a summary message for the replacements."""
|
|
661
|
+
# all replacements which are merged into the default message
|
|
662
|
+
default_summaries = set()
|
|
663
|
+
# all message parts
|
|
664
|
+
summary_messages = set()
|
|
665
|
+
for replacement in applied_replacements:
|
|
666
|
+
if replacement.edit_summary:
|
|
667
|
+
summary_messages.add(replacement.edit_summary)
|
|
668
|
+
elif replacement.default_summary:
|
|
669
|
+
default_summaries.add((replacement.old, replacement.new))
|
|
670
|
+
|
|
671
|
+
summary_messages = sorted(summary_messages)
|
|
672
|
+
if default_summaries:
|
|
673
|
+
if self.opt.summary:
|
|
674
|
+
msg = self.opt.summary
|
|
675
|
+
else:
|
|
676
|
+
msg = i18n.twtranslate(self.site, 'replace-replacing')
|
|
677
|
+
comma = self.site.mediawiki_message('comma-separator')
|
|
678
|
+
default_summary = comma.join(
|
|
679
|
+
'-{} +{}'.format(*default_summary)
|
|
680
|
+
for default_summary in default_summaries)
|
|
681
|
+
desc = {'description': f' ({default_summary})'}
|
|
682
|
+
summary_messages.insert(0, msg % desc)
|
|
683
|
+
|
|
684
|
+
semicolon = self.site.mediawiki_message('semicolon-separator')
|
|
685
|
+
return semicolon.join(summary_messages)
|
|
686
|
+
|
|
687
|
+
def skip_page(self, page):
|
|
688
|
+
"""Check whether treat should be skipped for the page."""
|
|
689
|
+
if super().skip_page(page):
|
|
690
|
+
return True
|
|
691
|
+
|
|
692
|
+
if self.isTitleExcepted(page.title()):
|
|
693
|
+
pywikibot.warning(
|
|
694
|
+
f'Skipping {page} because the title is on the exceptions list.'
|
|
695
|
+
)
|
|
696
|
+
return True
|
|
697
|
+
|
|
698
|
+
if not page.has_permission():
|
|
699
|
+
pywikibot.warning(f"You can't edit page {page}")
|
|
700
|
+
return True
|
|
701
|
+
|
|
702
|
+
return False
|
|
703
|
+
|
|
704
|
+
def treat(self, page) -> None:
|
|
705
|
+
"""Work on each page retrieved from generator."""
|
|
706
|
+
try:
|
|
707
|
+
original_text = page.text
|
|
708
|
+
except InvalidPageError as e:
|
|
709
|
+
pywikibot.error(e)
|
|
710
|
+
return
|
|
711
|
+
|
|
712
|
+
if self.isTextExcepted(original_text):
|
|
713
|
+
pywikibot.info(f'Skipping {page} because it contains text '
|
|
714
|
+
f'that is on the exceptions list.')
|
|
715
|
+
return
|
|
716
|
+
|
|
717
|
+
applied = set()
|
|
718
|
+
new_text = original_text
|
|
719
|
+
last_text = None
|
|
720
|
+
while new_text != last_text:
|
|
721
|
+
last_text = new_text
|
|
722
|
+
new_text = self.apply_replacements(last_text, applied, page)
|
|
723
|
+
if not self.opt.recursive:
|
|
724
|
+
break
|
|
725
|
+
|
|
726
|
+
if new_text == original_text:
|
|
727
|
+
if not self.opt.quiet:
|
|
728
|
+
pywikibot.info(f'No changes were necessary in {page}')
|
|
729
|
+
return
|
|
730
|
+
|
|
731
|
+
if self.opt.addcat:
|
|
732
|
+
# Fetch only categories in wikitext, otherwise the others
|
|
733
|
+
# will be explicitly added.
|
|
734
|
+
cats = textlib.getCategoryLinks(new_text, site=page.site)
|
|
735
|
+
if self.opt.addcat not in cats:
|
|
736
|
+
cats.append(self.opt.addcat)
|
|
737
|
+
new_text = textlib.replaceCategoryLinks(new_text, cats,
|
|
738
|
+
site=page.site)
|
|
739
|
+
|
|
740
|
+
context = 0
|
|
741
|
+
while True:
|
|
742
|
+
# Show the title of the page we're working on.
|
|
743
|
+
# Highlight the title in purple.
|
|
744
|
+
self.current_page = page
|
|
745
|
+
pywikibot.showDiff(original_text, new_text, context=context)
|
|
746
|
+
if self.opt.always:
|
|
747
|
+
break
|
|
748
|
+
|
|
749
|
+
choice = pywikibot.input_choice(
|
|
750
|
+
'Do you want to accept these changes?',
|
|
751
|
+
[('Yes', 'y'), ('No', 'n'), ('Edit original', 'e'),
|
|
752
|
+
('edit Latest', 'l'), ('open in Browser', 'b'),
|
|
753
|
+
('More context', 'm'), ('All', 'a')],
|
|
754
|
+
default='N')
|
|
755
|
+
|
|
756
|
+
if choice == 'm':
|
|
757
|
+
context = context * 3 if context else 3
|
|
758
|
+
continue
|
|
759
|
+
|
|
760
|
+
if choice in ('e', 'l'):
|
|
761
|
+
text_editor = editor.TextEditor()
|
|
762
|
+
edit_text = original_text if choice == 'e' else new_text
|
|
763
|
+
as_edited = text_editor.edit(edit_text)
|
|
764
|
+
# if user didn't press Cancel
|
|
765
|
+
if as_edited and as_edited != new_text:
|
|
766
|
+
new_text = as_edited
|
|
767
|
+
continue
|
|
768
|
+
|
|
769
|
+
if choice == 'b':
|
|
770
|
+
# open in browser and leave
|
|
771
|
+
pywikibot.bot.open_webbrowser(page)
|
|
772
|
+
try:
|
|
773
|
+
page.get(get_redirect=True, force=True)
|
|
774
|
+
except NoPageError:
|
|
775
|
+
pywikibot.info(f'Page {page.title()} has been deleted.')
|
|
776
|
+
return
|
|
777
|
+
|
|
778
|
+
if choice == 'n':
|
|
779
|
+
return
|
|
780
|
+
|
|
781
|
+
if choice == 'a':
|
|
782
|
+
self.opt.always = True
|
|
783
|
+
|
|
784
|
+
# break if choice is 'y' or 'a' to save
|
|
785
|
+
break
|
|
786
|
+
|
|
787
|
+
self.save(page, original_text, new_text, applied, show_diff=False,
|
|
788
|
+
asynchronous=not self.opt.always)
|
|
789
|
+
|
|
790
|
+
def save(self, page, oldtext, newtext, applied, **kwargs) -> None:
|
|
791
|
+
"""Save the given page."""
|
|
792
|
+
self.userPut(page, oldtext, newtext,
|
|
793
|
+
summary=self.generate_summary(applied),
|
|
794
|
+
ignore_save_related_errors=True, **kwargs)
|
|
795
|
+
|
|
796
|
+
def user_confirm(self, question) -> bool:
|
|
797
|
+
"""Always return True due to our own input choice."""
|
|
798
|
+
return True
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
def prepareRegexForMySQL(pattern: str) -> str:
|
|
802
|
+
"""Convert regex to MySQL syntax."""
|
|
803
|
+
pattern = pattern.replace(r'\s', '[:space:]')
|
|
804
|
+
pattern = pattern.replace(r'\d', '[:digit:]')
|
|
805
|
+
pattern = pattern.replace(r'\w', '[:alnum:]')
|
|
806
|
+
pattern = pattern.replace("'", '\\' + "'")
|
|
807
|
+
return pattern
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
EXC_KEYS = {
|
|
811
|
+
'-excepttitle': 'title',
|
|
812
|
+
'-requiretitle:': 'require-title',
|
|
813
|
+
'-excepttext': 'text-contains',
|
|
814
|
+
'-exceptinside': 'inside',
|
|
815
|
+
'-exceptinsidetag': 'inside-tags'
|
|
816
|
+
}
|
|
817
|
+
"""Dictionary to convert exceptions command line options to exceptions keys.
|
|
818
|
+
|
|
819
|
+
.. versionadded:: 7.0
|
|
820
|
+
"""
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
def handle_exceptions(*args: str) -> tuple[list[str], dict[str, str]]:
|
|
824
|
+
"""Handle exceptions args to ignore pages which contain certain texts.
|
|
825
|
+
|
|
826
|
+
.. versionadded:: 7.0
|
|
827
|
+
"""
|
|
828
|
+
exceptions = {key: [] for key in EXC_KEYS.values()}
|
|
829
|
+
local_args = []
|
|
830
|
+
for argument in args:
|
|
831
|
+
arg, _, value = argument.partition(':')
|
|
832
|
+
if arg in EXC_KEYS:
|
|
833
|
+
exceptions[EXC_KEYS[arg]].append(value)
|
|
834
|
+
else:
|
|
835
|
+
local_args.append(argument)
|
|
836
|
+
return local_args, exceptions
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
def handle_pairsfile(filename: str) -> list[str] | None:
|
|
840
|
+
"""Handle -pairsfile argument.
|
|
841
|
+
|
|
842
|
+
.. versionadded:: 7.0
|
|
843
|
+
.. versionchanged:: 9.2
|
|
844
|
+
replacement patterns are printed it they are incomplete.
|
|
845
|
+
"""
|
|
846
|
+
if not filename:
|
|
847
|
+
filename = pywikibot.input(
|
|
848
|
+
'Please enter the filename to read replacements from:')
|
|
849
|
+
|
|
850
|
+
try:
|
|
851
|
+
with Path(filename).open(encoding='utf-8') as f:
|
|
852
|
+
replacements = f.readlines()
|
|
853
|
+
if not replacements:
|
|
854
|
+
raise OSError(f'{filename} is empty.')
|
|
855
|
+
except OSError as e:
|
|
856
|
+
pywikibot.error(f'Error loading {filename}: {e}')
|
|
857
|
+
return None
|
|
858
|
+
|
|
859
|
+
if len(replacements) % 2:
|
|
860
|
+
pywikibot.error(f'{filename} contains an incomplete pattern '
|
|
861
|
+
f'replacement pair:\n{replacements}')
|
|
862
|
+
return None
|
|
863
|
+
|
|
864
|
+
# Strip BOM from first line
|
|
865
|
+
replacements[0].lstrip('\uFEFF')
|
|
866
|
+
return replacements
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
def handle_manual() -> list[str]:
|
|
870
|
+
"""Handle manual input.
|
|
871
|
+
|
|
872
|
+
.. versionadded:: 7.0
|
|
873
|
+
"""
|
|
874
|
+
pairs = []
|
|
875
|
+
old = pywikibot.input('Please enter the text that should be replaced:')
|
|
876
|
+
while old:
|
|
877
|
+
new = pywikibot.input('Please enter the new text:')
|
|
878
|
+
pairs += [old, new]
|
|
879
|
+
old = pywikibot.input(
|
|
880
|
+
'Please enter another text that should be replaced,\n'
|
|
881
|
+
'or press Enter to start:')
|
|
882
|
+
return pairs
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
def handle_sql(sql: str,
|
|
886
|
+
replacements: list[Pattern],
|
|
887
|
+
exceptions: list[Pattern]) -> Generator:
|
|
888
|
+
"""Handle default sql query.
|
|
889
|
+
|
|
890
|
+
.. versionadded:: 7.0
|
|
891
|
+
"""
|
|
892
|
+
if not sql:
|
|
893
|
+
where_clause = 'WHERE ({})'.format(' OR '.join(
|
|
894
|
+
f"old_text RLIKE '{prepareRegexForMySQL(repl.old_regex.pattern)}'"
|
|
895
|
+
|
|
896
|
+
for repl in replacements))
|
|
897
|
+
|
|
898
|
+
if exceptions:
|
|
899
|
+
except_clause = 'AND NOT ({})'.format(' OR '.join(
|
|
900
|
+
f"old_text RLIKE '{prepareRegexForMySQL(exc.pattern)}'"
|
|
901
|
+
|
|
902
|
+
for exc in exceptions))
|
|
903
|
+
else:
|
|
904
|
+
except_clause = ''
|
|
905
|
+
|
|
906
|
+
sql = f"""
|
|
907
|
+
SELECT page_namespace, page_title
|
|
908
|
+
FROM page
|
|
909
|
+
JOIN text ON (page_id = old_id)
|
|
910
|
+
{where_clause}
|
|
911
|
+
{except_clause}
|
|
912
|
+
LIMIT 200"""
|
|
913
|
+
|
|
914
|
+
return pagegenerators.MySQLPageGenerator(sql)
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
def main(*args: str) -> None: # noqa: C901
|
|
918
|
+
"""Process command line arguments and invoke bot.
|
|
919
|
+
|
|
920
|
+
If args is an empty list, sys.argv is used.
|
|
921
|
+
|
|
922
|
+
.. versionchanged:: 9.2
|
|
923
|
+
replacement patterns are printed it they are incomplete.
|
|
924
|
+
|
|
925
|
+
:param args: command line arguments
|
|
926
|
+
"""
|
|
927
|
+
options = {}
|
|
928
|
+
gen = None
|
|
929
|
+
# summary message
|
|
930
|
+
edit_summary = ''
|
|
931
|
+
# Array which will collect commandline parameters.
|
|
932
|
+
# First element is original text, second element is replacement text.
|
|
933
|
+
preload = True # preload pages
|
|
934
|
+
commandline_replacements = []
|
|
935
|
+
file_replacements = []
|
|
936
|
+
# A list of 2-tuples of original text and replacement text.
|
|
937
|
+
replacements = []
|
|
938
|
+
|
|
939
|
+
# Should the elements of 'replacements' and 'exceptions' be interpreted
|
|
940
|
+
# as regular expressions?
|
|
941
|
+
regex = False
|
|
942
|
+
# Predefined fixes from dictionary 'fixes' (see above).
|
|
943
|
+
fixes_set = []
|
|
944
|
+
# the dump's path, either absolute or relative, which will be used
|
|
945
|
+
# if -xml flag is present
|
|
946
|
+
xmlFilename = None
|
|
947
|
+
xmlStart = None
|
|
948
|
+
sql_query: str | None = None
|
|
949
|
+
# Set the default regular expression flags
|
|
950
|
+
flags = 0
|
|
951
|
+
# Request manual replacements even if replacements are already defined
|
|
952
|
+
manual_input = False
|
|
953
|
+
|
|
954
|
+
# Read commandline parameters.
|
|
955
|
+
genFactory = pagegenerators.GeneratorFactory(
|
|
956
|
+
disabled_options=['mysqlquery'])
|
|
957
|
+
local_args = pywikibot.handle_args(args)
|
|
958
|
+
local_args = genFactory.handle_args(local_args)
|
|
959
|
+
local_args, exceptions = handle_exceptions(*local_args)
|
|
960
|
+
|
|
961
|
+
for arg in local_args:
|
|
962
|
+
opt, _, value = arg.partition(':')
|
|
963
|
+
if opt == '-regex':
|
|
964
|
+
regex = True
|
|
965
|
+
elif opt == '-xmlstart':
|
|
966
|
+
xmlStart = value or pywikibot.input(
|
|
967
|
+
'Please enter the dumped article to start with:')
|
|
968
|
+
elif opt == '-xml':
|
|
969
|
+
xmlFilename = value or i18n.input('pywikibot-enter-xml-filename')
|
|
970
|
+
elif opt == '-mysqlquery':
|
|
971
|
+
sql_query = value
|
|
972
|
+
elif opt == '-fix':
|
|
973
|
+
fixes_set.append(value)
|
|
974
|
+
elif opt == '-sleep':
|
|
975
|
+
options['sleep'] = float(value)
|
|
976
|
+
elif opt in ('-allowoverlap', '-always', '-quiet', '-recursive'):
|
|
977
|
+
options[opt[1:]] = True
|
|
978
|
+
elif opt == '-nocase':
|
|
979
|
+
flags |= re.IGNORECASE
|
|
980
|
+
elif opt == '-dotall':
|
|
981
|
+
flags |= re.DOTALL
|
|
982
|
+
elif opt == '-multiline':
|
|
983
|
+
flags |= re.MULTILINE
|
|
984
|
+
elif opt == '-addcat':
|
|
985
|
+
options['addcat'] = value
|
|
986
|
+
elif opt == '-summary':
|
|
987
|
+
edit_summary = value
|
|
988
|
+
elif opt == '-automaticsummary':
|
|
989
|
+
edit_summary = True
|
|
990
|
+
elif opt == '-manualinput':
|
|
991
|
+
manual_input = True
|
|
992
|
+
elif opt == '-pairsfile':
|
|
993
|
+
file_replacements = handle_pairsfile(value)
|
|
994
|
+
elif opt == '-nopreload':
|
|
995
|
+
preload = False
|
|
996
|
+
else:
|
|
997
|
+
commandline_replacements.append(arg)
|
|
998
|
+
|
|
999
|
+
if file_replacements is None:
|
|
1000
|
+
return
|
|
1001
|
+
|
|
1002
|
+
if len(commandline_replacements) % 2:
|
|
1003
|
+
pywikibot.error('Incomplete command line pattern replacement pair:\n'
|
|
1004
|
+
f'{commandline_replacements}')
|
|
1005
|
+
return
|
|
1006
|
+
|
|
1007
|
+
commandline_replacements += file_replacements
|
|
1008
|
+
if not (commandline_replacements or fixes_set) or manual_input:
|
|
1009
|
+
commandline_replacements += handle_manual()
|
|
1010
|
+
|
|
1011
|
+
# The summary stored here won't be actually used but is only an example
|
|
1012
|
+
site = pywikibot.Site()
|
|
1013
|
+
single_summary = None
|
|
1014
|
+
for old, new in batched(commandline_replacements, 2):
|
|
1015
|
+
replacement = Replacement(old, new)
|
|
1016
|
+
if not single_summary:
|
|
1017
|
+
single_summary = i18n.twtranslate(
|
|
1018
|
+
site,
|
|
1019
|
+
'replace-replacing',
|
|
1020
|
+
{'description': f' (-{replacement.old} +{replacement.new})'}
|
|
1021
|
+
)
|
|
1022
|
+
replacements.append(replacement)
|
|
1023
|
+
|
|
1024
|
+
# Perform one of the predefined actions.
|
|
1025
|
+
missing_fixes_summaries = [] # which a fixes/replacements miss a summary
|
|
1026
|
+
generators_given = bool(genFactory.gens)
|
|
1027
|
+
for fix_name in fixes_set:
|
|
1028
|
+
try:
|
|
1029
|
+
fix = fixes.fixes[fix_name]
|
|
1030
|
+
except KeyError:
|
|
1031
|
+
pywikibot.info('Available predefined fixes are: {}'
|
|
1032
|
+
.format(', '.join(fixes.fixes.keys())))
|
|
1033
|
+
if not fixes.user_fixes_loaded:
|
|
1034
|
+
pywikibot.info(f'The user fixes file could not be found: '
|
|
1035
|
+
f'{fixes.filename}')
|
|
1036
|
+
return
|
|
1037
|
+
|
|
1038
|
+
if not isinstance(fix, dict):
|
|
1039
|
+
pywikibot.error(
|
|
1040
|
+
f'fixes[{fix_name!r}] is a {type(fix).__name__}, not a dict')
|
|
1041
|
+
if type(fix) is tuple:
|
|
1042
|
+
pywikibot.info('Maybe a trailing comma in your user-fixes.py?')
|
|
1043
|
+
pywikibot.debug(fix)
|
|
1044
|
+
return
|
|
1045
|
+
|
|
1046
|
+
if not fix['replacements']:
|
|
1047
|
+
pywikibot.warning(f'No replacements defined for fix {fix_name!r}')
|
|
1048
|
+
continue
|
|
1049
|
+
if 'msg' in fix:
|
|
1050
|
+
if isinstance(fix['msg'], str):
|
|
1051
|
+
set_summary = i18n.twtranslate(site, str(fix['msg']))
|
|
1052
|
+
else:
|
|
1053
|
+
set_summary = i18n.translate(site, fix['msg'], fallback=True)
|
|
1054
|
+
else:
|
|
1055
|
+
set_summary = None
|
|
1056
|
+
if not generators_given and 'generator' in fix:
|
|
1057
|
+
gen_args = fix['generator']
|
|
1058
|
+
if isinstance(gen_args, str):
|
|
1059
|
+
genFactory.handle_arg(gen_args)
|
|
1060
|
+
else:
|
|
1061
|
+
genFactory.handle_args(gen_args)
|
|
1062
|
+
replacement_set = ReplacementList(fix.get('regex'),
|
|
1063
|
+
fix.get('exceptions'),
|
|
1064
|
+
fix.get('nocase'),
|
|
1065
|
+
set_summary,
|
|
1066
|
+
name=fix_name)
|
|
1067
|
+
# Whether some replacements have a summary, if so only show which
|
|
1068
|
+
# have none, otherwise just mention the complete fix
|
|
1069
|
+
missing_fix_summaries = []
|
|
1070
|
+
for index, replacement in enumerate(fix['replacements'], start=1):
|
|
1071
|
+
summary = None if len(replacement) < 3 else replacement[2]
|
|
1072
|
+
if not set_summary and not summary:
|
|
1073
|
+
missing_fix_summaries.append(
|
|
1074
|
+
f'"{fix_name}" (replacement #{index})')
|
|
1075
|
+
if chars.contains_invisible(replacement[0]):
|
|
1076
|
+
pywikibot.warning(
|
|
1077
|
+
'The old string '
|
|
1078
|
+
f'"{chars.replace_invisible(replacement[0])}"'
|
|
1079
|
+
' contains formatting characters like U+200E'
|
|
1080
|
+
)
|
|
1081
|
+
if (not callable(replacement[1])
|
|
1082
|
+
and chars.contains_invisible(replacement[1])):
|
|
1083
|
+
pywikibot.warning(
|
|
1084
|
+
'The new string '
|
|
1085
|
+
f'"{chars.replace_invisible(replacement[1])}"'
|
|
1086
|
+
' contains formatting characters like U+200E')
|
|
1087
|
+
replacement_set.append(ReplacementListEntry(
|
|
1088
|
+
old=replacement[0],
|
|
1089
|
+
new=replacement[1],
|
|
1090
|
+
fix_set=replacement_set,
|
|
1091
|
+
edit_summary=summary,
|
|
1092
|
+
))
|
|
1093
|
+
|
|
1094
|
+
# Exceptions specified via 'fix' shall be merged to those via CLI.
|
|
1095
|
+
if replacement_set:
|
|
1096
|
+
replacements.extend(replacement_set)
|
|
1097
|
+
if replacement_set._exceptions is not None:
|
|
1098
|
+
for k, v in replacement_set._exceptions.items():
|
|
1099
|
+
if k in exceptions:
|
|
1100
|
+
exceptions[k] = list(set(exceptions[k]) | set(v))
|
|
1101
|
+
else:
|
|
1102
|
+
exceptions[k] = v
|
|
1103
|
+
|
|
1104
|
+
if len(fix['replacements']) == len(missing_fix_summaries):
|
|
1105
|
+
missing_fixes_summaries.append(
|
|
1106
|
+
f'"{fix_name}" (all replacements)')
|
|
1107
|
+
else:
|
|
1108
|
+
missing_fixes_summaries += missing_fix_summaries
|
|
1109
|
+
|
|
1110
|
+
if ((not edit_summary or edit_summary is True)
|
|
1111
|
+
and (missing_fixes_summaries or single_summary)):
|
|
1112
|
+
if single_summary:
|
|
1113
|
+
pywikibot.info('The summary message for the command line '
|
|
1114
|
+
'replacements will be something like: '
|
|
1115
|
+
+ single_summary)
|
|
1116
|
+
if missing_fixes_summaries:
|
|
1117
|
+
pywikibot.info('The summary will not be used when the fix has '
|
|
1118
|
+
'one defined but the following fix(es) do(es) '
|
|
1119
|
+
'not have a summary defined: {}'
|
|
1120
|
+
.format(', '.join(missing_fixes_summaries)))
|
|
1121
|
+
if edit_summary is not True:
|
|
1122
|
+
edit_summary = pywikibot.input(
|
|
1123
|
+
'Press Enter to use this automatic message, or enter a '
|
|
1124
|
+
'description of the\nchanges your bot will make:')
|
|
1125
|
+
else:
|
|
1126
|
+
edit_summary = ''
|
|
1127
|
+
|
|
1128
|
+
# Pre-compile all regular expressions here to save time later
|
|
1129
|
+
for replacement in replacements:
|
|
1130
|
+
replacement.compile(regex, flags)
|
|
1131
|
+
|
|
1132
|
+
precompile_exceptions(exceptions, regex, flags)
|
|
1133
|
+
|
|
1134
|
+
if xmlFilename:
|
|
1135
|
+
gen = XmlDumpReplacePageGenerator(xmlFilename, xmlStart,
|
|
1136
|
+
replacements, exceptions, site)
|
|
1137
|
+
elif sql_query is not None:
|
|
1138
|
+
# Only -excepttext option is considered by the query. Other
|
|
1139
|
+
# exceptions are taken into account by the ReplaceRobot
|
|
1140
|
+
gen = handle_sql(sql_query, replacements, exceptions['text-contains'])
|
|
1141
|
+
|
|
1142
|
+
gen = genFactory.getCombinedGenerator(gen, preload=preload)
|
|
1143
|
+
bot = ReplaceRobot(gen, replacements, exceptions, site=site,
|
|
1144
|
+
summary=edit_summary, **options)
|
|
1145
|
+
site.login()
|
|
1146
|
+
bot.run()
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
if __name__ == '__main__':
|
|
1150
|
+
main()
|