equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
|
2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> |
|
3 <!-- Copyright © 1991-2013 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: 9876 $"/> |
|
10 <generation date="$Date: 2014-03-05 23:14:25 -0600 (Wed, 05 Mar 2014) $"/> |
|
11 <language type="en"/> |
|
12 <territory type="PW"/> |
|
13 </identity> |
|
14 <units> |
|
15 <unitLength type="narrow"> |
|
16 <unit type="temperature-celsius"> |
|
17 <unitPattern count="one">{0}°C</unitPattern> |
|
18 <unitPattern count="other">{0}°C</unitPattern> |
|
19 </unit> |
|
20 <unit type="temperature-fahrenheit"> |
|
21 <unitPattern count="one">{0}°</unitPattern> |
|
22 <unitPattern count="other">{0}°</unitPattern> |
|
23 </unit> |
|
24 </unitLength> |
|
25 </units> |
|
26 </ldml> |
|
27 |