1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
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// ***************************************************************************
9zh_Hans_HK{
10    Currencies{
11        AWG{
12            "AWG",
13            "阿鲁巴弗罗林",
14        }
15        CNY{
16            "CN¥",
17            "人民币",
18        }
19        KYD{
20            "KYD",
21            "开曼群岛元",
22        }
23        NIO{
24            "NIO",
25            "尼加拉瓜科多巴",
26        }
27        XAG{
28            "XAG",
29            "白银",
30        }
31    }
32    CurrencyPlurals{
33        AWG{
34            other{"阿鲁巴弗罗林"}
35        }
36        KYD{
37            other{"开曼群岛元"}
38        }
39        NIO{
40            other{"尼加拉瓜科多巴"}
41        }
42    }
43    CurrencyUnitPatterns{
44        other{"{0} {1}"}
45    }
46    Version{"2.1.13.23"}
47}
48