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="kpe"/> 12 <territory type="GN"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="gregorian"> 17 <timeFormats> 18 <timeFormatLength type="full"> 19 <timeFormat> 20 <pattern>HH:mm:ss zzzz</pattern> 21 <datetimeSkeleton>HHmmsszzzz</datetimeSkeleton> 22 </timeFormat> 23 </timeFormatLength> 24 <timeFormatLength type="long"> 25 <timeFormat> 26 <pattern>HH:mm:ss z</pattern> 27 <datetimeSkeleton>HHmmssz</datetimeSkeleton> 28 </timeFormat> 29 </timeFormatLength> 30 <timeFormatLength type="medium"> 31 <timeFormat> 32 <pattern>HH:mm:ss</pattern> 33 <datetimeSkeleton>HHmmss</datetimeSkeleton> 34 </timeFormat> 35 </timeFormatLength> 36 <timeFormatLength type="short"> 37 <timeFormat> 38 <pattern>HH:mm</pattern> 39 <datetimeSkeleton>HHmm</datetimeSkeleton> 40 </timeFormat> 41 </timeFormatLength> 42 </timeFormats> 43 </calendar> 44 </calendars> 45 </dates> 46 <numbers> 47 <currencies> 48 <currency type="GNF"> 49 <symbol>FG</symbol> 50 </currency> 51 <currency type="LRD"> 52 <symbol>LRD</symbol> 53 </currency> 54 </currencies> 55 </numbers> 56</ldml> 57