From: Jimmy Collins Date: Wed, 11 Oct 2006 21:50:57 +0000 (+0000) Subject: (bug 7548) Date format for Occitan localisation (occ) X-Git-Tag: 1.31.0-rc.0~55533 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=24c83df03c3c0334274745c791b7c60110a47271;p=lhc%2Fweb%2Fwiklou.git (bug 7548) Date format for Occitan localisation (occ) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 34a1ab4235..a13bf96bdd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == Languages updated == +* Occitan (oc) + == Compatibility == diff --git a/languages/messages/MessagesOc.php b/languages/messages/MessagesOc.php index 901072f98e..4f63cb4c5b 100644 --- a/languages/messages/MessagesOc.php +++ b/languages/messages/MessagesOc.php @@ -42,15 +42,15 @@ $linkTrail = "/^([a-zàâçéèêîôû]+)(.*)\$/sDu"; $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'M j, Y', - 'mdy both' => 'M j, Y à H:i', + 'mdy both' => 'M j, Y a H:i', 'dmy time' => 'H:i', 'dmy date' => 'j M Y', - 'dmy both' => 'j M Y à H:i', + 'dmy both' => 'j M Y a H:i', 'ymd time' => 'H:i', 'ymd date' => 'Y M j', - 'ymd both' => 'Y M j à H:i', + 'ymd both' => 'Y M j a H:i', );