• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/rw.xml
7// *
8// ***************************************************************************
9rw{
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]"}
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]"}
12    NumberElements{
13        latn{
14            symbols{
15                decimal{","}
16                group{"."}
17            }
18        }
19    }
20    Version{"2.1.7.39"}
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    }
133}
134