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/ti_ER.xml 7// * 8// *************************************************************************** 9ti_ER{ 10 Version{"2.1.10.93"} 11 calendar{ 12 generic{ 13 DateTimePatterns{ 14 "h:mm:ss a zzzz", 15 "h:mm:ss a z", 16 "h:mm:ss a", 17 "h:mm a", 18 "EEEE፡ dd MMMM መዓልቲ y G", 19 "dd MMMM y G", 20 "dd-MMM-y G", 21 "dd/MM/yy GGGGG", 22 "{1} {0}", 23 "{1} {0}", 24 "{1} {0}", 25 "{1} {0}", 26 "{1} {0}", 27 } 28 } 29 gregorian{ 30 DateTimePatterns{ 31 "h:mm:ss a zzzz", 32 "h:mm:ss a z", 33 "h:mm:ss a", 34 "h:mm a", 35 "EEEE፡ dd MMMM መዓልቲ y G", 36 "dd MMMM y", 37 "dd-MMM-y", 38 "dd/MM/yy", 39 "{1} {0}", 40 "{1} {0}", 41 "{1} {0}", 42 "{1} {0}", 43 "{1} {0}", 44 } 45 dayNames{ 46 format{ 47 wide{ 48 "ሰንበት", 49 "ሰኑይ", 50 "ሰሉስ", 51 "ረቡዕ", 52 "ሓሙስ", 53 "ዓርቢ", 54 "ቀዳም", 55 } 56 } 57 } 58 monthNames{ 59 format{ 60 abbreviated{ 61 "ጥሪ", 62 "ለካቲ", 63 "መጋቢ", 64 "ሚያዝ", 65 "ግንቦ", 66 "ሰነ", 67 "ሓምለ", 68 "ነሓሰ", 69 "መስከ", 70 "ጥቅም", 71 "ሕዳር", 72 "ታሕሳ", 73 } 74 wide{ 75 "ጥሪ", 76 "ለካቲት", 77 "መጋቢት", 78 "ሚያዝያ", 79 "ግንቦት", 80 "ሰነ", 81 "ሓምለ", 82 "ነሓሰ", 83 "መስከረም", 84 "ጥቅምቲ", 85 "ሕዳር", 86 "ታሕሳስ", 87 } 88 } 89 } 90 } 91 } 92 delimiters{ 93 alternateQuotationEnd{"”"} 94 alternateQuotationStart{"“"} 95 quotationEnd{"’"} 96 quotationStart{"‘"} 97 } 98} 99