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="zh"/> 12 <script type="Hans"/> 13 <territory type="MY"/> 14 </identity> 15 <dates> 16 <calendars> 17 <calendar type="gregorian"> 18 <dayPeriods> 19 <dayPeriodContext type="format"> 20 <dayPeriodWidth type="wide"> 21 <dayPeriod type="morning1" draft="unconfirmed">早上</dayPeriod> 22 </dayPeriodWidth> 23 </dayPeriodContext> 24 </dayPeriods> 25 <timeFormats> 26 <timeFormatLength type="full"> 27 <timeFormat> 28 <pattern draft="contributed">zzzz ah:mm:ss</pattern> 29 <datetimeSkeleton draft="contributed">ahmmsszzzz</datetimeSkeleton> 30 </timeFormat> 31 </timeFormatLength> 32 <timeFormatLength type="long"> 33 <timeFormat> 34 <pattern draft="contributed">z ah:mm:ss</pattern> 35 <datetimeSkeleton draft="contributed">ahmmssz</datetimeSkeleton> 36 </timeFormat> 37 </timeFormatLength> 38 <timeFormatLength type="medium"> 39 <timeFormat> 40 <pattern draft="contributed">ah:mm:ss</pattern> 41 <datetimeSkeleton draft="contributed">ahmmss</datetimeSkeleton> 42 </timeFormat> 43 </timeFormatLength> 44 <timeFormatLength type="short"> 45 <timeFormat> 46 <pattern draft="contributed">ah:mm</pattern> 47 <datetimeSkeleton draft="contributed">ahmm</datetimeSkeleton> 48 </timeFormat> 49 </timeFormatLength> 50 </timeFormats> 51 </calendar> 52 </calendars> 53 </dates> 54 <numbers> 55 <currencies> 56 <currency type="MYR"> 57 <displayName draft="unconfirmed">马来西亚令吉</displayName> 58 <displayName count="other" draft="unconfirmed">马来西亚令吉</displayName> 59 </currency> 60 </currencies> 61 </numbers> 62</ldml> 63