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="MG"/> 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="Africa_Central"> 43 <short> 44 <standard>CAT</standard> 45 </short> 46 </metazone> 47 <metazone type="Africa_Eastern"> 48 <short> 49 <standard>EAT</standard> 50 </short> 51 </metazone> 52 <metazone type="Africa_Southern"> 53 <short> 54 <standard>SAST</standard> 55 </short> 56 </metazone> 57 <metazone type="Africa_Western"> 58 <short> 59 <generic>WAT</generic> 60 <standard>WAT</standard> 61 <daylight>WAST</daylight> 62 </short> 63 </metazone> 64 </timeZoneNames> 65 </dates> 66 <numbers> 67 <currencies> 68 <currency type="MGA"> 69 <symbol>Ar</symbol> 70 </currency> 71 </currencies> 72 </numbers> 73 </ldml> 74