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

Side by Side Diff: source/data/locales/zh_Hant_MO.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/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) 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_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.1.8.19"} 11 Version{"2.1.19.14"}
12 calendar{
13 generic{
14 DateTimePatterns{
15 "ah:mm:ss [zzzz]",
16 "ah:mm:ss [z]",
17 "ah:mm:ss",
18 "ah:mm",
19 "Gy年MM月dd日EEEE",
20 "Gy年MM月dd日",
21 "Gy年M月d日",
22 "Gy年M月d日",
23 "{1} {0}",
24 "{1} {0}",
25 "{1} {0}",
26 "{1} {0}",
27 "{1} {0}",
28 }
29 availableFormats{
30 MEd{"M-d(E)"}
31 Md{"M-d"}
32 }
33 }
34 gregorian{
35 DateTimePatterns{
36 "ah:mm:ss [zzzz]",
37 "ah:mm:ss [z]",
38 "ah:mm:ss",
39 "ah:mm",
40 "y年MM月dd日EEEE",
41 "y年MM月dd日",
42 "y年M月d日",
43 "yy年M月d日",
44 "{1} {0}",
45 "{1} {0}",
46 "{1} {0}",
47 "{1} {0}",
48 "{1} {0}",
49 }
50 availableFormats{
51 MEd{"E, M-d"}
52 MMdd{"dd-MM"}
53 Md{"M-d"}
54 }
55 }
56 }
57 } 12 }
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