/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
icu4c/source/data/xml/rbnf/mt.xml
41 строка
951 B
George Rhoten
ICU-23358 Make RBNF lenient parsing of ignorables more consistent between locales
09 апр 2026, 20:22
09 апр 2026, 20:22
b914389
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html Copyright (c) 2013-2015 International Business Machines Corporation and others. All rights reserved. --> <!DOCTYPE ldml SYSTEM "../../dtd/cldr/common/dtd/ldml.dtd"> <ldml> <identity> <version number="$Revision$"/> <language type="mt"/> </identity> <rbnf> <rulesetGrouping type="DurationRules"> <rbnfRules><![CDATA[ %with-words: 0: 0 sekondi; 1 sekonda; =0= sekondi; 60/60: <%%min<[, >>]; 3600/60: <%%hr<[, >>>]; %%min: 0: 0 minuti; 1 minuta; =0= minuti; %%hr: 0: 0 siegħat; 1 siegħa; =0= siegħat; %in-numerals: 0: =0= sek.; 60: =%%min-sec=; 3600: =%%hr-min-sec=; %%min-sec: 0: :=00=; 60/60: <0<>>; %%hr-min-sec: 0: :=00=; 60/60: <00<>>; 3600/60: <#,##0<:>>>; %duration: 0: =%in-numerals=; ]]></rbnfRules> </rulesetGrouping> </rbnf> </ldml>