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

Side by Side Diff: source/data/curr/se.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/curr/sbp.txt ('k') | source/data/curr/se_SE.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/se.xml 6 // * Source File: <path>/common/main/se.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/se.xml
11 */
12 se{ 9 se{
13 Currencies{ 10 Currencies{
14 DKK{ 11 DKK{
15 "Dkr", 12 "Dkr",
16 "DKK", 13 "DKK",
17 } 14 }
18 EUR{ 15 EUR{
19 "€", 16 "€",
20 "euro", 17 "euro",
21 } 18 }
19 FIM{
20 "FIM",
21 "suoma márkki",
22 }
22 HKD{ 23 HKD{
23 "HK$", 24 "HK$",
24 "HKD", 25 "HKD",
25 } 26 }
26 INR{ 27 INR{
27 "Rs.", 28 "",
28 "INR", 29 "INR",
29 } 30 }
30 JPY{ 31 JPY{
31 "JP¥", 32 "JP¥",
32 "JPY", 33 "JPY",
33 } 34 }
34 MXN{ 35 MXN{
35 "MX$", 36 "MX$",
36 "MXN", 37 "MXN",
37 } 38 }
38 NOK{ 39 NOK{
39 "kr", 40 "kr",
40 "norgga kruvdno", 41 "norgga kruvdno",
41 } 42 }
42 SEK{ 43 SEK{
43 "Skr", 44 "Skr",
44 "ruoŧŧa kruvdno", 45 "ruoŧŧa kruvdno",
45 } 46 }
46 THB{ 47 THB{
47 "฿", 48 "฿",
48 "THB", 49 "THB",
49 } 50 }
51 XAG{
52 "XAG",
53 "uns silba",
54 }
55 XAU{
56 "XAU",
57 "uns golli",
58 }
50 } 59 }
51 CurrencyPlurals{ 60 CurrencyPlurals{
52 EUR{ 61 EUR{
53 one{"euro"} 62 one{"euro"}
54 other{"euro"} 63 other{"euro"}
55 two{"euro"} 64 two{"euro"}
56 } 65 }
57 NOK{ 66 NOK{
58 one{"norgga kruvdno"} 67 one{"norgga kruvdno"}
59 other{"norgga kruvdno"} 68 other{"norgga kruvdno"}
60 two{"norgga kruvdno"} 69 two{"norgga kruvdno"}
61 } 70 }
62 SEK{ 71 SEK{
63 one{"ruoŧŧa kruvdno"} 72 one{"ruoŧŧa kruvdno"}
64 other{"ruoŧŧa kruvdno"} 73 other{"ruoŧŧa kruvdno"}
65 two{"ruoŧŧa kruvdno"} 74 two{"ruoŧŧa kruvdno"}
66 } 75 }
67 } 76 }
68 CurrencyUnitPatterns{ 77 CurrencyUnitPatterns{
69 one{"{0} {1}"} 78 one{"{0} {1}"}
70 other{"{0} {1}"} 79 other{"{0} {1}"}
71 two{"{0} {1}"} 80 two{"{0} {1}"}
72 } 81 }
73 Version{"2.1.7.53"} 82 Version{"2.1.19.14"}
74 } 83 }
OLDNEW
« no previous file with comments | « source/data/curr/sbp.txt ('k') | source/data/curr/se_SE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698