UNPKG

cldr

Version:

Library for extracting data from CLDR (the Unicode Common Locale Data Repository)

38 lines (37 loc) 1.29 kB
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2024 Unicode, Inc. For terms of use, see http://www.unicode.org/copyright.html SPDX-License-Identifier: Unicode-3.0 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) --> <ldml> <identity> <version number="$Revision$"/> <language type="fr"/> <territory type="RE"/> </identity> <dates> <calendars> <calendar type="gregorian"> <dayPeriods> <dayPeriodContext type="format"> <dayPeriodWidth type="abbreviated"> <dayPeriod type="midnight" draft="contributed">min.</dayPeriod> <dayPeriod type="noon" draft="contributed">midi</dayPeriod> <dayPeriod type="morning1" draft="contributed">mat.</dayPeriod> <dayPeriod type="afternoon1" draft="contributed">ap.m.</dayPeriod> <dayPeriod type="evening1" draft="contributed">soir</dayPeriod> <dayPeriod type="night1" draft="contributed">matin</dayPeriod> </dayPeriodWidth> </dayPeriodContext> </dayPeriods> </calendar> </calendars> </dates> <numbers> <miscPatterns numberSystem="latn"> <pattern type="atLeast" draft="contributed">au moins {0}</pattern> </miscPatterns> </numbers> </ldml>