r87004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87003‎ | r87004 | r87005 >
Date:09:46, 27 April 2011
Author:siebrand
Status:ok
Tags:
Comment:
Update date formats for Indonedian (id). Requested by Ivan Lanin.

Discussed at https://translatewiki.net/wiki/Thread:Support/Time_format
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesId.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesId.php
@@ -299,6 +299,20 @@
300300 'ComparePages' => array( 'Bandingkan_halaman', 'BandingkanHalaman' ),
301301 );
302302
 303+$dateFormats = array(
 304+ 'mdy time' => 'H.i',
 305+ 'mdy date' => 'F j, Y',
 306+ 'mdy both' => 'H.i, F j, Y',
 307+
 308+ 'dmy time' => 'H.i',
 309+ 'dmy date' => 'j F Y',
 310+ 'dmy both' => 'j F Y H.i',
 311+
 312+ 'ymd time' => 'H.i',
 313+ 'ymd date' => 'Y F j',
 314+ 'ymd both' => 'Y F j H.i',
 315+);
 316+
303317 $messages = array(
304318 # User preference toggles
305319 'tog-underline' => 'Garis bawahi pranala:',
Index: trunk/phase3/RELEASE-NOTES
@@ -385,6 +385,7 @@
386386 * (bug 28040) Turkish: properly lower case 'I' to 'ı' (dotless i) and
387387 uppercase 'i' to 'İ' (dotted i).
388388 * Conversion script between Syllabics and Latin for the Inuktitut language.
 389+* Data formats for Indonedian (id) updated.
389390
390391 == Compatibility ==
391392

Status & tagging log