1// *************************************************************************** 2// * 3// * Copyright (C) 2011 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 latn{ 20 symbols{ 21 decimal{","} 22 group{"."} 23 } 24 } 25 } 26 Version{"2.0.57.98"} 27 calendar{ 28 gregorian{ 29 DateTimePatterns{ 30 "HH:mm:ss zzzz", 31 "HH:mm:ss z", 32 "HH:mm:ss", 33 "HH:mm", 34 "EEEE, y MMMM dd", 35 "y MMMM d", 36 "y MMM d", 37 "yy/MM/dd", 38 "{1} {0}", 39 "{1} {0}", 40 "{1} {0}", 41 "{1} {0}", 42 "{1} {0}", 43 } 44 dayNames{ 45 format{ 46 abbreviated{ 47 "cyu.", 48 "mbe.", 49 "kab.", 50 "gtu.", 51 "kan.", 52 "gnu.", 53 "gnd.", 54 } 55 wide{ 56 "Ku cyumweru", 57 "Kuwa mbere", 58 "Kuwa kabiri", 59 "Kuwa gatatu", 60 "Kuwa kane", 61 "Kuwa gatanu", 62 "Kuwa gatandatu", 63 } 64 } 65 } 66 monthNames{ 67 format{ 68 abbreviated{ 69 "mut.", 70 "gas.", 71 "wer.", 72 "mat.", 73 "gic.", 74 "kam.", 75 "nya.", 76 "kan.", 77 "nze.", 78 "ukw.", 79 "ugu.", 80 "uku.", 81 } 82 wide{ 83 "Mutarama", 84 "Gashyantare", 85 "Werurwe", 86 "Mata", 87 "Gicuransi", 88 "Kamena", 89 "Nyakanga", 90 "Kanama", 91 "Nzeli", 92 "Ukwakira", 93 "Ugushyingo", 94 "Ukuboza", 95 } 96 } 97 } 98 quarters{ 99 format{ 100 abbreviated{ 101 "I1", 102 "I2", 103 "I3", 104 "I4", 105 } 106 wide{ 107 "igihembwe cya mbere", 108 "igihembwe cya kabiri", 109 "igihembwe cya gatatu", 110 "igihembwe cya kane", 111 } 112 } 113 } 114 } 115 } 116 delimiters{ 117 alternateQuotationEnd{"»"} 118 alternateQuotationStart{"«"} 119 quotationEnd{"’"} 120 quotationStart{"‘"} 121 } 122} 123