mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4b1027d961
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92492 467b73ca-7a2a-4603-9d3b-597d59a354a9
77 lines
2.0 KiB
XML
77 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.6/ldml.dtd">
|
|
<ldml>
|
|
<identity>
|
|
<version number="$Revision: 1.19 $"/>
|
|
<generation date="$Date: 2008/06/15 08:09:45 $"/>
|
|
<language type="af"/>
|
|
<territory type="NA"/>
|
|
</identity>
|
|
<dates>
|
|
<calendars>
|
|
<calendar type="gregorian">
|
|
<dateFormats>
|
|
<dateFormatLength type="full">
|
|
<dateFormat>
|
|
<pattern>EEEE d MMMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength>
|
|
<dateFormatLength type="long">
|
|
<dateFormat>
|
|
<pattern>d MMMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength>
|
|
<dateFormatLength type="medium">
|
|
<dateFormat>
|
|
<pattern>d MMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength>
|
|
<dateFormatLength type="short">
|
|
<dateFormat>
|
|
<pattern>yyyy-MM-dd</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength>
|
|
</dateFormats>
|
|
<timeFormats>
|
|
<timeFormatLength type="full">
|
|
<timeFormat>
|
|
<pattern>HH:mm:ss v</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength>
|
|
<timeFormatLength type="long">
|
|
<timeFormat>
|
|
<pattern>HH:mm:ss z</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength>
|
|
<timeFormatLength type="medium">
|
|
<timeFormat>
|
|
<pattern>HH:mm:ss</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength>
|
|
<timeFormatLength type="short">
|
|
<timeFormat>
|
|
<pattern>HH:mm</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength>
|
|
</timeFormats>
|
|
<dateTimeFormats>
|
|
<availableFormats>
|
|
<dateFormatItem id="MMdd">MM-dd</dateFormatItem>
|
|
<dateFormatItem id="yyyyMM">yyyy-MM</dateFormatItem>
|
|
</availableFormats>
|
|
</dateTimeFormats>
|
|
</calendar>
|
|
</calendars>
|
|
</dates>
|
|
<numbers>
|
|
<currencyFormats>
|
|
<currencyFormatLength>
|
|
<currencyFormat>
|
|
<pattern>¤ #,##0.00</pattern>
|
|
</currencyFormat>
|
|
</currencyFormatLength>
|
|
</currencyFormats>
|
|
</numbers>
|
|
</ldml>
|
|
|