Ignore now empty message for translation
authorraymond <raimond.spekking@gmail.com>
Thu, 27 Jun 2013 07:37:36 +0000 (09:37 +0200)
committerNemo bis <federicoleva@tiscali.it>
Thu, 4 Jul 2013 10:21:53 +0000 (10:21 +0000)
Followup to I2622b35e712120dc171ea44a887d6b42286f2a06

Change-Id: I235fe77381e2ef2c763de33b59373649b3b8a50b

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

index 8629a4f..0e8e75a 100644 (file)
@@ -4599,7 +4599,7 @@ Please confirm that you really want to recreate this page.",
 'semicolon-separator' => ';&#32;', # only translate this message to other languages if you have to change it
 'comma-separator'     => ',&#32;', # only translate this message to other languages if you have to change it
 'colon-separator'     => ':&#32;', # only translate this message to other languages if you have to change it
-'autocomment-prefix'  => '', # only translate this message to other languages if you have to change it
+'autocomment-prefix'  => '', # do not translate or duplicate this message to other languages
 'pipe-separator'      => '&#32;|&#32;', # only translate this message to other languages if you have to change it
 'word-separator'      => '&#32;', # only translate this message to other languages if you have to change it
 'ellipsis'            => '...', # only translate this message to other languages if you have to change it
index 0ec22e0..8c6b3a4 100644 (file)
@@ -258,6 +258,7 @@ $wgIgnoredMessages = array(
        'today-at',
        'redirect-text',
        'edithelppage',
+       'autocomment-prefix',
 );
 
 /** Optional messages, which may be translated only if changed in the target language. */
@@ -454,7 +455,6 @@ $wgOptionalMessages = array(
        'percent',
        'parentheses',
        'brackets',
-       'autocomment-prefix',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',