]>
Commit | Line | Data |
---|---|---|
b331163b | 1 | // *************************************************************************** |
2ca993e8 A |
2 | // * |
3 | // * Copyright (C) 2016 International Business Machines | |
b331163b | 4 | // * Corporation and others. All Rights Reserved. |
2ca993e8 A |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 | // * Source File: <path>/common/main/en_IL.xml | |
7 | // * | |
b331163b A |
8 | // *************************************************************************** |
9 | en_IL{ | |
10 | %%Parent{"en_001"} | |
11 | Currencies{ | |
12 | EUR{ | |
13 | "€", | |
14 | "Euro", | |
15 | { | |
16 | "¤#,##0.00", | |
17 | ".", | |
18 | ",", | |
19 | } | |
20 | } | |
21 | } | |
2ca993e8 | 22 | Version{"2.1.23.47"} |
b331163b | 23 | } |