]>
Commit | Line | Data |
---|---|---|
b331163b A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
b331163b A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/zh_Hans_HK.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | zh_Hans_HK{ | |
2ca993e8 | 10 | Version{"2.1.22.93"} |
b331163b A |
11 | units{ |
12 | compound{ | |
13 | per{"{0}/{1}"} | |
14 | } | |
15 | duration{ | |
16 | second{ | |
17 | other{"{0}秒"} | |
18 | } | |
19 | } | |
20 | temperature{ | |
21 | kelvin{ | |
22 | dnam{"开氏度"} | |
23 | other{"{0}开氏度"} | |
24 | } | |
25 | } | |
26 | } | |
27 | unitsNarrow{ | |
28 | temperature{ | |
29 | celsius{ | |
30 | other{"{0}°C"} | |
31 | } | |
32 | } | |
33 | } | |
34 | unitsShort{ | |
35 | temperature{ | |
36 | kelvin{ | |
37 | other{"{0}°K"} | |
38 | } | |
39 | } | |
40 | } | |
41 | } |