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

Side by Side Diff: source/data/curr/mt.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months 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 unified diff | Download patch
« no previous file with comments | « source/data/curr/ms_SG.txt ('k') | source/data/curr/mua.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/mt.xml 6 // * Source File: <path>/common/main/mt.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/mt.xml
11 */
12 mt{ 9 mt{
13 Currencies{ 10 Currencies{
14 EUR{ 11 EUR{
15 "€", 12 "€",
16 "ewro", 13 "ewro",
17 } 14 }
15 MTL{
16 "MTL",
17 "Lira Maltija",
18 }
19 XXX{
20 "XXX",
21 "Munita Mhux Magħrufa jew Mhux Valida",
22 }
18 } 23 }
19 Currencies%narrow{ 24 Currencies%narrow{
20 EUR{"€"} 25 EUR{"€"}
21 } 26 }
22 CurrencyPlurals{ 27 CurrencyPlurals{
23 EUR{ 28 EUR{
24 few{"ewro"} 29 few{"ewro"}
25 many{"ewro"} 30 many{"ewro"}
26 one{"ewro"} 31 one{"ewro"}
27 other{"ewro"} 32 other{"ewro"}
28 } 33 }
34 XXX{
35 few{"Munita Mhux Magħruf jew Mhux Validu"}
36 many{"Munita Mhux Magħruf jew Mhux Validu"}
37 one{"Munita Mhux Magħruf jew Mhux Validu"}
38 other{"Munita Mhux Magħruf jew Mhux Validu"}
39 }
29 } 40 }
30 Version{"2.1.8.22"} 41 Version{"2.1.19.94"}
31 } 42 }
OLDNEW
« no previous file with comments | « source/data/curr/ms_SG.txt ('k') | source/data/curr/mua.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698