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

Diff of /classpath/gnu/java/locale/LocaleInformation_en_IE.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 53  public class LocaleInformation_en_IE ext Line 53  public class LocaleInformation_en_IE ext
53    {    {
54      { "Europe/Dublin", "Greenwich Mean Time", "GMT", "Irish Summer Time", "IST" },      { "Europe/Dublin", "Greenwich Mean Time", "GMT", "Irish Summer Time", "IST" },
55    };    };
     
   static final String currencySymbol = "\u00A3";  
   static final String intlCurrencySymbol = "IEP";  
   static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";  
56    
57    private static final Object[][] contents =    private static final Object[][] contents =
58    {    {
59      { "ampms", ampms },      { "ampms", ampms },
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
60      { "shortDateFormat", "dd/MM/yyyy" },      { "shortDateFormat", "dd/MM/yyyy" },
61      { "mediumDateFormat", "d MMM yyyy" },      { "mediumDateFormat", "d MMM yyyy" },
62      { "longDateFormat", "d MMMM yyyy" },      { "longDateFormat", "d MMMM yyyy" },

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