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

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

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

revision 1.23 by mkoch, Thu Dec 30 15:10:52 2004 UTC revision 1.24 by mkoch, Thu Dec 30 18:25:27 2004 UTC
# Line 936  public class LocaleInformation_en extend Line 936  public class LocaleInformation_en extend
936    
937    private static final Object languages = new Hashtablelanguages();    private static final Object languages = new Hashtablelanguages();
938    
939      private static final class Hashtablevariants extends java.util.Hashtable
940      {
941        public Hashtablevariants()
942          {
943            super();
944            put("REVISED", "Revised Orthography");
945            put("lojban", "Lojban");
946            put("POSIX", "Computer");
947            put("gaulish", "Gaulish");
948            put("rozaj", "Resian");
949            put("nedis", "Natisone dialect");
950            put("boont", "Boontling");
951            put("1996", "German orthography of 1996");
952            put("guoyu", "Mandarin or Standard Chinese");
953            put("hakka", "Hakka");
954            put("xiang", "Xiang or Hunanese");
955            put("1901", "Traditional German orthography");
956            put("scouse", "Scouse");
957          }
958      }
959    
960      private static final Object variants = new Hashtablevariants();
961    
962    private static final Object[][] contents =    private static final Object[][] contents =
963    {    {
964      { "collation_rules", collation_rules },      { "collation_rules", collation_rules },
# Line 972  public class LocaleInformation_en extend Line 995  public class LocaleInformation_en extend
995      { "percentFormat", "#,##0%" },      { "percentFormat", "#,##0%" },
996      { "territories", territories },      { "territories", territories },
997      { "languages", languages },      { "languages", languages },
998        { "variants", variants },
999    };    };
1000    
1001    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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