r84449 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84448‎ | r84449 | r84450 >
Date:14:56, 21 March 2011
Author:catrope
Status:ok
Tags:
Comment:
Add warnings about how the math options must all be different; two of these being translated the same in Gujarati caused bug 28152
Modified paths:
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -3033,12 +3033,12 @@
30343034 'skinname-modern' => '{{optional}}',
30353035
30363036 # Math options
3037 -'mw_math_png' => 'In user preferences.',
3038 -'mw_math_simple' => 'In [[Special:Preferences|user preferences]].',
3039 -'mw_math_html' => 'In user preferences.',
3040 -'mw_math_source' => 'In user preferences (math)',
3041 -'mw_math_modern' => 'In user preferences (math)',
3042 -'mw_math_mathml' => 'In user preferences.',
 3037+'mw_math_png' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!',
 3038+'mw_math_simple' => 'In [[Special:Preferences|user preferences]]. All mw_math_* messages MUST be different, things will break otherwise!',
 3039+'mw_math_html' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!',
 3040+'mw_math_source' => 'In user preferences (math). All mw_math_* messages MUST be different, things will break otherwise!',
 3041+'mw_math_modern' => 'In user preferences (math). All mw_math_* messages MUST be different, things will break otherwise!',
 3042+'mw_math_mathml' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!',
30433043
30443044 # Math errors
30453045 'math_syntax_error' => '{{Identical|Syntax error}}',

Follow-up revisions

RevisionCommit summaryAuthorDate
r85131Translate: check for bug 28152 (Special:Preferences explode if some messages ...maxsem16:07, 1 April 2011

Status & tagging log