Merge "Adding a quotation marks message to core."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 11 Nov 2013 21:44:51 +0000 (21:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 11 Nov 2013 21:44:51 +0000 (21:44 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 2baccf5..be2b51e 100644 (file)
@@ -4652,6 +4652,7 @@ Please confirm that you really want to recreate this page.",
 'percent'             => '$1%', # only translate this message to other languages if you have to change it
 'parentheses'         => '($1)', # only translate this message to other languages if you have to change it
 'brackets'            => '[$1]', # only translate this message to other languages if you have to change it
+'quotation-marks'     => '"$1"', # only translate this message to other languages if you have to change it
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index ab2a454..c093e67 100644 (file)
@@ -9559,6 +9559,7 @@ Most languages use a space, but some Asian languages, such as Thai and Chinese,
 'percent' => '{{optional}}',
 'parentheses' => '{{optional}}',
 'brackets' => '{{Optional}}',
+'quotation-marks' => '{{optional}}',
 
 # Multipage image navigation
 'imgmultipageprev' => '{{Identical|Previous page}}',
index 267666d..4e9ce40 100644 (file)
@@ -456,6 +456,7 @@ $wgOptionalMessages = array(
        'percent',
        'parentheses',
        'brackets',
+       'quotation-marks',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',
index 8b981ff..05ef7dc 100644 (file)
@@ -3519,6 +3519,7 @@ $wgMessageStructure = array(
                'percent',
                'parentheses',
                'brackets',
+               'quotation-marks',
        ),
        'imgmulti' => array(
                'imgmultipageprev',