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

Side by Side Diff: source/data/unit/zh_Hans_SG.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/unit/zh_Hans_MO.txt ('k') | source/data/unit/zh_Hant.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_SG.xml 6 // * Source File: <path>/common/main/zh_Hans_SG.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 zh_Hans_SG{ 9 zh_Hans_SG{
10 Version{"2.1.8.19"} 10 Version{"2.1.19.79"}
11 units{ 11 units{
12 compound{ 12 compound{
13 per{"{0}/{1}"} 13 per{"{0}/{1}"}
14 } 14 }
15 duration{ 15 duration{
16 second{ 16 second{
17 other{"{0}秒"} 17 other{"{0}秒"}
18 } 18 }
19 } 19 }
20 temperature{
21 kelvin{
22 dnam{"开氏度"}
23 other{"{0}开氏度"}
24 }
25 }
20 } 26 }
21 unitsNarrow{ 27 unitsNarrow{
28 temperature{
29 celsius{
30 other{"{0}°C"}
31 }
32 }
22 } 33 }
23 unitsShort{ 34 unitsShort{
35 temperature{
36 kelvin{
37 other{"{0}°K"}
38 }
39 }
24 } 40 }
25 } 41 }
OLDNEW
« no previous file with comments | « source/data/unit/zh_Hans_MO.txt ('k') | source/data/unit/zh_Hant.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698