jenkins-bot has submitted this change and it was merged. Change subject: Mention GRAMMAR support for interwikiintegration-setuptext ......................................................................
Mention GRAMMAR support for interwikiintegration-setuptext English doesn't implement any GRAMMAR, so this is only mentioned in the message documentation. The message was rephrased a bit. Thread: https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Interwikiintegration-setuptext/ksh Depends on: I0026eacd585e9a536e4aa6d55da223cfff8ff3b5 Change-Id: I71fca11ca1453c3c06edc290d1f73ae4cb0afc6a --- M i18n/en.json M i18n/qqq.json 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index cfb5999..1a6f755 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -11,7 +11,7 @@ "populateinterwikiwatchlisttable": "Populate interwiki watchlist table", "populateinterwikirecentchangestable": "Populate interwiki recent changes table", "populateinterwikipagetable": "Populate interwiki page table", - "interwikiintegration-setuptext": "$1's tables have been configured. Be sure to configure the tables on your other wikis as well.", + "interwikiintegration-setuptext": "Tables for $1 have been configured. Be sure to configure the tables on your other wikis as well.", "interwikiintegration-interwikiwatchlist-setuptext": "Interwiki watchlist tables have been populated.", "interwikiintegration-interwikirecentchanges-setuptext": "Interwiki recentchanges tables have been populated.", "interwikiintegration-interwikipage-setuptext": "Interwiki page tables have been populated.", diff --git a/i18n/qqq.json b/i18n/qqq.json index e12e7a0..b01685f 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -10,7 +10,7 @@ "populateinterwikiwatchlisttable": "Special page title, also used on Special:SpecialPages.", "populateinterwikirecentchangestable": "Special page title, also used on Special:SpecialPages.", "populateinterwikipagetable": "Special page title, also used on Special:SpecialPages.", - "interwikiintegration-setuptext": "Success message after setting up interwiki integration. Used on Special:PopulateInterwikiIntegrationTable. Parameters:\n* $1 is the site name", + "interwikiintegration-setuptext": "Success message after setting up interwiki integration. Used on Special:PopulateInterwikiIntegrationTable. Parameters:\n* $1 is the site name. Grammar is supported for this message.", "interwikiintegration-interwikiwatchlist-setuptext": "Success message after setting up interwiki watchlist. Used on Special:PopulateInterwikiWatchlistTable.", "interwikiintegration-interwikirecentchanges-setuptext": "Success message after setting up interwiki recent changes. Used on Special:PopulateInterwikiRecentChangesTable.", "interwikiintegration-interwikipage-setuptext": "Success message after creating the interwiki page table. Used on Special:PopulateInterwikiPageTable.", -- To view, visit https://gerrit.wikimedia.org/r/265734 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I71fca11ca1453c3c06edc290d1f73ae4cb0afc6a Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/extensions/InterwikiIntegration Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: IoannisKydonis <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
