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