Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: icu46/source/data/xml/rbnf/mt.xml

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/data/xml/rbnf/ms.xml ('k') | icu46/source/data/xml/rbnf/nb.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/data/xml/rbnf/mt.xml
===================================================================
--- icu46/source/data/xml/rbnf/mt.xml (revision 0)
+++ icu46/source/data/xml/rbnf/mt.xml (revision 0)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright (c) 2010 International Business Machines Corporation and others. All rights reserved.
+-->
+<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd">
+<ldml>
+ <identity>
+
+ <version number="$Revision: 1.4 $"/>
+ <generation date="$Date: 2008/12/08 18:18:44 $"/>
+ <language type="mt"/>
+ </identity>
+ <rbnf>
+ <rulesetGrouping type="DurationRules">
+ <ruleset type="with-words">
+ <rbnfrule value="0">0 sekondi; 1 sekonda; =0= sekondi;</rbnfrule>
+ <rbnfrule value="60" radix="60">←%%min←[, →→];</rbnfrule>
+ <rbnfrule value="3600" radix="60">←%%hr←[, →→→];</rbnfrule>
+ </ruleset>
+ <ruleset type="min" access="private">
+ <rbnfrule value="0">0 minuti; 1 minuta; =0= minuti;</rbnfrule>
+ </ruleset>
+ <ruleset type="hr" access="private">
+ <rbnfrule value="0">0 siegħat; 1 siegħa; =0= siegħat;</rbnfrule>
+ </ruleset>
+ <ruleset type="in-numerals">
+ <rbnfrule value="0">=0= sek.;</rbnfrule>
+ <rbnfrule value="60">=%%min-sec=;</rbnfrule>
+ <rbnfrule value="3600">=%%hr-min-sec=;</rbnfrule>
+ </ruleset>
+ <ruleset type="min-sec" access="private">
+ <rbnfrule value="0">:=00=;</rbnfrule>
+ <rbnfrule value="60" radix="60">←0←→→;</rbnfrule>
+ </ruleset>
+ <ruleset type="hr-min-sec" access="private">
+ <rbnfrule value="0">:=00=;</rbnfrule>
+ <rbnfrule value="60" radix="60">←00←→→;</rbnfrule>
+ <rbnfrule value="3600" radix="60">←#,##0←:→→→;</rbnfrule>
+ </ruleset>
+ <ruleset type="duration">
+ <rbnfrule value="0">=%in-numerals=;</rbnfrule>
+ </ruleset>
+ <ruleset type="lenient-parse" access="private">
+ <rbnfrule value="0">&amp; ':' = '.' = ' ' = '-';</rbnfrule>
+ </ruleset>
+ </rulesetGrouping>
+ <rulesetGrouping type="SpelloutRules">
+ <ruleset type="lenient-parse" access="private">
+ <rbnfrule value="0">&amp;[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­';</rbnfrule>
+ </ruleset>
+ </rulesetGrouping>
+
+ </rbnf>
+</ldml>
« no previous file with comments | « icu46/source/data/xml/rbnf/ms.xml ('k') | icu46/source/data/xml/rbnf/nb.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698