Ebe123 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172115

Change subject: Use MediaWiki message "quotation-marks" instead of 
"wminc-languagecode"
......................................................................

Use MediaWiki message "quotation-marks" instead of "wminc-languagecode"

Follow-up to Ibcf1ddc920e3ca6a9219de816860c3ffc1fa2e57 .

Change-Id: I79120fc7695cc2e33ef8988fc6d0470932ea051f
---
M InfoPage.php
M i18n/en.json
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaIncubator 
refs/changes/15/172115/1

diff --git a/InfoPage.php b/InfoPage.php
index 41a59c8..b6e345d 100644
--- a/InfoPage.php
+++ b/InfoPage.php
@@ -41,7 +41,7 @@
                $name = Language::fetchLanguageName( $this->mLangCode, 
$wgLang->getCode(), 'all' );
                $this->mLangName = $name ? $name :
                        Language::fetchLanguageName( $this->mLangCode, 'en', 
'all' );
-               $titleParam = $this->mLangName ? $this->mLangName : wfMessage( 
'wminc-languagecode', $this->mLangCode )->text(); # Name, else code
+               $titleParam = $this->mLangName ? $this->mLangName : wfMessage( 
'quotation-marks', $this->mLangCode )->text(); # Name, else code
                # Give grep a chance to find the usages:
                # wminc-infopage-title-p, wminc-infopage-title-b, 
wminc-infopage-title-t, wminc-infopage-title-q,
                # wminc-infopage-title-n, wminc-infopage-title-s, 
wminc-infopage-title-v, wminc-infopage-title-y
diff --git a/i18n/en.json b/i18n/en.json
index 90108ba..124f2bd 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -74,7 +74,6 @@
        "wminc-fs-startwiki-exists-text": "The prefix of your wiki is $1. The 
Main Page is at $2. You can now collaborate with other speakers of this 
language to build a community!\nIf you want to create a page, just type in the 
name in the search box above, and follow the link you will see.",
        "wminc-infopage-enter": "go to the Main Page",
        "wminc-unknownlang": "(unknown language code)",
-       "wminc-languagecode": "\"$1\"",
        "wminc-manual-url": "Help:Manual",
        "wminc-infopage-title-p": "Wikipedia $1",
        "wminc-infopage-title-b": "Wikibooks $1",

-- 
To view, visit https://gerrit.wikimedia.org/r/172115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79120fc7695cc2e33ef8988fc6d0470932ea051f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaIncubator
Gerrit-Branch: master
Gerrit-Owner: Ebe123 <beauleetien...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to