From: Siebrand Mazeland Date: Wed, 27 Apr 2011 09:46:37 +0000 (+0000) Subject: Update date formats for Indonedian (id). Requested by Ivan Lanin. X-Git-Tag: 1.31.0-rc.0~30539 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=9e2dd2165d58ac05fa907a298ad4d96a3a015da3;p=lhc%2Fweb%2Fwiklou.git Update date formats for Indonedian (id). Requested by Ivan Lanin. Discussed at https://translatewiki.net/wiki/Thread:Support/Time_format --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a06fcba7bd..31bb386002 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/languages/messages/MessagesId.php b/languages/messages/MessagesId.php index e0f5544350..2e70cf8d71 100644 --- a/languages/messages/MessagesId.php +++ b/languages/messages/MessagesId.php @@ -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:',