OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/mt.xml | 10 * ICU <specials> source: <path>/common/main/mt.xml |
11 */ | 11 */ |
12 mt{ | 12 mt{ |
13 Currencies{ | 13 Currencies{ |
14 EUR{ | 14 EUR{ |
15 "€", | 15 "€", |
16 "ewro", | 16 "ewro", |
17 } | 17 } |
18 MTL{ | |
19 "MTL", | |
20 "Lira Maltija", | |
21 } | |
22 XXX{ | |
23 "XXX", | |
24 "Munita Mhux Magħrufa jew Mhux Valida", | |
25 } | |
26 } | 18 } |
27 Currencies%narrow{ | 19 Currencies%narrow{ |
28 EUR{"€"} | 20 EUR{"€"} |
29 } | 21 } |
30 CurrencyPlurals{ | 22 CurrencyPlurals{ |
31 EUR{ | 23 EUR{ |
32 few{"ewro"} | 24 few{"ewro"} |
33 many{"ewro"} | 25 many{"ewro"} |
34 one{"ewro"} | 26 one{"ewro"} |
35 other{"ewro"} | 27 other{"ewro"} |
36 } | 28 } |
37 XXX{ | |
38 few{"Munita Mhux Magħruf jew Mhux Validu"} | |
39 many{"Munita Mhux Magħruf jew Mhux Validu"} | |
40 one{"Munita Mhux Magħruf jew Mhux Validu"} | |
41 other{"Munita Mhux Magħruf jew Mhux Validu"} | |
42 } | |
43 } | 29 } |
44 Version{"2.1.8.22"} | 30 Version{"2.1.8.22"} |
45 } | 31 } |
OLD | NEW |