Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Side by Side Diff: source/data/curr/zh_Hans_HK.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/curr/zh_Hans_CN.txt ('k') | source/data/curr/zh_Hans_MO.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/zh_Hans_HK.xml 6 // * Source File: <path>/common/main/zh_Hans_HK.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 zh_Hans_HK{ 9 zh_Hans_HK{
10 Currencies{ 10 Currencies{
11 AWG{
12 "AWG",
13 "阿鲁巴弗罗林",
14 }
11 CNY{ 15 CNY{
12 "CN¥", 16 "CN¥",
13 "人民币", 17 "人民币",
14 } 18 }
15 HNL{ 19 KYD{
16 "HNL", 20 "KYD",
17 "洪都拉斯拉伦皮拉", 21 "开曼群岛元",
18 }
19 KZT{
20 "KZT",
21 "哈萨克斯坦腾格",
22 } 22 }
23 NIO{ 23 NIO{
24 "NIO", 24 "NIO",
25 "尼加拉瓜科多巴", 25 "尼加拉瓜科多巴",
26 } 26 }
27 UAH{ 27 XAG{
28 "UAH", 28 "XAG",
29 "乌克兰赫夫纳", 29 "白银",
30 } 30 }
31 } 31 }
32 CurrencyPlurals{ 32 CurrencyPlurals{
33 HNL{ 33 AWG{
34 other{"洪都拉斯拉伦皮拉"} 34 other{"阿鲁巴弗罗林"}
35 } 35 }
36 KZT{ 36 KYD{
37 other{"哈萨克斯坦腾格"} 37 other{"开曼群岛元"}
38 } 38 }
39 NIO{ 39 NIO{
40 other{"尼加拉瓜科多巴"} 40 other{"尼加拉瓜科多巴"}
41 } 41 }
42 UAH{
43 other{"乌克兰赫夫纳"}
44 }
45 } 42 }
46 CurrencyUnitPatterns{ 43 CurrencyUnitPatterns{
47 other{"{0} {1}"} 44 other{"{0} {1}"}
48 } 45 }
49 Version{"2.1.8.19"} 46 Version{"2.1.19.79"}
50 } 47 }
OLDNEW
« no previous file with comments | « source/data/curr/zh_Hans_CN.txt ('k') | source/data/curr/zh_Hans_MO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698