2016-05-31 04:00:48 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
2019-05-08 19:45:02 +00:00
|
|
|
<!-- Copyright © 1991-2019 Unicode, Inc.
|
2016-05-31 04:00:48 +00:00
|
|
|
For terms of use, see http://www.unicode.org/copyright.html
|
2018-06-15 06:28:34 +00:00
|
|
|
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
|
|
|
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
|
2016-05-31 04:00:48 +00:00
|
|
|
-->
|
|
|
|
<ldml>
|
|
|
|
<identity>
|
2019-05-08 19:45:02 +00:00
|
|
|
<version number="$Revision: 14769 $"/>
|
2016-05-31 04:00:48 +00:00
|
|
|
<language type="en"/>
|
|
|
|
<territory type="GG"/>
|
|
|
|
</identity>
|
|
|
|
<dates>
|
|
|
|
<calendars>
|
|
|
|
<calendar type="gregorian">
|
|
|
|
<timeFormats>
|
|
|
|
<timeFormatLength type="full">
|
|
|
|
<timeFormat>
|
|
|
|
<pattern>HH:mm:ss zzzz</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>
|
|
|
|
</calendar>
|
|
|
|
</calendars>
|
|
|
|
</dates>
|
|
|
|
<numbers>
|
|
|
|
<currencies>
|
|
|
|
<currency type="GBP">
|
|
|
|
<displayName>UK Pound</displayName>
|
|
|
|
<displayName count="one">UK pound</displayName>
|
|
|
|
<displayName count="other">UK pounds</displayName>
|
|
|
|
</currency>
|
|
|
|
</currencies>
|
|
|
|
</numbers>
|
|
|
|
</ldml>
|