| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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/os.xml | 6 // * Source File: <path>/common/main/os.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/os.xml | 10 * ICU <specials> source: <path>/common/main/os.xml |
| 11 */ | 11 */ |
| 12 os{ | 12 os{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Дуне"} | |
| 15 002{"Африкӕ"} | |
| 16 009{"Океани"} | |
| 17 019{"Америкӕ"} | |
| 18 142{"Ази"} | |
| 19 150{"Европӕ"} | |
| 20 BR{"Бразили"} | 14 BR{"Бразили"} |
| 21 CN{"Китай"} | 15 CN{"Китай"} |
| 22 DE{"Герман"} | 16 DE{"Герман"} |
| 23 FR{"Франц"} | 17 FR{"Франц"} |
| 24 GB{"Стыр Британи"} | 18 GB{"Стыр Британи"} |
| 25 GE{"Гуырдзыстон"} | 19 GE{"Гуырдзыстон"} |
| 26 IN{"Инди"} | 20 IN{"Инди"} |
| 27 IT{"Итали"} | 21 IT{"Итали"} |
| 28 JP{"Япон"} | 22 JP{"Япон"} |
| 29 RU{"Уӕрӕсе"} | 23 RU{"Уӕрӕсе"} |
| 30 US{"АИШ"} | 24 US{"АИШ"} |
| 31 ZZ{"Нӕзонгӕ бӕстӕ"} | 25 ZZ{"Нӕзонгӕ бӕстӕ"} |
| 32 } | 26 } |
| 33 Version{"2.1.7.53"} | 27 Version{"2.1.7.53"} |
| 34 } | 28 } |
| OLD | NEW |