Purodha has uploaded a new change for review. https://gerrit.wikimedia.org/r/216081
Change subject: LiveTanslate: use int-reference in msg refering to edit tab ...................................................................... LiveTanslate: use int-reference in msg refering to edit tab Motivated by: https://www.mediawiki.org/wiki/Localisation#Messages_quoting_each_other Bug: T28844 Change-Id: Ia448e10eec319dec0b1e3cc962e2a330c9d97cb0 --- M i18n/en.json 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiveTranslate refs/changes/81/216081/1 diff --git a/i18n/en.json b/i18n/en.json index 341dc13..d879e67 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2,6 +2,7 @@ "@metadata": { "authors": [ "Jeroen De Dauw" + "Purodha Blissenbach" ] }, "livetranslate-desc": "Enables live translation of page content using the Google Translate service", @@ -17,8 +18,8 @@ "livetranslate-button-translating": "Translating...", "livetranslate-button-revert": "Show original", "livetranslate-dictionary-error": "Could not obtain the live translate dictionary. No words will be treated as special during the translation process.", - "livetranslate-dictionary-empty": "There are no words in the dictionary yet. Click the \"edit\" tab to add some.", - "livetranslate-dictionary-count": "There {{PLURAL:$1|is $1 word|are $1 words}} in $2 {{PLURAL:$2|language|languages}}. Click the \"edit\" tab to add more.", + "livetranslate-dictionary-empty": "There are no words in the dictionary yet. Click the \"{{int:edit}}\" tab to add some.", + "livetranslate-dictionary-count": "There {{PLURAL:$1|is $1 word|are $1 words}} in $2 {{PLURAL:$2|language|languages}}. Click the \"{{int:edit}}\" tab to add more.", "livetranslate-dictionary-unallowed-langs": "{{PLURAL:$2|This language is|These languages are}} not currently set as allowed translation target: $1. Modify the allowed languages in your wikis configuration, or remove these from the dictionary.", "livetranslate-dictionary-goto-edit": "Modify the translation memories.", "special-livetranslate": "Live translate", -- To view, visit https://gerrit.wikimedia.org/r/216081 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia448e10eec319dec0b1e3cc962e2a330c9d97cb0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LiveTranslate Gerrit-Branch: master Gerrit-Owner: Purodha <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
