• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2010 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/rw.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/rw.xml
11 */
12rw{
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]"}
14    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    LocaleScript{
16        "Latn",
17    }
18    NumberElements{
19        ",",
20        ".",
21        ";",
22        "%",
23        "0",
24        "#",
25        "-",
26        "E",
27        "‰",
28        "∞",
29        "NaN",
30        "+",
31    }
32    Version{"2.0.48.64"}
33    calendar{
34        gregorian{
35            DateTimePatterns{
36                "HH:mm:ss zzzz",
37                "HH:mm:ss z",
38                "HH:mm:ss",
39                "HH:mm",
40                "EEEE, y MMMM dd",
41                "y MMMM d",
42                "y MMM d",
43                "yy/MM/dd",
44                "{1} {0}",
45                "{1} {0}",
46                "{1} {0}",
47                "{1} {0}",
48                "{1} {0}",
49            }
50            dayNames{
51                format{
52                    abbreviated{
53                        "cyu.",
54                        "mbe.",
55                        "kab.",
56                        "gtu.",
57                        "kan.",
58                        "gnu.",
59                        "gnd.",
60                    }
61                    wide{
62                        "Ku cyumweru",
63                        "Kuwa mbere",
64                        "Kuwa kabiri",
65                        "Kuwa gatatu",
66                        "Kuwa kane",
67                        "Kuwa gatanu",
68                        "Kuwa gatandatu",
69                    }
70                }
71            }
72            monthNames{
73                format{
74                    abbreviated{
75                        "mut.",
76                        "gas.",
77                        "wer.",
78                        "mat.",
79                        "gic.",
80                        "kam.",
81                        "nya.",
82                        "kan.",
83                        "nze.",
84                        "ukw.",
85                        "ugu.",
86                        "uku.",
87                    }
88                    wide{
89                        "Mutarama",
90                        "Gashyantare",
91                        "Werurwe",
92                        "Mata",
93                        "Gicuransi",
94                        "Kamena",
95                        "Nyakanga",
96                        "Kanama",
97                        "Nzeli",
98                        "Ukwakira",
99                        "Ugushyingo",
100                        "Ukuboza",
101                    }
102                }
103            }
104            quarters{
105                format{
106                    abbreviated{
107                        "I1",
108                        "I2",
109                        "I3",
110                        "I4",
111                    }
112                    wide{
113                        "igihembwe cya mbere",
114                        "igihembwe cya kabiri",
115                        "igihembwe cya gatatu",
116                        "igihembwe cya kane",
117                    }
118                }
119            }
120        }
121    }
122    delimiters{
123        alternateQuotationEnd{"»"}
124        alternateQuotationStart{"«"}
125        quotationEnd{"’"}
126        quotationStart{"‘"}
127    }
128}
129