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

Side by Side Diff: source/data/rbnf/sv.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/rbnf/sr_Latn.txt ('k') | source/data/rbnf/ta.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) 2013 International Business Machines 3 // * Copyright (C) 2014 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/sv.xml 6 // * Source File: <path>/common/rbnf/sv.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/rbnf/sv.xml 10 * ICU <specials> source: <path>/xml/rbnf/sv.xml
11 */ 11 */
12 sv{ 12 sv{
13 RBNFRules{ 13 RBNFRules{
(...skipping 11 matching lines...) Expand all
25 "%%dord-femabbrev:", 25 "%%dord-femabbrev:",
26 "0: :e;", 26 "0: :e;",
27 "1: :a;", 27 "1: :a;",
28 "2: :a;", 28 "2: :a;",
29 "3: :e;", 29 "3: :e;",
30 "20: >>;", 30 "20: >>;",
31 "100: >>;", 31 "100: >>;",
32 "%digits-ordinal-reale:", 32 "%digits-ordinal-reale:",
33 "0: =%digits-ordinal-feminine=;", 33 "0: =%digits-ordinal-feminine=;",
34 "%digits-ordinal:", 34 "%digits-ordinal:",
35 "0: =%digits-ordinal-masculine=;", 35 "0: =%digits-ordinal-feminine=;",
36 } 36 }
37 SpelloutRules{ 37 SpelloutRules{
38 "%%lenient-parse:", 38 "%%lenient-parse:",
39 "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';", 39 "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
40 "%spellout-numbering-year:", 40 "%spellout-numbering-year:",
41 "-x: minus >>;", 41 "-x: minus >>;",
42 "x.x: =#,###0.#=;", 42 "x.x: =#,###0.#=;",
43 "0: =%spellout-numbering=;", 43 "0: =%spellout-numbering=;",
44 "1100/100: <<\u00ADhundra[\u00AD>>];", 44 "1100/100: <<\u00ADhundra[\u00AD>>];",
45 "10000: =%spellout-numbering=;", 45 "10000: =%spellout-numbering=;",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "1: ' =%spellout-ordinal-masculine=;", 232 "1: ' =%spellout-ordinal-masculine=;",
233 "%%ord-masc-teer:", 233 "%%ord-masc-teer:",
234 "0: te;", 234 "0: te;",
235 "1: er =%spellout-ordinal-masculine=;", 235 "1: er =%spellout-ordinal-masculine=;",
236 "%spellout-ordinal-feminine:", 236 "%spellout-ordinal-feminine:",
237 "0: =%spellout-ordinal-neuter=;", 237 "0: =%spellout-ordinal-neuter=;",
238 "%spellout-ordinal-reale:", 238 "%spellout-ordinal-reale:",
239 "0: =%spellout-ordinal-neuter=;", 239 "0: =%spellout-ordinal-neuter=;",
240 } 240 }
241 } 241 }
242 Version{"2.0.82.42"} 242 Version{"2.0.95.53"}
243 } 243 }
OLDNEW
« no previous file with comments | « source/data/rbnf/sr_Latn.txt ('k') | source/data/rbnf/ta.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698