Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/203866
Change subject: Require less clicks in privacy link, point to Meta ...................................................................... Require less clicks in privacy link, point to Meta The privacy policy is translated on Meta-Wiki and foundationwiki itself actually points to Meta-Wiki for all translations, see https://wikimediafoundation.org/?oldid=98020 . Reduce clicks needed to reach the same target. Change-Id: I057f162bf9a3fcd31cd07463caab84855ad080da --- M i18n/wikimediaoverrides/en.json M i18n/wikimediaoverrides/qqq.json 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages refs/changes/66/203866/1 diff --git a/i18n/wikimediaoverrides/en.json b/i18n/wikimediaoverrides/en.json index 9fe6c2b..855a2f6 100644 --- a/i18n/wikimediaoverrides/en.json +++ b/i18n/wikimediaoverrides/en.json @@ -2,5 +2,5 @@ "wikimedia-createacct-helpusername": "[[{{MediaWiki:createacct-helpusername-url}}|(help me choose)]]", "wikimedia-createacct-imgcaptcha-help": "Can't see the image? [[{{MediaWiki:createacct-captcha-help-url}}|Request an account]]", "wikimedia-sidebar": "* navigation\n** mainpage|mainpage-description\n** portal-url|portal\n** currentevents-url|currentevents\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n** sitesupport-url|sitesupport", - "wikimedia-privacypage": "wmf:Special:MyLanguage/Privacy_policy/en" + "wikimedia-privacypage": "m:Special:MyLanguage/Privacy_policy" } diff --git a/i18n/wikimediaoverrides/qqq.json b/i18n/wikimediaoverrides/qqq.json index e8c275a..df73bcb 100644 --- a/i18n/wikimediaoverrides/qqq.json +++ b/i18n/wikimediaoverrides/qqq.json @@ -7,5 +7,5 @@ "wikimedia-createacct-helpusername": "Message in new create account form providing guidance for username.", "wikimedia-createacct-imgcaptcha-help": "Help text in vertical-layout create account form for image CAPTCHA input field when repositioned by JavaScript.", "wikimedia-sidebar": "{{notranslate}}", - "wikimedia-privacypage": "{{notranslate}} Default Wikimedia projects link to privacy policy. Can be translated to the specific subpage for your language, with wmf: or m: prefix." + "wikimedia-privacypage": "{{notranslate}} Default Wikimedia projects link to privacy policy. Can be translated to the specific subpage for your language, like \"m:Privacy_policy/eo\" if you're translating to \"eo\"." } -- To view, visit https://gerrit.wikimedia.org/r/203866 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I057f162bf9a3fcd31cd07463caab84855ad080da Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikimediaMessages Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
