OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/ta_SG.xml | 6 // * Source File: <path>/common/main/ta_SG.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 ta_SG{ | 9 ta_SG{ |
10 NumberElements{ | 10 NumberElements{ |
11 latn{ | 11 latn{ |
12 patterns{ | 12 patterns{ |
13 currencyFormat{"¤ #,##0.00"} | 13 currencyFormat{"¤ #,##0.00"} |
14 decimalFormat{"#,##0.###"} | 14 decimalFormat{"#,##0.###"} |
15 percentFormat{"#,##0%"} | 15 percentFormat{"#,##0%"} |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 Version{"2.1.6.69"} | 19 Version{"2.1.19.14"} |
20 } | 20 } |
OLD | NEW |