From: raymond Date: Thu, 27 Jun 2013 07:37:36 +0000 (+0200) Subject: Ignore now empty message for translation X-Git-Tag: 1.31.0-rc.0~19273^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=397df4eaec6ad1792d0944834cb1b6b17d5666c0;p=lhc%2Fweb%2Fwiklou.git Ignore now empty message for translation Followup to I2622b35e712120dc171ea44a887d6b42286f2a06 Change-Id: I235fe77381e2ef2c763de33b59373649b3b8a50b --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8629a4f14a..0e8e75a021 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4599,7 +4599,7 @@ Please confirm that you really want to recreate this page.", 'semicolon-separator' => '; ', # only translate this message to other languages if you have to change it 'comma-separator' => ', ', # only translate this message to other languages if you have to change it 'colon-separator' => ': ', # 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' => ' | ', # only translate this message to other languages if you have to change it 'word-separator' => ' ', # 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 diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 0ec22e0017..8c6b3a45cc 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -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',