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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/fo.txt
diff --git a/source/data/curr/fo.txt b/source/data/curr/fo.txt
index ebb369be037c63efb957e2e0bcb116691c965283..5408910152b19c3cc1dbc7742f4f997412eaccfb 100644
--- a/source/data/curr/fo.txt
+++ b/source/data/curr/fo.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fo.xml
@@ -13,8 +13,82 @@ fo{
Currencies{
DKK{
"kr",
- "DKK",
+ "donsk króna",
}
+ EUR{
+ "€",
+ "euro",
+ }
+ ISK{
+ "ISK",
+ "íslendsk króna",
+ }
+ NOK{
+ "NOK",
+ "norsk króna",
+ }
+ SEK{
+ "SEK",
+ "svensk króna",
+ }
+ XAG{
+ "XAG",
+ "unse sølv",
+ }
+ XAU{
+ "XAU",
+ "unse guld",
+ }
+ XPD{
+ "XPD",
+ "unse palladium",
+ }
+ XPT{
+ "XPT",
+ "unse platin",
+ }
+ }
+ CurrencyPlurals{
+ DKK{
+ one{"donsk króna"}
+ other{"donska krónur"}
+ }
+ EUR{
+ one{"euro"}
+ other{"euro"}
+ }
+ ISK{
+ one{"íslendsk króna"}
+ other{"íslendska krónur"}
+ }
+ NOK{
+ one{"norsk króna"}
+ other{"norska krónur"}
+ }
+ SEK{
+ one{"svensk króna"}
+ other{"svenska krónur"}
+ }
+ XAG{
+ one{"unse sølv"}
+ other{"unse sølv"}
+ }
+ XAU{
+ one{"unse guld"}
+ other{"unse guld"}
+ }
+ XPD{
+ one{"unse palladium"}
+ other{"unse palladium"}
+ }
+ XPT{
+ one{"unse platin"}
+ other{"unse platin"}
+ }
+ }
+ CurrencyUnitPatterns{
+ one{"{0} {1}"}
+ other{"{0} {1}"}
}
- Version{"2.0.92.87"}
+ Version{"2.1.7.53"}
}
« 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