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

Diff of /classpath/gnu/java/locale/LocaleInformation_te.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 114  public class LocaleInformation_te extend Line 114  public class LocaleInformation_te extend
114    
115    private static final Object territories = new Hashtableterritories();    private static final Object territories = new Hashtableterritories();
116    
117      private static final class Hashtablelanguages extends java.util.Hashtable
118      {
119        public Hashtablelanguages()
120          {
121            super();
122            put("te", "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41");
123          }
124      }
125    
126      private static final Object languages = new Hashtablelanguages();
127    
128    private static final Object[][] contents =    private static final Object[][] contents =
129    {    {
130      { "zeroDigit", "\u0c66" },      { "zeroDigit", "\u0c66" },
# Line 123  public class LocaleInformation_te extend Line 134  public class LocaleInformation_te extend
134      { "weekdays", weekdays },      { "weekdays", weekdays },
135      { "ampms", ampms },      { "ampms", ampms },
136      { "territories", territories },      { "territories", territories },
137        { "languages", languages },
138    };    };
139    
140    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