r73647 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73646‎ | r73647 | r73648 >
Date:22:25, 23 September 2010
Author:foxtrott
Status:deferred
Tags:
Comment:
Follow-up r73560: Removed french long date format, included more verbose description

The french long date format is not needed, as it is identical to the default english long date format.
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php
@@ -27,8 +27,8 @@
2828 'semanticformsinputs-close' => '{{Identical|Close}}',
2929 'semanticformsinputs-prev' => '{{Identical|Previous}}',
3030 'semanticformsinputs-next' => '{{Identical|Next}}',
31 - 'semanticformsinputs-dateformatlong' => 'See http://docs.jquery.com/UI/Datepicker/formatDate',
32 - 'semanticformsinputs-dateformatshort' => 'See http://docs.jquery.com/UI/Datepicker/formatDate',
 31+ 'semanticformsinputs-dateformatlong' => 'This is a machine-readable date format string! It is used by a function to format a date. It will not be read by a human user. Do not translate each letter literally! Instead insert the date format for your language using the english-based letters. See http://docs.jquery.com/UI/Datepicker/formatDate',
 32+ 'semanticformsinputs-dateformatshort' => 'This is a machine-readable date format string! It is used by a function to format a date. It will not be read by a human user. Do not translate each letter literally! Instead insert the date format for your language using the english-based letters. See http://docs.jquery.com/UI/Datepicker/formatDate',
3333 );
3434
3535 /** Afrikaans (Afrikaans)
@@ -125,7 +125,6 @@
126126 'semanticformsinputs-prev' => 'Précédent',
127127 'semanticformsinputs-next' => 'Suivant',
128128 'semanticformsinputs-today' => "Aujourd'hui",
129 - 'semanticformsinputs-dateformatlong' => 'd MM yy',
130129 'semanticformsinputs-dateformatshort' => 'dd / mm / yy',
131130 'semanticformsinputs-firstdayofweek' => '0',
132131 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73560Corrected french long date format.foxtrott19:00, 22 September 2010

Status & tagging log