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

Side by Side Diff: source/data/rbnf/fr_BE.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.txt ('k') | source/data/rbnf/fr_CH.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_BE.xml 6 // * Source File: <path>/common/rbnf/fr_BE.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/fr_BE.xml
11 */
12 fr_BE{ 9 fr_BE{
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "%spellout-ordinal-feminine-plural:", 197 "%spellout-ordinal-feminine-plural:",
201 "0: =%spellout-ordinal-feminine=s;", 198 "0: =%spellout-ordinal-feminine=s;",
202 "%spellout-ordinal-feminine:", 199 "%spellout-ordinal-feminine:",
203 "-x: moins >>;", 200 "-x: moins >>;",
204 "x.x: =#,##0.#=;", 201 "x.x: =#,##0.#=;",
205 "0: z\u00E9roi\u00E8me;", 202 "0: z\u00E9roi\u00E8me;",
206 "1: premi\u00E8re;", 203 "1: premi\u00E8re;",
207 "2: =%%spellout-ordinal=;", 204 "2: =%%spellout-ordinal=;",
208 } 205 }
209 } 206 }
210 Version{"2.0.90.54"} 207 Version{"2.1.19.14"}
211 } 208 }
OLDNEW
« no previous file with comments | « source/data/rbnf/fr.txt ('k') | source/data/rbnf/fr_CH.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698