From: Siebrand Mazeland Date: Wed, 1 Jul 2009 06:23:30 +0000 (+0000) Subject: (bug 19441) Updated date formatting for Lithuanian X-Git-Tag: 1.31.0-rc.0~41153 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=7589af2a50afc895f96918e7d57144ff26d41a9f;p=lhc%2Fweb%2Fwiklou.git (bug 19441) Updated date formatting for Lithuanian --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 95770e570d..979a488c0e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -277,6 +277,7 @@ changes to languages because of MediaZilla reports. * (bug 18308) Updated date formatting in Occitan (oc) * (bug 19080) Added ăâîşţșțĂÂÎŞŢȘȚ to Romanion (ro) linktrail * (bug 19286) Correct commafying function in Polish (pl) +* (bug 19441) Updated date formatting for Lithuanian == Compatibility == diff --git a/languages/messages/MessagesLt.php b/languages/messages/MessagesLt.php index e806c24f69..ab575ab356 100644 --- a/languages/messages/MessagesLt.php +++ b/languages/messages/MessagesLt.php @@ -158,17 +158,9 @@ $fallback8bitEncoding = 'windows-1257'; $separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' ); $dateFormats = array( - 'mdy time' => 'H:i', - 'mdy date' => 'F j, Y', - 'mdy both' => 'H:i, F j, Y', - - 'dmy time' => 'H:i', - 'dmy date' => 'Y F j', - 'dmy both' => 'H:i, Y F j', - 'ymd time' => 'H:i', - 'ymd date' => 'Y F j', - 'ymd both' => 'Y F j, H:i', + 'ymd date' => 'Y "m." F j "d."', + 'ymd both' => 'Y "m." F j "d.", H:i', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd',