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

Unified Diff: source/data/rbnf/en.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/rbnf/el.txt ('k') | source/data/rbnf/eo.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/rbnf/en.txt
diff --git a/source/data/rbnf/en.txt b/source/data/rbnf/en.txt
index 933f7068ce525def202c5bc6746e6d5439657652..21b32778441868f1c625e9fb9e2d9ffa3091137e 100644
--- a/source/data/rbnf/en.txt
+++ b/source/data/rbnf/en.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/rbnf/en.xml
@@ -37,17 +37,9 @@ en{
"& ':' = '.' = ' ' = '-';",
}
OrdinalRules{
- "%%digits-ordinal-indicator:",
- "0: th;",
- "1: st;",
- "2: nd;",
- "3: rd;",
- "4: th;",
- "20: >>;",
- "100: >>;",
"%digits-ordinal:",
"-x: \u2212>>;",
- "0: =#,##0==%%digits-ordinal-indicator=;",
+ "0: =#,##0=$(ordinal,one{st}two{nd}few{rd}other{th})$;",
}
SpelloutRules{
"%%2d-year:",
@@ -209,5 +201,5 @@ en{
"1000000000000000000: =#,##0=.;",
}
}
- Version{"2.0.82.42"}
+ Version{"2.1.8.55"}
}
« no previous file with comments | « source/data/rbnf/el.txt ('k') | source/data/rbnf/eo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698