OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/zh.xml | 6 // * Source File: <path>/common/main/zh.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/zh.xml | 10 * ICU <specials> source: <path>/common/main/zh.xml |
(...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1815 } | 1815 } |
1816 "meta:Suriname"{ | 1816 "meta:Suriname"{ |
1817 ls{"苏里南时间"} | 1817 ls{"苏里南时间"} |
1818 } | 1818 } |
1819 "meta:Syowa"{ | 1819 "meta:Syowa"{ |
1820 ls{"昭和时间"} | 1820 ls{"昭和时间"} |
1821 } | 1821 } |
1822 "meta:Tahiti"{ | 1822 "meta:Tahiti"{ |
1823 ls{"塔希提岛时间"} | 1823 ls{"塔希提岛时间"} |
1824 } | 1824 } |
| 1825 // Chromium patch: Add short names |
1825 "meta:Taipei"{ | 1826 "meta:Taipei"{ |
1826 ld{"台北夏令时间"} | 1827 ld{"台北夏令时间"} |
1827 lg{"台北时间"} | 1828 lg{"台北时间"} |
1828 ls{"台北标准时间"} | 1829 ls{"台北标准时间"} |
| 1830 sd{"台北"} |
| 1831 sg{"台北"} |
| 1832 ss{"台北"} |
1829 } | 1833 } |
1830 "meta:Tajikistan"{ | 1834 "meta:Tajikistan"{ |
1831 ls{"塔吉克斯坦时间"} | 1835 ls{"塔吉克斯坦时间"} |
1832 } | 1836 } |
1833 "meta:Tokelau"{ | 1837 "meta:Tokelau"{ |
1834 ls{"托克劳时间"} | 1838 ls{"托克劳时间"} |
1835 } | 1839 } |
1836 "meta:Tonga"{ | 1840 "meta:Tonga"{ |
1837 ld{"汤加夏令时间"} | 1841 ld{"汤加夏令时间"} |
1838 lg{"汤加时间"} | 1842 lg{"汤加时间"} |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1898 } | 1902 } |
1899 fallbackFormat{"{1}({0})"} | 1903 fallbackFormat{"{1}({0})"} |
1900 gmtFormat{"GMT{0}"} | 1904 gmtFormat{"GMT{0}"} |
1901 gmtZeroFormat{"GMT"} | 1905 gmtZeroFormat{"GMT"} |
1902 hourFormat{"+HH:mm;-HH:mm"} | 1906 hourFormat{"+HH:mm;-HH:mm"} |
1903 regionFormat{"{0}时间"} | 1907 regionFormat{"{0}时间"} |
1904 regionFormatDaylight{"{0}夏令时间"} | 1908 regionFormatDaylight{"{0}夏令时间"} |
1905 regionFormatStandard{"{0}标准时间"} | 1909 regionFormatStandard{"{0}标准时间"} |
1906 } | 1910 } |
1907 } | 1911 } |
OLD | NEW |