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="st"/> 12 <territory type="LS"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="gregorian"> 17 <timeFormats> 18 <timeFormatLength type="full"> 19 <timeFormat> 20 <pattern>h:mm:ss a zzzz</pattern> 21 <datetimeSkeleton>ahmmsszzzz</datetimeSkeleton> 22 </timeFormat> 23 </timeFormatLength> 24 <timeFormatLength type="long"> 25 <timeFormat> 26 <pattern>h:mm:ss a z</pattern> 27 <datetimeSkeleton>ahmmssz</datetimeSkeleton> 28 </timeFormat> 29 </timeFormatLength> 30 <timeFormatLength type="medium"> 31 <timeFormat> 32 <pattern>h:mm:ss a</pattern> 33 <datetimeSkeleton>ahmmss</datetimeSkeleton> 34 </timeFormat> 35 </timeFormatLength> 36 <timeFormatLength type="short"> 37 <timeFormat> 38 <pattern>h:mm a</pattern> 39 <datetimeSkeleton>ahmm</datetimeSkeleton> 40 </timeFormat> 41 </timeFormatLength> 42 </timeFormats> 43 </calendar> 44 </calendars> 45 </dates> 46 <numbers> 47 <currencies> 48 <currency type="LSL"> 49 <symbol>M</symbol> 50 </currency> 51 </currencies> 52 </numbers> 53</ldml> 54