1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2020 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 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="de"/> 12 <territory type="LI"/> 13 </identity> 14 <characters> 15 <exemplarCharacters type="numbers">[\- ‑ . ’ % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters> 16 </characters> 17 <dates> 18 <calendars> 19 <calendar type="gregorian"> 20 <dayPeriods> 21 <dayPeriodContext type="stand-alone"> 22 <dayPeriodWidth type="narrow"> 23 <dayPeriod type="am" draft="contributed">vm.</dayPeriod> 24 <dayPeriod type="pm" draft="contributed">nm.</dayPeriod> 25 </dayPeriodWidth> 26 </dayPeriodContext> 27 </dayPeriods> 28 </calendar> 29 </calendars> 30 </dates> 31 <numbers> 32 <symbols numberSystem="latn"> 33 <decimal>.</decimal> 34 <group>’</group> 35 </symbols> 36 <percentFormats numberSystem="latn"> 37 <percentFormatLength> 38 <percentFormat> 39 <pattern draft="contributed">#,##0%</pattern> 40 </percentFormat> 41 </percentFormatLength> 42 </percentFormats> 43 <currencyFormats numberSystem="latn"> 44 <currencyFormatLength> 45 <currencyFormat type="standard"> 46 <pattern>¤ #,##0.00</pattern> 47 </currencyFormat> 48 </currencyFormatLength> 49 </currencyFormats> 50 <currencies> 51 <currency type="EUR"> 52 <symbol draft="contributed">EUR</symbol> 53 </currency> 54 </currencies> 55 </numbers> 56</ldml> 57