1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2020 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 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="Latn"/> 13 <territory type="GM"/> 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 </timeFormat> 23 </timeFormatLength> 24 <timeFormatLength type="long"> 25 <timeFormat> 26 <pattern>h:mm:ss a z</pattern> 27 </timeFormat> 28 </timeFormatLength> 29 <timeFormatLength type="medium"> 30 <timeFormat> 31 <pattern>h:mm:ss a</pattern> 32 </timeFormat> 33 </timeFormatLength> 34 <timeFormatLength type="short"> 35 <timeFormat> 36 <pattern>h:mm a</pattern> 37 </timeFormat> 38 </timeFormatLength> 39 </timeFormats> 40 </calendar> 41 </calendars> 42 </dates> 43 <numbers> 44 <currencies> 45 <currency type="GMD"> 46 <symbol>D</symbol> 47 </currency> 48 </currencies> 49 </numbers> 50</ldml> 51