]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2015 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Apple addition, not in CLDR | |
6 | // * | |
7 | // *************************************************************************** | |
8 | en_PT{ | |
9 | %%Parent{"en_150"} | |
10 | NumberElements{ | |
11 | latn{ | |
12 | patterns{ | |
13 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} | |
14 | currencyFormat{"#,##0.00 ¤"} | |
15 | } | |
16 | symbols{ | |
17 | decimal{","} | |
18 | group{" "} | |
19 | } | |
20 | } | |
21 | } | |
22 | Version{"2.1.11.50"} | |
23 | } |