Adding a quotation marks message to core.
authorkaldari <rkaldari@wikimedia.org>
Tue, 5 Nov 2013 23:06:47 +0000 (15:06 -0800)
committerkaldari <rkaldari@wikimedia.org>
Fri, 8 Nov 2013 22:36:17 +0000 (14:36 -0800)
Needed for...
https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1218

This could be implemented in MobileFrontend, but it seems generic
enough to be put in core.

Change-Id: Iebf628052ea14f0fb8b931d7c37a0501a24d3d45

languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 0c1b560..ef3e1b1 100644 (file)
@@ -4647,6 +4647,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 a8b66b2..77fc8aa 100644 (file)
@@ -9547,6 +9547,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 8676d74..b23155b 100644 (file)
@@ -457,6 +457,7 @@ $wgOptionalMessages = array(
        'percent',
        'parentheses',
        'brackets',
+       'quotation-marks',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',
index a4fc922..bb7f8b4 100644 (file)
@@ -3525,6 +3525,7 @@ $wgMessageStructure = array(
                'percent',
                'parentheses',
                'brackets',
+               'quotation-marks',
        ),
        'imgmulti' => array(
                'imgmultipageprev',