]>
Commit | Line | Data |
---|---|---|
51004dcb A |
1 | // *************************************************************************** |
2 | // * | |
b331163b | 3 | // * Copyright (C) 2015 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/pt_CV.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | pt_CV{ | |
57a6839d | 10 | %%Parent{"pt_PT"} |
51004dcb A |
11 | Currencies{ |
12 | CVE{ | |
b331163b | 13 | "", |
51004dcb A |
14 | "Escudo cabo-verdiano", |
15 | { | |
16 | "#,##0.00 ¤", | |
17 | "$", | |
b331163b | 18 | ",", |
51004dcb A |
19 | } |
20 | } | |
21 | PTE{ | |
b331163b | 22 | "PTE", |
51004dcb A |
23 | "Escudo português", |
24 | { | |
25 | "#,##0.00 ¤", | |
26 | ",", | |
27 | " ", | |
28 | } | |
29 | } | |
30 | } | |
b331163b | 31 | Version{"2.1.7.8"} |
51004dcb | 32 | } |