1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2024 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5SPDX-License-Identifier: Unicode-3.0 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="en"/> 12 <territory type="150"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="gregorian"> 17 <timeFormats> 18 <timeFormatLength type="full"> 19 <timeFormat> 20 <pattern>HH:mm:ss zzzz</pattern> 21 <datetimeSkeleton>HHmmsszzzz</datetimeSkeleton> 22 </timeFormat> 23 </timeFormatLength> 24 <timeFormatLength type="long"> 25 <timeFormat> 26 <pattern>HH:mm:ss z</pattern> 27 <datetimeSkeleton>HHmmssz</datetimeSkeleton> 28 </timeFormat> 29 </timeFormatLength> 30 <timeFormatLength type="medium"> 31 <timeFormat> 32 <pattern>HH:mm:ss</pattern> 33 <datetimeSkeleton>HHmmss</datetimeSkeleton> 34 </timeFormat> 35 </timeFormatLength> 36 <timeFormatLength type="short"> 37 <timeFormat> 38 <pattern>HH:mm</pattern> 39 <datetimeSkeleton>HHmm</datetimeSkeleton> 40 </timeFormat> 41 </timeFormatLength> 42 </timeFormats> 43 </calendar> 44 </calendars> 45 <timeZoneNames> 46 <metazone type="Europe_Central"> 47 <short> 48 <generic>CET</generic> 49 <standard>CET</standard> 50 <daylight>CEST</daylight> 51 </short> 52 </metazone> 53 <metazone type="Europe_Eastern"> 54 <short> 55 <generic>EET</generic> 56 <standard>EET</standard> 57 <daylight>EEST</daylight> 58 </short> 59 </metazone> 60 <metazone type="Europe_Western"> 61 <short> 62 <generic>WET</generic> 63 <standard>WET</standard> 64 <daylight>WEST</daylight> 65 </short> 66 </metazone> 67 </timeZoneNames> 68 </dates> 69 <numbers> 70 <currencyFormats numberSystem="latn"> 71 <currencyFormatLength> 72 <currencyFormat type="standard"> 73 <pattern>#,##0.00 ¤</pattern> 74 <pattern alt="noCurrency" draft="provisional">↑↑↑</pattern> 75 </currencyFormat> 76 <currencyFormat type="accounting"> 77 <pattern>#,##0.00 ¤</pattern> 78 <pattern alt="noCurrency" draft="provisional">#,##0.00</pattern> 79 </currencyFormat> 80 </currencyFormatLength> 81 </currencyFormats> 82 <currencies> 83 <currency type="EUR"> 84 <pattern>¤#,##0.00</pattern> 85 </currency> 86 </currencies> 87 </numbers> 88</ldml> 89