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

Unified Diff: source/data/locales/zh_Hans_HK.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/locales/zh_Hans_CN.txt ('k') | source/data/locales/zh_Hans_MO.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/zh_Hans_HK.txt
diff --git a/source/data/locales/zh_Hans_HK.txt b/source/data/locales/zh_Hans_HK.txt
index b63df4d54879c728a7359a975b8465ecfeff2d2e..c8318c1009607e8fb7d6019d4f9acace648a2174 100755
--- a/source/data/locales/zh_Hans_HK.txt
+++ b/source/data/locales/zh_Hans_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_HK.xml
@@ -10,38 +10,10 @@ zh_Hans_HK{
NumberElements{
latn{
patterns{
- accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
currencyFormat{"¤#,##0.00"}
}
patternsLong{
decimalFormat{
- 1000{
- other{"0千"}
- }
- 10000{
- other{"0万"}
- }
- 100000{
- other{"00万"}
- }
- 1000000{
- other{"000万"}
- }
- 10000000{
- other{"0000万"}
- }
- 100000000{
- other{"0亿"}
- }
- 1000000000{
- other{"00亿"}
- }
- 10000000000{
- other{"000亿"}
- }
- 100000000000{
- other{"0000亿"}
- }
1000000000000{
other{"0万亿"}
}
@@ -55,33 +27,6 @@ zh_Hans_HK{
}
patternsShort{
decimalFormat{
- 1000{
- other{"0千"}
- }
- 10000{
- other{"0万"}
- }
- 100000{
- other{"00万"}
- }
- 1000000{
- other{"000万"}
- }
- 10000000{
- other{"0000万"}
- }
- 100000000{
- other{"0亿"}
- }
- 1000000000{
- other{"00亿"}
- }
- 10000000000{
- other{"000亿"}
- }
- 100000000000{
- other{"0000亿"}
- }
1000000000000{
other{"0万亿"}
}
@@ -95,7 +40,7 @@ zh_Hans_HK{
}
}
}
- Version{"2.0.92.87"}
+ Version{"2.1.8.19"}
calendar{
buddhist{
DateTimePatterns{
@@ -163,9 +108,13 @@ zh_Hans_HK{
availableFormats{
HHmm{"HH:mm"}
M{"L"}
+ MEd{"E, d/M"}
MMM{"M月"}
MMMMdd{"M月d日"}
- Md{"M-d"}
+ Md{"d/M"}
+ yyyyM{"M/yGGGGG"}
+ yyyyMEd{"E, d/M/yGGGGG"}
+ yyyyMd{"d/M/yGGGGG"}
}
intervalFormats{
Hmv{
@@ -219,9 +168,14 @@ zh_Hans_HK{
availableFormats{
HHmm{"HH:mm"}
M{"L"}
+ MEd{"E, d/M"}
MMMMdd{"M月d日"}
- Md{"M-d"}
- yM{"y年M月"}
+ MMdd{"dd/MM"}
+ Md{"d/M"}
+ yM{"M/y"}
+ yMEd{"d/M/y(E)"}
+ yMM{"MM/y"}
+ yMd{"d/M/y"}
}
intervalFormats{
Hmv{
@@ -326,18 +280,4 @@ zh_Hans_HK{
}
}
}
- units{
- compound{
- per{"{0}/{1}"}
- }
- duration{
- second{
- other{"{0}秒"}
- }
- }
- }
- unitsNarrow{
- }
- unitsShort{
- }
}
« no previous file with comments | « source/data/locales/zh_Hans_CN.txt ('k') | source/data/locales/zh_Hans_MO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698