/
githubmirror
/
jdk17u-dev
Обзор
Документация
Войти
/
githubmirror
/
jdk17u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
make/data/cldr/common/main/fr_ML.xml
55 строк
2 KB
Naoto Sato
8258794: Support for CLDR version 39
16 апр 2021, 00:28
16 апр 2021, 00:28
f6e54f2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2021 Unicode, Inc. For terms of use, see http://www.unicode.org/copyright.html Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 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="ML"/> </identity> <dates> <calendars> <calendar type="gregorian"> <quarters> <quarterContext type="format"> <quarterWidth type="wide"> <quarter type="1" draft="contributed">le 1er trimestre</quarter> <quarter type="2" draft="contributed">le 2ème trimestre</quarter> <quarter type="3" draft="contributed">le 3ème trimestre</quarter> <quarter type="4" draft="contributed">le 4ème trimestre</quarter> </quarterWidth> </quarterContext> <quarterContext type="stand-alone"> <quarterWidth type="wide"> <quarter type="1" draft="contributed">1er trimestre</quarter> <quarter type="2" draft="contributed">2ème trimestre</quarter> <quarter type="3" draft="contributed">3ème trimestre</quarter> <quarter type="4" draft="contributed">4ème trimestre</quarter> </quarterWidth> </quarterContext> </quarters> <dateTimeFormats> <dateTimeFormatLength type="medium"> <dateTimeFormat> <pattern draft="contributed">{1}, {0}</pattern> </dateTimeFormat> </dateTimeFormatLength> <dateTimeFormatLength type="short"> <dateTimeFormat> <pattern draft="contributed">{1}, {0}</pattern> </dateTimeFormat> </dateTimeFormatLength> </dateTimeFormats> </calendar> </calendars> </dates> <numbers> <miscPatterns numberSystem="latn"> <pattern type="atLeast" draft="contributed">au moins {0}</pattern> </miscPatterns> </numbers> </ldml>