Merge "Make 'quotation-marks' message non-optional"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 12 Nov 2013 14:39:34 +0000 (14:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 12 Nov 2013 14:39:34 +0000 (14:39 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messageTypes.inc

index 4931944..1cc20b9 100644 (file)
@@ -4652,7 +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
+'quotation-marks'     => '"$1"',
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index b42e5af..f6e2f6d 100644 (file)
@@ -9559,7 +9559,9 @@ Most languages use a space, but some Asian languages, such as Thai and Chinese,
 'percent' => '{{optional}}',
 'parentheses' => '{{optional}}',
 'brackets' => '{{Optional}}',
-'quotation-marks' => '{{optional}}',
+'quotation-marks' => 'Quotation marks, for citing, sometimes titles etc., depending on the language.
+
+See: https://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks',
 
 # Multipage image navigation
 'imgmultipageprev' => '{{Identical|Previous page}}',
index 4e9ce40..267666d 100644 (file)
@@ -456,7 +456,6 @@ $wgOptionalMessages = array(
        'percent',
        'parentheses',
        'brackets',
-       'quotation-marks',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',