jenkins-bot has submitted this change and it was merged.
Change subject: i18n for misspelling script ......................................................................
i18n for misspelling script
Change-Id: I08c76470fe66a0cfc972a7a407906c3234a0d97b --- A misspelling.py 1 file changed, 33 insertions(+), 0 deletions(-)
Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified
diff --git a/misspelling.py b/misspelling.py new file mode 100644 index 0000000..b035aa5 --- /dev/null +++ b/misspelling.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +msg = { + 'en': { + 'misspelling-fixing': u'Robot: Fixing misspelled link to %(page)s', + }, + 'qqq': { + 'misspelling-fixing': u'Edit summary when the bot fixes links that contain common spelling mistakes.', + }, + 'ar': { + 'misspelling-fixing': u'روبوت: إصلاح وصلة خاطئة إلى %(page)s', + }, + 'da': { + 'misspelling-fixing': u'Omdirigeringer af fejlstavninger: %(page)s', + }, + 'de': { + 'misspelling-fixing': u'Bot: korrigiere Link auf Falschschreibung: %(page)s', + }, + 'he': { + 'misspelling-fixing': u'בוט: מתקן קישור עם שגיאה לדף %(page)s', + }, + 'nds': { + 'misspelling-fixing': u'Bot: rut mit verkehrt schreven Lenk op %(page)s', + }, + 'nl': { + 'misspelling-fixing': u'Bot: verkeerd gespelde verwijzing naar %(page)s gecorrigeerd', + }, + 'pl': { + 'misspelling-fixing': u'Robot poprawia literówkę w linku do %(page)s', + }, + 'pt': { + 'misspelling-fixing': u'Bot: Corrigindo link com erro ortográfico para %(page)s', + }, +};