r71561 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71560‎ | r71561 | r71562 >
Date:14:49, 24 August 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed 'today' and 'clear' messages entirely - apparently, they're never used
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php
@@ -7,19 +7,13 @@
88
99 $messages['en'] = array(
1010 'semanticformsinputs-desc' => 'Additional input types for [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms].',
11 - 'today' => 'Today:', // @todo FIXME: Change to key 'semanticformsinputs-today'
12 - 'clear' => 'Clear', // @todo FIXME: Change to key 'semanticformsinputs-clear'
1311 'semanticformsinputs-wrongformat' => 'Wrong format!'
1412 );
1513
1614 $messages['de'] = array(
17 - 'today' => 'Heute:',
18 - 'clear' => 'Löschen',
1915 'semanticformsinputs-wrongformat' => 'Falsches Format!'
2016 );
2117
2218 $messages['fr'] = array(
23 - 'today' => 'Aujourd\'hui:',
24 - 'clear' => 'Supprimer',
2519 'semanticformsinputs-wrongformat' => 'Format erroné!'
2620 );

Status & tagging log