]>
Commit | Line | Data |
---|---|---|
4388f060 A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
b331163b | 6 | // * Source File: <path>/common/main/en_GB.xml |
4388f060 A |
7 | // * |
8 | // *************************************************************************** | |
b331163b A |
9 | en_GB{ |
10 | %%Parent{"en_001"} | |
2ca993e8 A |
11 | Version{"2.1.22.17"} |
12 | units{ | |
13 | mass{ | |
14 | stone{ | |
15 | dnam{"stone"} | |
16 | one{"{0} stone"} | |
17 | other{"{0} stone"} | |
18 | } | |
19 | } | |
20 | temperature{ | |
21 | kelvin{ | |
22 | dnam{"kelvin"} | |
23 | one{"{0} kelvin"} | |
24 | other{"{0} kelvin"} | |
25 | } | |
26 | } | |
27 | } | |
b331163b | 28 | unitsShort{ |
2ca993e8 A |
29 | duration{ |
30 | hour{ | |
31 | dnam{"hours"} | |
32 | one{"{0} hr"} | |
33 | other{"{0} hrs"} | |
34 | per{"{0}ph"} | |
35 | } | |
36 | second{ | |
37 | dnam{"secs"} | |
38 | one{"{0} sec"} | |
39 | other{"{0} secs"} | |
40 | per{"{0}ps"} | |
41 | } | |
42 | } | |
43 | mass{ | |
44 | stone{ | |
45 | dnam{"stone"} | |
46 | one{"{0} st"} | |
47 | other{"{0} st"} | |
b331163b A |
48 | } |
49 | } | |
4388f060 | 50 | } |
4388f060 | 51 | } |