From 2dc17a3e489d7ff5d0da32729d3d3f6b154f31e8 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Fri, 12 Aug 2022 11:09:05 +0300 Subject: [PATCH] Reorder messages for translator convenience Put discussiontools-findcomment-results-id and discussiontools-findcomment-results-name before discussiontools-findcomment-gotocomment, so that translators have clearer context. The qqq of the latter message referes to the first two, so they should be translated earlier. Change-Id: Ia58c43c85675b3e48c74622eee40f0bfd38cc951 --- i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index ac6139079..9d3c7fe9d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -35,12 +35,12 @@ "discussiontools-error-noswitchtove-table": "table syntax", "discussiontools-error-noswitchtove-template": "template syntax", "discussiontools-error-noswitchtove-title": "Visual mode disabled", - "discussiontools-findcomment-gotocomment": "If it only appears in the current revision of one page, you can [[Special:GoToComment/$1|go directly to the comment using this link]]. Otherwise it will redirect to these search results.", - "discussiontools-findcomment-label-idorname": "Comment ID or name", - "discussiontools-findcomment-label-search": "Search", - "discussiontools-findcomment-noresults": "No results.", "discussiontools-findcomment-results-id": "Comment with the given ID has appeared on the following {{PLURAL:$1|page|pages}}:", "discussiontools-findcomment-results-name": "Comment with the given name has appeared on the following {{PLURAL:$1|page|pages}}:", + "discussiontools-findcomment-label-idorname": "Comment ID or name", + "discussiontools-findcomment-gotocomment": "If it only appears in the current revision of one page, you can [[Special:GoToComment/$1|go directly to the comment using this link]]. Otherwise it will redirect to these search results.", + "discussiontools-findcomment-label-search": "Search", + "discussiontools-findcomment-noresults": "No results.", "discussiontools-findcomment-results-notcurrent": "(not in current revision)", "discussiontools-findcomment-results-transcluded": "(transcluded from another page)", "discussiontools-findcomment-title": "Find comment",