/[classpath]/classpath/gnu/java/locale/LocaleInformation_zh_SG_Hans.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_zh_SG_Hans.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Sun Dec 26 15:06:16 2004 UTC revision 1.3 by mkoch, Thu Dec 30 15:10:52 2004 UTC
# Line 61  public class LocaleInformation_zh_SG_Han Line 61  public class LocaleInformation_zh_SG_Han
61    
62    private static final Object territories = new Hashtableterritories();    private static final Object territories = new Hashtableterritories();
63    
64      private static final class Hashtablelanguages extends java.util.Hashtable
65      {
66        public Hashtablelanguages()
67          {
68            super();
69            put("root", "\u6839 \u6e90");
70            put("sh", "\u585e\u5c14\u7ef4\u4e9a\u514b\u7f57\u5730\u4e9a\u6587");
71          }
72      }
73    
74      private static final Object languages = new Hashtablelanguages();
75    
76    private static final Object[][] contents =    private static final Object[][] contents =
77    {    {
78      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },
# Line 73  public class LocaleInformation_zh_SG_Han Line 85  public class LocaleInformation_zh_SG_Han
85      { "longTimeFormat", "a hh:mm:ss" },      { "longTimeFormat", "a hh:mm:ss" },
86      { "fullTimeFormat", "a hh:mm:ss" },      { "fullTimeFormat", "a hh:mm:ss" },
87      { "territories", territories },      { "territories", territories },
88        { "languages", languages },
89    };    };
90    
91    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26