Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/87562
Change subject: Quote the alleged "edit" message directly in livetranslate-dictionary-* ...................................................................... Quote the alleged "edit" message directly in livetranslate-dictionary-* No "edit" can be found anywhere, but it's most likely this livetranslate-dictionary-goto-edit just two lines below. <https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Livetranslate-dictionary-empty> Change-Id: Ibfbfaf7e272d594295ef0856f74dc94c7ab47bfd --- M LiveTranslate.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiveTranslate refs/changes/62/87562/1 diff --git a/LiveTranslate.i18n.php b/LiveTranslate.i18n.php index 5504eee..f0697c0 100644 --- a/LiveTranslate.i18n.php +++ b/LiveTranslate.i18n.php @@ -35,8 +35,8 @@ 'livetranslate-dictionary-error' => 'Could not obtain the live translate dictionary. No words will be treated as special during the translation process.', // Special words dictionary - '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:livetranslate-dictionary-goto-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:livetranslate-dictionary-goto-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.', -- To view, visit https://gerrit.wikimedia.org/r/87562 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibfbfaf7e272d594295ef0856f74dc94c7ab47bfd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LiveTranslate Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
