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

Side by Side Diff: source/data/locales/rw.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/locales/ru_UA.txt ('k') | source/data/locales/rw_RW.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/main/rw.xml 6 // * Source File: <path>/common/main/rw.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/rw.xml
11 */
12 rw{ 9 rw{
13 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} 10 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
14 LocaleScript{ 11 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
15 "Latn", 12 NumberElements{
13 latn{
14 symbols{
15 decimal{","}
16 group{"."}
17 }
18 }
16 } 19 }
17 Version{"2.1.7.39"} 20 Version{"2.1.19.14"}
21 calendar{
22 generic{
23 DateTimePatterns{
24 "HH:mm:ss zzzz",
25 "HH:mm:ss z",
26 "HH:mm:ss",
27 "HH:mm",
28 "EEEE, G y MMMM dd",
29 "G y MMMM d",
30 "G y MMM d",
31 "GGGGG yy/MM/dd",
32 "{1} {0}",
33 "{1} {0}",
34 "{1} {0}",
35 "{1} {0}",
36 "{1} {0}",
37 }
38 }
39 gregorian{
40 DateTimePatterns{
41 "HH:mm:ss zzzz",
42 "HH:mm:ss z",
43 "HH:mm:ss",
44 "HH:mm",
45 "EEEE, y MMMM dd",
46 "y MMMM d",
47 "y MMM d",
48 "yy/MM/dd",
49 "{1} {0}",
50 "{1} {0}",
51 "{1} {0}",
52 "{1} {0}",
53 "{1} {0}",
54 }
55 dayNames{
56 format{
57 abbreviated{
58 "cyu.",
59 "mbe.",
60 "kab.",
61 "gtu.",
62 "kan.",
63 "gnu.",
64 "gnd.",
65 }
66 wide{
67 "Ku cyumweru",
68 "Kuwa mbere",
69 "Kuwa kabiri",
70 "Kuwa gatatu",
71 "Kuwa kane",
72 "Kuwa gatanu",
73 "Kuwa gatandatu",
74 }
75 }
76 }
77 monthNames{
78 format{
79 abbreviated{
80 "mut.",
81 "gas.",
82 "wer.",
83 "mat.",
84 "gic.",
85 "kam.",
86 "nya.",
87 "kan.",
88 "nze.",
89 "ukw.",
90 "ugu.",
91 "uku.",
92 }
93 wide{
94 "Mutarama",
95 "Gashyantare",
96 "Werurwe",
97 "Mata",
98 "Gicuransi",
99 "Kamena",
100 "Nyakanga",
101 "Kanama",
102 "Nzeli",
103 "Ukwakira",
104 "Ugushyingo",
105 "Ukuboza",
106 }
107 }
108 }
109 quarters{
110 format{
111 abbreviated{
112 "I1",
113 "I2",
114 "I3",
115 "I4",
116 }
117 wide{
118 "igihembwe cya mbere",
119 "igihembwe cya kabiri",
120 "igihembwe cya gatatu",
121 "igihembwe cya kane",
122 }
123 }
124 }
125 }
126 }
127 delimiters{
128 alternateQuotationEnd{"’"}
129 alternateQuotationStart{"‘"}
130 quotationEnd{"»"}
131 quotationStart{"«"}
132 }
18 } 133 }
OLDNEW
« no previous file with comments | « source/data/locales/ru_UA.txt ('k') | source/data/locales/rw_RW.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698