1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2015 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <identity>
   9                 <version number="$Revision: 11914 $"/>
  10                 <language type="de"/>
  11                 <territory type="LI"/>
  12         </identity>
  13         <dates>
  14                 <calendars>
  15                         <calendar type="gregorian">
  16                                 <dayPeriods>
  17                                         <dayPeriodContext type="stand-alone">
  18                                                 <dayPeriodWidth type="narrow">
  19                                                         <dayPeriod type="am" draft="contributed">vm.</dayPeriod>
  20                                                         <dayPeriod type="pm" draft="contributed">nm.</dayPeriod>
  21                                                 </dayPeriodWidth>
  22                                         </dayPeriodContext>
  23                                 </dayPeriods>
  24                         </calendar>
  25                 </calendars>
  26         </dates>
  27         <numbers>
  28                 <symbols numberSystem="latn">
  29                         <decimal>.</decimal>
  30                         <group>'</group>
  31                 </symbols>
  32                 <percentFormats numberSystem="latn">
  33                         <percentFormatLength>
  34                                 <percentFormat>
  35                                         <pattern draft="contributed">#,##0%</pattern>
  36                                 </percentFormat>
  37                         </percentFormatLength>
  38                 </percentFormats>
  39                 <currencyFormats numberSystem="latn">
  40                         <currencyFormatLength>
  41                                 <currencyFormat type="standard">
  42                                         <pattern>¤ #,##0.00</pattern>
  43                                 </currencyFormat>
  44                         </currencyFormatLength>
  45                 </currencyFormats>
  46                 <currencies>
  47                         <currency type="EUR">
  48                                 <symbol draft="contributed">EUR</symbol>
  49                         </currency>
  50                 </currencies>
  51         </numbers>
  52 </ldml>
  53