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

Side by Side Diff: source/data/curr/to.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/curr/tl_PH.txt ('k') | source/data/curr/tr.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/to.xml 6 // * Source File: <path>/common/main/to.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/to.xml 10 * ICU <specials> source: <path>/common/main/to.xml
11 */ 11 */
12 to{ 12 to{
13 Currencies{ 13 Currencies{
14 AUD{
15 "AUD$",
16 "AUD",
17 }
18 FJD{
19 "FJD",
20 "FJD",
21 }
22 NZD{
23 "NZD$",
24 "NZD",
25 }
26 PGK{
27 "PGK",
28 "PGK",
29 }
30 SBD{
31 "SBD",
32 "SBD",
33 }
14 TOP{ 34 TOP{
15 "T$", 35 "T$",
16 "Tongan Pa'anga", 36 "Paʻanga fakatonga",
37 }
38 VUV{
39 "VUV",
40 "VUV",
41 }
42 WST{
43 "WST",
44 "Tala fakahaʻamoa",
45 }
46 XPF{
47 "CFPF",
48 "XPF",
49 }
50 }
51 Currencies%narrow{
52 AUD{"$"}
53 FJD{"$"}
54 NZD{"$"}
55 SBD{"$"}
56 }
57 CurrencyPlurals{
58 TOP{
59 other{"Paʻanga fakatonga"}
60 }
61 WST{
62 other{"Tala fakahaʻamoa"}
17 } 63 }
18 } 64 }
19 CurrencyUnitPatterns{ 65 CurrencyUnitPatterns{
20 other{"{1} {0}"} 66 other{"{1} {0}"}
21 } 67 }
22 Version{"2.0.92.87"} 68 Version{"2.1.8.9"}
23 } 69 }
OLDNEW
« no previous file with comments | « source/data/curr/tl_PH.txt ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698