1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2018 Unicode, Inc.
   4 For terms of use, see http://www.unicode.org/copyright.html
   5 Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
   6 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   7 -->
   8 <ldml>
   9         <identity>
  10                 <version number="$Revision: 13869 $"/>
  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                                                 </timeFormat>
  22                                         </timeFormatLength>
  23                                         <timeFormatLength type="long">
  24                                                 <timeFormat>
  25                                                         <pattern>HH:mm:ss z</pattern>
  26                                                 </timeFormat>
  27                                         </timeFormatLength>
  28                                         <timeFormatLength type="medium">
  29                                                 <timeFormat>
  30                                                         <pattern>HH:mm:ss</pattern>
  31                                                 </timeFormat>
  32                                         </timeFormatLength>
  33                                         <timeFormatLength type="short">
  34                                                 <timeFormat>
  35                                                         <pattern>HH:mm</pattern>
  36                                                 </timeFormat>
  37                                         </timeFormatLength>
  38                                 </timeFormats>
  39                         </calendar>
  40                 </calendars>
  41                 <timeZoneNames>
  42                         <metazone type="Europe_Central">
  43                                 <short>
  44                                         <generic>CET</generic>
  45                                         <standard>CET</standard>
  46                                         <daylight>CEST</daylight>
  47                                 </short>
  48                         </metazone>
  49                         <metazone type="Europe_Eastern">
  50                                 <short>
  51                                         <generic>EET</generic>
  52                                         <standard>EET</standard>
  53                                         <daylight>EEST</daylight>
  54                                 </short>
  55                         </metazone>
  56                         <metazone type="Europe_Western">
  57                                 <short>
  58                                         <generic>WET</generic>
  59                                         <standard>WET</standard>
  60                                         <daylight>WEST</daylight>
  61                                 </short>
  62                         </metazone>
  63                 </timeZoneNames>
  64         </dates>
  65         <numbers>
  66                 <symbols numberSystem="latn">
  67                         <decimal>,</decimal>
  68                         <group>.</group>
  69                 </symbols>
  70                 <currencyFormats numberSystem="latn">
  71                         <currencyFormatLength>
  72                                 <currencyFormat type="standard">
  73                                         <pattern>#,##0.00 ¤</pattern>
  74                                 </currencyFormat>
  75                                 <currencyFormat type="accounting">
  76                                         <pattern>#,##0.00 ¤</pattern>
  77                                 </currencyFormat>
  78                         </currencyFormatLength>
  79                 </currencyFormats>
  80                 <currencies>
  81                         <currency type="EUR">
  82                                 <pattern>¤#,##0.00</pattern>
  83                         </currency>
  84                 </currencies>
  85         </numbers>
  86 </ldml>