Update date formats for Indonedian (id). Requested by Ivan Lanin.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 27 Apr 2011 09:46:37 +0000 (09:46 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 27 Apr 2011 09:46:37 +0000 (09:46 +0000)
Discussed at https://translatewiki.net/wiki/Thread:Support/Time_format

RELEASE-NOTES
languages/messages/MessagesId.php

index a06fcba..31bb386 100644 (file)
@@ -385,6 +385,7 @@ changes to languages because of Bugzilla reports.
 * (bug 28040) Turkish: properly lower case 'I' to 'ı' (dotless i) and
   uppercase 'i' to 'İ' (dotted i).
 * Conversion script between Syllabics and Latin for the Inuktitut language.
+* Data formats for Indonedian (id) updated.
 
 == Compatibility ==
 
index e0f5544..2e70cf8 100644 (file)
@@ -299,6 +299,20 @@ $specialPageAliases = array(
        'ComparePages'              => array( 'Bandingkan_halaman', 'BandingkanHalaman' ),
 );
 
+$dateFormats = array(
+       'mdy time' => 'H.i',
+       'mdy date' => 'F j, Y',
+       'mdy both' => 'H.i, F j, Y',
+
+       'dmy time' => 'H.i',
+       'dmy date' => 'j F Y',
+       'dmy both' => 'j F Y H.i',
+
+       'ymd time' => 'H.i',
+       'ymd date' => 'Y F j',
+       'ymd both' => 'Y F j H.i',
+);
+
 $messages = array(
 # User preference toggles
 'tog-underline'               => 'Garis bawahi pranala:',