1c238d43e8
Reviewed-by: joehw, jlu
74 lines
2.0 KiB
XML
74 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||
<!-- Copyright © 1991-2024 Unicode, Inc.
|
||
For terms of use, see http://www.unicode.org/copyright.html
|
||
SPDX-License-Identifier: Unicode-3.0
|
||
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
|
||
-->
|
||
<ldml>
|
||
<identity>
|
||
<version number="$Revision$"/>
|
||
<language type="en"/>
|
||
<territory type="SE"/>
|
||
</identity>
|
||
<characters>
|
||
<exemplarCharacters type="numbers">[ \- ‑ , % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
|
||
</characters>
|
||
<dates>
|
||
<calendars>
|
||
<calendar type="generic">
|
||
<dateFormats>
|
||
<dateFormatLength type="short">
|
||
<dateFormat>
|
||
<pattern>G y-MM-dd</pattern>
|
||
<datetimeSkeleton>GyMMdd</datetimeSkeleton>
|
||
</dateFormat>
|
||
</dateFormatLength>
|
||
</dateFormats>
|
||
<dateTimeFormats>
|
||
<availableFormats>
|
||
<dateFormatItem id="yyyyM">y-MM G</dateFormatItem>
|
||
<dateFormatItem id="yyyyMd">y-MM-dd G</dateFormatItem>
|
||
<dateFormatItem id="yyyyMEd">E y-MM-dd G</dateFormatItem>
|
||
</availableFormats>
|
||
</dateTimeFormats>
|
||
</calendar>
|
||
<calendar type="gregorian">
|
||
<dateFormats>
|
||
<dateFormatLength type="short">
|
||
<dateFormat>
|
||
<pattern>y-MM-dd</pattern>
|
||
</dateFormat>
|
||
</dateFormatLength>
|
||
</dateFormats>
|
||
<dateTimeFormats>
|
||
<availableFormats>
|
||
<dateFormatItem id="yM">y-MM</dateFormatItem>
|
||
<dateFormatItem id="yMd">y-MM-dd</dateFormatItem>
|
||
<dateFormatItem id="yMEd">E, y-MM-dd</dateFormatItem>
|
||
</availableFormats>
|
||
</dateTimeFormats>
|
||
</calendar>
|
||
</calendars>
|
||
</dates>
|
||
<numbers>
|
||
<symbols numberSystem="latn">
|
||
<decimal>,</decimal>
|
||
<group> </group>
|
||
<exponential>×10^</exponential>
|
||
</symbols>
|
||
<percentFormats numberSystem="latn">
|
||
<percentFormatLength>
|
||
<percentFormat>
|
||
<pattern>#,##0 %</pattern>
|
||
</percentFormat>
|
||
</percentFormatLength>
|
||
</percentFormats>
|
||
<currencies>
|
||
<currency type="SEK">
|
||
<symbol>kr</symbol>
|
||
</currency>
|
||
</currencies>
|
||
</numbers>
|
||
</ldml>
|