jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/687411 )
Change subject: [IMPR] localisation of clean_sandbox.py for ruwikibooks ......................................................................
[IMPR] localisation of clean_sandbox.py for ruwikibooks
Change-Id: I43b271aecefc5e7a4181cc91c742b94b14bdf3b8 --- M scripts/clean_sandbox.py 1 file changed, 5 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index aa6e239..ed19b36 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -59,6 +59,11 @@ 'test': '<noinclude>{{Sandbox}}</noinclude>\n' '== Please start your testing below this line ==', 'wikidata': '{{Please leave this line alone (sandbox heading)}}', + 'wikibooks': { + 'ru': '{{/Шапка}}\n' + '<!-- Не удаляйте, пожалуйста, эту строку, ' + 'тестируйте ниже -->', + }, 'wikivoyage': { 'es': '<!--No borres este mensaje-->' '{{Zona de pruebas}}'
pywikibot-commits@lists.wikimedia.org