src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_TW.java
changeset 55627 9c1885fb2a42
parent 47216 71c04702a3d5
equal deleted inserted replaced
55620:eb1fbe4d61b2 55627:9c1885fb2a42
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    86     protected final Object[][] getContents() {
    86     protected final Object[][] getContents() {
    87         final String[] rocEras = {
    87         final String[] rocEras = {
    88             "\u6c11\u570b\u524d",
    88             "\u6c11\u570b\u524d",
    89             "\u6c11\u570b",
    89             "\u6c11\u570b",
    90         };
    90         };
       
    91         final String[] gregoryEras = {
       
    92             "\u897f\u5143\u524d",
       
    93             "\u897f\u5143",
       
    94         };
    91         return new Object[][] {
    95         return new Object[][] {
    92             { "Eras",
    96             { "Eras", gregoryEras },
    93                 new String[] { // era strings
    97             { "short.Eras", gregoryEras },
    94                     "\u897f\u5143\u524d",
       
    95                     "\u897f\u5143"
       
    96                 }
       
    97             },
       
    98             { "standalone.MonthAbbreviations",
    98             { "standalone.MonthAbbreviations",
    99                 new String[] {
    99                 new String[] {
   100                     "1\u6708",
   100                     "1\u6708",
   101                     "2\u6708",
   101                     "2\u6708",
   102                     "3\u6708",
   102                     "3\u6708",