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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 by mkoch, Sun Dec 19 13:57:46 2004 UTC
# Line 49  public class LocaleInformation_en_SG ext Line 49  public class LocaleInformation_en_SG ext
49      { "Pacific/Guadalcanal", "Singapore Standard Time", "SST", "Singapore Standard Time", "SST" },      { "Pacific/Guadalcanal", "Singapore Standard Time", "SST", "Singapore Standard Time", "SST" },
50    };    };
51    
   static final String[] ampms = { "AM", "PM" };  
   static final String currencySymbol = "$";  
   static final String intlCurrencySymbol = "SGD";  
   static final String currencyFormat = "$#,##0.00;($#,##0.00)";  
   
52    private static final Object[][] contents =    private static final Object[][] contents =
53    {    {
54      { "shortDateFormat", "dd/MM/yyyy" },      { "shortDateFormat", "dd/MM/yyyy" },
# Line 64  public class LocaleInformation_en_SG ext Line 59  public class LocaleInformation_en_SG ext
59      { "mediumTimeFormat", "h:mm:ss a" },      { "mediumTimeFormat", "h:mm:ss a" },
60      { "longTimeFormat", "h:mm:ss a z" },      { "longTimeFormat", "h:mm:ss a z" },
61      { "fullTimeFormat", "h:mm:ss a z" },      { "fullTimeFormat", "h:mm:ss a z" },
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
62      { "zoneStrings", zoneStrings },      { "zoneStrings", zoneStrings },
63    };    };
64    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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