1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2014 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: 11323 $"/>
  10                 <generation date="$Date: 2015-02-26 15:25:28 -0600 (Thu, 26 Feb 2015) $"/>
  11                 <language type="es"/>
  12                 <territory type="US"/>
  13         </identity>
  14         <dates>
  15                 <calendars>
  16                         <calendar type="gregorian">
  17                                 <dayPeriods>
  18                                         <dayPeriodContext type="format">
  19                                                 <dayPeriodWidth type="narrow">
  20                                                         <dayPeriod type="am">a</dayPeriod>
  21                                                         <dayPeriod type="noon">m</dayPeriod>
  22                                                         <dayPeriod type="pm">p</dayPeriod>
  23                                                 </dayPeriodWidth>
  24                                                 <dayPeriodWidth type="wide">
  25                                                         <dayPeriod type="am">AM</dayPeriod>
  26                                                         <dayPeriod type="pm">PM</dayPeriod>
  27                                                 </dayPeriodWidth>
  28                                         </dayPeriodContext>
  29                                 </dayPeriods>
  30                         </calendar>
  31                 </calendars>
  32                 <timeZoneNames>
  33                         <zone type="Pacific/Honolulu">
  34                                 <short>
  35                                         <generic>HST</generic>
  36                                         <standard>HST</standard>
  37                                         <daylight>HDT</daylight>
  38                                 </short>
  39                         </zone>
  40                         <metazone type="Alaska">
  41                                 <short>
  42                                         <generic>AKT</generic>
  43                                         <standard>AKST</standard>
  44                                         <daylight>AKDT</daylight>
  45                                 </short>
  46                         </metazone>
  47                         <metazone type="America_Central">
  48                                 <short>
  49                                         <generic>CT</generic>
  50                                         <standard>CST</standard>
  51                                         <daylight>CDT</daylight>
  52                                 </short>
  53                         </metazone>
  54                         <metazone type="America_Eastern">
  55                                 <short>
  56                                         <generic>ET</generic>
  57                                         <standard>EST</standard>
  58                                         <daylight>EDT</daylight>
  59                                 </short>
  60                         </metazone>
  61                         <metazone type="America_Mountain">
  62                                 <short>
  63                                         <generic>MT</generic>
  64                                         <standard>MST</standard>
  65                                         <daylight>MDT</daylight>
  66                                 </short>
  67                         </metazone>
  68                         <metazone type="America_Pacific">
  69                                 <short>
  70                                         <generic>PT</generic>
  71                                         <standard>PST</standard>
  72                                         <daylight>PDT</daylight>
  73                                 </short>
  74                         </metazone>
  75                         <metazone type="Atlantic">
  76                                 <short>
  77                                         <generic>AT</generic>
  78                                         <standard>AST</standard>
  79                                         <daylight>ADT</daylight>
  80                                 </short>
  81                         </metazone>
  82                         <metazone type="Hawaii_Aleutian">
  83                                 <short>
  84                                         <generic>HAT</generic>
  85                                         <standard>HAST</standard>
  86                                         <daylight>HADT</daylight>
  87                                 </short>
  88                         </metazone>
  89                 </timeZoneNames>
  90         </dates>
  91         <numbers>
  92                 <currencies>
  93                         <currency type="JPY">
  94                                 <symbol>¥</symbol>
  95                         </currency>
  96                         <currency type="USD">
  97                                 <symbol>$</symbol>
  98                         </currency>
  99                 </currencies>
 100         </numbers>
 101         <units>
 102                 <unitLength type="narrow">
 103                         <unit type="temperature-fahrenheit">
 104                                 <unitPattern count="one">{0}°</unitPattern>
 105                                 <unitPattern count="other">{0}°</unitPattern>
 106                         </unit>
 107                 </unitLength>
 108         </units>
 109 </ldml>
 110