cldr
Version:
Library for extracting data from CLDR (the Unicode Common Locale Data Repository)
34 lines (33 loc) • 941 B
text/xml
<!-- 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="KY"/>
</identity>
<numbers>
<currencies>
<currency type="KYD">
<symbol>$</symbol>
</currency>
</currencies>
</numbers>
<units>
<unitLength type="narrow">
<unit type="temperature-celsius">
<unitPattern count="one">{0}°C</unitPattern>
<unitPattern count="other">{0}°C</unitPattern>
</unit>
<unit type="temperature-fahrenheit">
<unitPattern count="one">{0}°</unitPattern>
<unitPattern count="other">{0}°</unitPattern>
</unit>
</unitLength>
</units>
</ldml>