jenkins-bot has submitted this change and it was merged.
Change subject: [L10N] set translation fallback=True for fix message ......................................................................
[L10N] set translation fallback=True for fix message
needed since fallback is False per default
Change-Id: I1e57ecf1527ae2be76529938c6f059c79da216ec --- M scripts/replace.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/replace.py b/scripts/replace.py index df6c215..20582b9 100755 --- a/scripts/replace.py +++ b/scripts/replace.py @@ -619,7 +619,7 @@ str(fix['msg'])) else: edit_summary = pywikibot.translate(pywikibot.Site(), - fix['msg']) + fix['msg'], fallback=True) if "exceptions" in fix: exceptions = fix['exceptions'] if "nocase" in fix:
pywikibot-commits@lists.wikimedia.org