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

Side by Side Diff: source/data/rbnf/sv.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/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) 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/sv.xml 6 // * Source File: <path>/common/rbnf/sv.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/sv.xml
11 */
12 sv{ 9 sv{
13 RBNFRules{ 10 RBNFRules{
14 OrdinalRules{ 11 OrdinalRules{
15 "%digits-ordinal-neuter:", 12 "%digits-ordinal-neuter:",
16 "0: =%digits-ordinal-feminine=;", 13 "0: =%digits-ordinal-feminine=;",
17 "%digits-ordinal-masculine:", 14 "%digits-ordinal-masculine:",
18 "-x: \u2212>>;", 15 "-x: \u2212>>;",
19 "0: =#,##0==%%dord-mascabbrev=;", 16 "0: =#,##0==%%dord-mascabbrev=;",
20 "%%dord-mascabbrev:", 17 "%%dord-mascabbrev:",
21 "0: :e;", 18 "0: :e;",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "1: ' =%spellout-ordinal-masculine=;", 229 "1: ' =%spellout-ordinal-masculine=;",
233 "%%ord-masc-teer:", 230 "%%ord-masc-teer:",
234 "0: te;", 231 "0: te;",
235 "1: er =%spellout-ordinal-masculine=;", 232 "1: er =%spellout-ordinal-masculine=;",
236 "%spellout-ordinal-feminine:", 233 "%spellout-ordinal-feminine:",
237 "0: =%spellout-ordinal-neuter=;", 234 "0: =%spellout-ordinal-neuter=;",
238 "%spellout-ordinal-reale:", 235 "%spellout-ordinal-reale:",
239 "0: =%spellout-ordinal-neuter=;", 236 "0: =%spellout-ordinal-neuter=;",
240 } 237 }
241 } 238 }
242 Version{"2.0.95.53"} 239 Version{"2.1.19.14"}
243 } 240 }
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