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

Side by Side Diff: source/data/curr/fo.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/fil_PH.txt ('k') | source/data/curr/fr.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/fo.xml 6 // * Source File: <path>/common/main/fo.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/fo.xml 10 * ICU <specials> source: <path>/common/main/fo.xml
11 */ 11 */
12 fo{ 12 fo{
13 Currencies{ 13 Currencies{
14 DKK{ 14 DKK{
15 "kr", 15 "kr",
16 "DKK", 16 "donsk króna",
17 }
18 EUR{
19 "€",
20 "euro",
21 }
22 ISK{
23 "ISK",
24 "íslendsk króna",
25 }
26 NOK{
27 "NOK",
28 "norsk króna",
29 }
30 SEK{
31 "SEK",
32 "svensk króna",
33 }
34 XAG{
35 "XAG",
36 "unse sølv",
37 }
38 XAU{
39 "XAU",
40 "unse guld",
41 }
42 XPD{
43 "XPD",
44 "unse palladium",
45 }
46 XPT{
47 "XPT",
48 "unse platin",
17 } 49 }
18 } 50 }
19 Version{"2.0.92.87"} 51 CurrencyPlurals{
52 DKK{
53 one{"donsk króna"}
54 other{"donska krónur"}
55 }
56 EUR{
57 one{"euro"}
58 other{"euro"}
59 }
60 ISK{
61 one{"íslendsk króna"}
62 other{"íslendska krónur"}
63 }
64 NOK{
65 one{"norsk króna"}
66 other{"norska krónur"}
67 }
68 SEK{
69 one{"svensk króna"}
70 other{"svenska krónur"}
71 }
72 XAG{
73 one{"unse sølv"}
74 other{"unse sølv"}
75 }
76 XAU{
77 one{"unse guld"}
78 other{"unse guld"}
79 }
80 XPD{
81 one{"unse palladium"}
82 other{"unse palladium"}
83 }
84 XPT{
85 one{"unse platin"}
86 other{"unse platin"}
87 }
88 }
89 CurrencyUnitPatterns{
90 one{"{0} {1}"}
91 other{"{0} {1}"}
92 }
93 Version{"2.1.7.53"}
20 } 94 }
OLDNEW
« no previous file with comments | « source/data/curr/fil_PH.txt ('k') | source/data/curr/fr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698