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