jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/338623 )
Change subject: Localize clean_sandbox.py to Wikidata ......................................................................
Localize clean_sandbox.py to Wikidata
Change-Id: I6db37c05eff74943e22413d9eed6c7b7697f2c83 --- M scripts/clean_sandbox.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index 5b6b409..53ccece 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -48,6 +48,7 @@
content = { 'commons': u'{{Sandbox}}\n<!-- Please edit only below this line. -->', + 'wikidata': '{{Please leave this line alone (sandbox heading)}}', 'als': u'{{subst:/Vorlage}}', 'ar': u'{{عنوان الملعب}}\n<!-- مرحبا! خذ راحتك في تجربة مهارتك في التنسيق ' u'والتحرير أسفل هذا السطر. هذه الصفحة لتجارب التعديل ، سيتم تفريغ ' @@ -105,6 +106,7 @@
sandboxTitle = { 'commons': u'Project:Sandbox', + 'wikidata': 'Project:Sandbox', 'als': u'Project:Sandchaschte', 'ar': u'Project:ملعب', 'arz': u'Project:السبوره',
pywikibot-commits@lists.wikimedia.org