'pipe-separator' from optional to ignored
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 21 May 2009 17:32:45 +0000 (17:32 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 21 May 2009 17:32:45 +0000 (17:32 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesWo.php
maintenance/language/messageTypes.inc

index 32913cf..7bb7757 100644 (file)
@@ -3656,7 +3656,7 @@ Please confirm that you really want to recreate this page.",
 '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'  => '-&#32;', # only translate this message to other languages if you have to change it
-'pipe-separator'      => '&#32;|&#32;', # only translate this message to other languages if you have to change it
+'pipe-separator'      => '&#32;|&#32;', # do not translate or duplicate this message to other languages
 '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
 'percent'             => '$1%', # only translate this message to other languages if you have to change it
index 45a59c8..aaaa0fb 100644 (file)
@@ -1998,8 +1998,6 @@ Manoo tudewaat aw xët ci wenn tur wi.',
 : ''$2''
 Dëgëlël ni bëgg ngaa sakkaat xët wii.",
 
-# Separators for various lists, etc.
-
 # Auto-summaries
 'autoredircomment' => 'Jubluwaat fii [[$1]]',
 'autosumm-new'     => 'Xët wu bees : $1',
index 8d516a1..8e26488 100644 (file)
@@ -154,6 +154,7 @@ $wgIgnoredMessages = array(
        'upload-summary',
        'newuserlogentry',
        'wantedtemplates-summary',
+       'pipe-separator',
 );
 
 /** Optional messages, which may be translated only if changed in the target language. */
@@ -325,7 +326,6 @@ $wgOptionalMessages = array(
        'semicolon-separator',
        'comma-separator',
        'colon-separator',
-       'pipe-separator',
        'word-separator',
        'ellipsis',
        'percent',