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

Side by Side Diff: source/data/rbnf/fr_CH.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/rbnf/fr_BE.txt ('k') | source/data/rbnf/ga.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/rbnf/fr_CH.xml 6 // * Source File: <path>/common/rbnf/fr_CH.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/fr_CH.xml
11 */
12 fr_CH{ 9 fr_CH{
13 RBNFRules{ 10 RBNFRules{
14 OrdinalRules{ 11 OrdinalRules{
15 "%%dord-mascabbrev:", 12 "%%dord-mascabbrev:",
16 "0: e;", 13 "0: e;",
17 "1: er;", 14 "1: er;",
18 "2: e;", 15 "2: e;",
19 "%digits-ordinal-masculine:", 16 "%digits-ordinal-masculine:",
20 "-x: \u2212>>;", 17 "-x: \u2212>>;",
21 "0: =#,##0==%%dord-mascabbrev=;", 18 "0: =#,##0==%%dord-mascabbrev=;",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "%spellout-ordinal-feminine-plural:", 198 "%spellout-ordinal-feminine-plural:",
202 "0: =%spellout-ordinal-feminine=s;", 199 "0: =%spellout-ordinal-feminine=s;",
203 "%spellout-ordinal-feminine:", 200 "%spellout-ordinal-feminine:",
204 "-x: moins >>;", 201 "-x: moins >>;",
205 "x.x: =#,##0.#=;", 202 "x.x: =#,##0.#=;",
206 "0: z\u00E9roi\u00E8me;", 203 "0: z\u00E9roi\u00E8me;",
207 "1: premi\u00E8re;", 204 "1: premi\u00E8re;",
208 "2: =%%spellout-ordinal=;", 205 "2: =%%spellout-ordinal=;",
209 } 206 }
210 } 207 }
211 Version{"2.0.90.54"} 208 Version{"2.1.19.14"}
212 } 209 }
OLDNEW
« no previous file with comments | « source/data/rbnf/fr_BE.txt ('k') | source/data/rbnf/ga.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698