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

Side by Side Diff: source/data/locales/zh_Hant_MO.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 unified diff | Download patch
« no previous file with comments | « source/data/locales/zh_Hant_HK.txt ('k') | source/data/locales/zh_Hant_TW.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) 2013 International Business Machines 3 // * Copyright (C) 2014 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_Hant_MO.xml 6 // * Source File: <path>/common/main/zh_Hant_MO.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 zh_Hant_MO{ 9 zh_Hant_MO{
10 %%Parent{"zh_Hant_HK"} 10 %%Parent{"zh_Hant_HK"}
11 Version{"2.0.92.80"} 11 Version{"2.1.8.19"}
12 calendar{ 12 calendar{
13 generic{ 13 generic{
14 DateTimePatterns{ 14 DateTimePatterns{
15 "ah:mm:ss [zzzz]", 15 "ah:mm:ss [zzzz]",
16 "ah:mm:ss [z]", 16 "ah:mm:ss [z]",
17 "ah:mm:ss", 17 "ah:mm:ss",
18 "ah:mm", 18 "ah:mm",
19 "Gy年MM月dd日EEEE", 19 "Gy年MM月dd日EEEE",
20 "Gy年MM月dd日", 20 "Gy年MM月dd日",
21 "Gy年M月d日", 21 "Gy年M月d日",
22 "Gy年M月d日", 22 "Gy年M月d日",
23 "{1}{0}",
24 "{1} {0}", 23 "{1} {0}",
25 "{1} {0}", 24 "{1} {0}",
26 "{1}{0}", 25 "{1} {0}",
27 "{1}{0}", 26 "{1} {0}",
27 "{1} {0}",
28 } 28 }
29 availableFormats{ 29 availableFormats{
30 MEd{"M-d (E)"} 30 MEd{"M-d(E)"}
31 Md{"M-d"} 31 Md{"M-d"}
32 } 32 }
33 } 33 }
34 gregorian{ 34 gregorian{
35 DateTimePatterns{ 35 DateTimePatterns{
36 "ah:mm:ss [zzzz]", 36 "ah:mm:ss [zzzz]",
37 "ah:mm:ss [z]", 37 "ah:mm:ss [z]",
38 "ah:mm:ss", 38 "ah:mm:ss",
39 "ah:mm", 39 "ah:mm",
40 "y年MM月dd日EEEE", 40 "y年MM月dd日EEEE",
41 "y年MM月dd日", 41 "y年MM月dd日",
42 "y年M月d日", 42 "y年M月d日",
43 "yy年M月d日", 43 "yy年M月d日",
44 "{1}{0}",
45 "{1} {0}", 44 "{1} {0}",
46 "{1} {0}", 45 "{1} {0}",
47 "{1}{0}", 46 "{1} {0}",
48 "{1}{0}", 47 "{1} {0}",
48 "{1} {0}",
49 } 49 }
50 availableFormats{ 50 availableFormats{
51 MEd{"E, M-d"} 51 MEd{"E, M-d"}
52 MMdd{"dd-MM"} 52 MMdd{"dd-MM"}
53 Md{"M-d"} 53 Md{"M-d"}
54 } 54 }
55 } 55 }
56 } 56 }
57 } 57 }
OLDNEW
« no previous file with comments | « source/data/locales/zh_Hant_HK.txt ('k') | source/data/locales/zh_Hant_TW.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698