From: Siebrand Mazeland Date: Thu, 21 May 2009 17:32:45 +0000 (+0000) Subject: 'pipe-separator' from optional to ignored X-Git-Tag: 1.31.0-rc.0~41713 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=72344fcd531ad5e80764130366e7a9964356f525;p=lhc%2Fweb%2Fwiklou.git 'pipe-separator' from optional to ignored --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 32913cf8c1..7bb7757567 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3656,7 +3656,7 @@ Please confirm that you really want to recreate this page.", '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 -'pipe-separator' => ' | ', # only translate this message to other languages if you have to change it +'pipe-separator' => ' | ', # do not translate or duplicate this message to other languages '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 'percent' => '$1%', # only translate this message to other languages if you have to change it diff --git a/languages/messages/MessagesWo.php b/languages/messages/MessagesWo.php index 45a59c8900..aaaa0fb6fb 100644 --- a/languages/messages/MessagesWo.php +++ b/languages/messages/MessagesWo.php @@ -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', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 8d516a1692..8e264880c3 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -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',