1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2024 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5SPDX-License-Identifier: Unicode-3.0 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="om"/> 12 <territory type="KE"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="gregorian"> 17 <months> 18 <monthContext type="stand-alone"> 19 <monthWidth type="narrow"> 20 <month type="1">A</month> 21 <month type="2">G</month> 22 <month type="3">B</month> 23 <month type="4">E</month> 24 <month type="5">C</month> 25 <month type="6">W</month> 26 <month type="7">A</month> 27 <month type="8">H</month> 28 <month type="9">F</month> 29 <month type="10">↑↑↑</month> 30 <month type="11">S</month> 31 <month type="12">M</month> 32 </monthWidth> 33 </monthContext> 34 </months> 35 <days> 36 <dayContext type="stand-alone"> 37 <dayWidth type="narrow"> 38 <day type="sun">D</day> 39 <day type="mon">W</day> 40 <day type="tue">Q</day> 41 <day type="wed">R</day> 42 <day type="thu">K</day> 43 <day type="fri">J</day> 44 <day type="sat">↑↑↑</day> 45 </dayWidth> 46 </dayContext> 47 </days> 48 <quarters> 49 <quarterContext type="format"> 50 <quarterWidth type="abbreviated"> 51 <quarter type="1">K1</quarter> 52 <quarter type="2">K2</quarter> 53 <quarter type="3">K3</quarter> 54 <quarter type="4">K4</quarter> 55 </quarterWidth> 56 </quarterContext> 57 </quarters> 58 <eras> 59 <eraAbbr> 60 <era type="0">KD</era> 61 <era type="0" alt="variant">BCE</era> 62 <era type="1" alt="variant">KB</era> 63 </eraAbbr> 64 </eras> 65 <timeFormats> 66 <timeFormatLength type="full"> 67 <timeFormat> 68 <pattern>HH:mm:ss zzzz</pattern> 69 <datetimeSkeleton>HHmmsszzzz</datetimeSkeleton> 70 </timeFormat> 71 </timeFormatLength> 72 <timeFormatLength type="long"> 73 <timeFormat> 74 <pattern>HH:mm:ss z</pattern> 75 <datetimeSkeleton>HHmmssz</datetimeSkeleton> 76 </timeFormat> 77 </timeFormatLength> 78 <timeFormatLength type="medium"> 79 <timeFormat> 80 <pattern>HH:mm:ss</pattern> 81 <datetimeSkeleton>HHmmss</datetimeSkeleton> 82 </timeFormat> 83 </timeFormatLength> 84 <timeFormatLength type="short"> 85 <timeFormat> 86 <pattern>HH:mm</pattern> 87 <datetimeSkeleton>HHmm</datetimeSkeleton> 88 </timeFormat> 89 </timeFormatLength> 90 </timeFormats> 91 </calendar> 92 </calendars> 93 </dates> 94 <numbers> 95 <currencies> 96 <currency type="KES"> 97 <symbol>Ksh</symbol> 98 </currency> 99 </currencies> 100 </numbers> 101</ldml> 102