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

Diff of /classpath/gnu/java/locale/LocaleInformation_so.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 218  public class LocaleInformation_so extend Line 218  public class LocaleInformation_so extend
218    
219    private static final Object territories = new Hashtableterritories();    private static final Object territories = new Hashtableterritories();
220    
221      private static final class Hashtablelanguages extends java.util.Hashtable
222      {
223        public Hashtablelanguages()
224          {
225            super();
226            put("so", "Soomaali");
227          }
228      }
229    
230      private static final Object languages = new Hashtablelanguages();
231    
232    private static final Object[][] contents =    private static final Object[][] contents =
233    {    {
234      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
# Line 235  public class LocaleInformation_so extend Line 246  public class LocaleInformation_so extend
246      { "longTimeFormat", "h:mm:ss a" },      { "longTimeFormat", "h:mm:ss a" },
247      { "fullTimeFormat", "h:mm:ss a" },      { "fullTimeFormat", "h:mm:ss a" },
248      { "territories", territories },      { "territories", territories },
249        { "languages", languages },
250    };    };
251    
252    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