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

Side by Side Diff: source/data/curr/se.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/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
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/se.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/se.xml
11 */
12 se{
13 Currencies{
14 DKK{
15 "Dkr",
16 "DKK",
17 }
18 EUR{
19 "€",
20 "euro",
21 }
22 FIM{
23 "FIM",
24 "suoma márkki",
25 }
26 HKD{
27 "HK$",
28 "HKD",
29 }
30 INR{
31 "₹",
32 "INR",
33 }
34 JPY{
35 "JP¥",
36 "JPY",
37 }
38 MXN{
39 "MX$",
40 "MXN",
41 }
42 NOK{
43 "kr",
44 "norgga kruvdno",
45 }
46 SEK{
47 "Skr",
48 "ruoŧŧa kruvdno",
49 }
50 THB{
51 "฿",
52 "THB",
53 }
54 XAG{
55 "XAG",
56 "uns silba",
57 }
58 XAU{
59 "XAU",
60 "uns golli",
61 }
62 }
63 CurrencyPlurals{
64 EUR{
65 one{"euro"}
66 other{"euro"}
67 two{"euro"}
68 }
69 NOK{
70 one{"norgga kruvdno"}
71 other{"norgga kruvdno"}
72 two{"norgga kruvdno"}
73 }
74 SEK{
75 one{"ruoŧŧa kruvdno"}
76 other{"ruoŧŧa kruvdno"}
77 two{"ruoŧŧa kruvdno"}
78 }
79 }
80 CurrencyUnitPatterns{
81 one{"{0} {1}"}
82 other{"{0} {1}"}
83 two{"{0} {1}"}
84 }
85 Version{"2.1.7.53"}
86 }
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