OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/vi.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/vi.xml |
| 11 */ |
| 12 vi{ |
| 13 Version{"2.0.50.96"} |
| 14 zoneStrings{ |
| 15 "Antarctica:DumontDUrville"{ |
| 16 ec{"Dumont D'Urville"} |
| 17 } |
| 18 "Atlantic:Canary"{ |
| 19 ec{"Quần Đảo Canary"} |
| 20 } |
| 21 "Etc:Unknown"{ |
| 22 ec{"Không rõ"} |
| 23 } |
| 24 fallbackFormat{"{1} ({0})"} |
| 25 gmtFormat{"GMT{0}"} |
| 26 hourFormat{"+HH:mm;-HH:mm"} |
| 27 } |
| 28 } |
OLD | NEW |