Make 'quotation-marks' message non-optional
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 11 Nov 2013 21:45:01 +0000 (22:45 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 11 Nov 2013 21:45:01 +0000 (22:45 +0100)
Followup to Iebf62805.

Change-Id: I9282c787cd35b2cc531418f84a47bab4c06121ed

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

index ef3e1b1..99dd4d5 100644 (file)
@@ -4647,7 +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
+'quotation-marks'     => '"$1"',
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index 77fc8aa..b979416 100644 (file)
@@ -9547,7 +9547,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 b23155b..8676d74 100644 (file)
@@ -457,7 +457,6 @@ $wgOptionalMessages = array(
        'percent',
        'parentheses',
        'brackets',
-       'quotation-marks',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',