1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3 <!-- Copyright 1991-2018 Unicode, Inc. 4 For terms of use, see http://www.unicode.org/copyright.html 5 Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 6 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7 --> 8 <ldml> 9 <identity> 10 <version number="$Revision: 13839 $"/> 11 <language type="fr"/> 12 <territory type="ML"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="gregorian"> 17 <quarters> 18 <quarterContext type="format"> 19 <quarterWidth type="wide"> 20 <quarter type="1" draft="contributed">le 1er trimestre</quarter> 21 <quarter type="2" draft="contributed">le 2me trimestre</quarter> 22 <quarter type="3" draft="contributed">le 3me trimestre</quarter> 23 <quarter type="4" draft="contributed">le 4me trimestre</quarter> 24 </quarterWidth> 25 </quarterContext> 26 <quarterContext type="stand-alone"> 27 <quarterWidth type="wide"> 28 <quarter type="1" draft="contributed">1er trimestre</quarter> 29 <quarter type="2" draft="contributed">2me trimestre</quarter> 30 <quarter type="3" draft="contributed">3me trimestre</quarter> 31 <quarter type="4" draft="contributed">4me trimestre</quarter> 32 </quarterWidth> 33 </quarterContext> 34 </quarters> 35 <dateTimeFormats> 36 <dateTimeFormatLength type="medium"> 37 <dateTimeFormat> 38 <pattern draft="contributed">{1}, {0}</pattern> 39 </dateTimeFormat> 40 </dateTimeFormatLength> 41 <dateTimeFormatLength type="short"> 42 <dateTimeFormat> 43 <pattern draft="contributed">{1}, {0}</pattern> 44 </dateTimeFormat> 45 </dateTimeFormatLength> 46 </dateTimeFormats> 47 </calendar> 48 </calendars> 49 </dates> 50 <numbers> 51 <miscPatterns numberSystem="latn"> 52 <pattern type="atLeast" draft="contributed">au moins {0}</pattern> 53 </miscPatterns> 54 </numbers> 55 </ldml> 56