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

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

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

revision 1.3 by mkoch, Wed Dec 1 19:17:59 2004 UTC revision 1.4 by mkoch, Fri Dec 17 08:50:52 2004 UTC
# Line 62  public class LocaleInformation_nl_NL ext Line 62  public class LocaleInformation_nl_NL ext
62    static final String defaultTimeFormat = "";    static final String defaultTimeFormat = "";
63    static final String currencySymbol = "fl";    static final String currencySymbol = "fl";
64    static final String intlCurrencySymbol = "NLG";    static final String intlCurrencySymbol = "NLG";
   static final String currencyFormat = "$ #,###,##0.00;$ #,###,##0.00-";  
65    
66    private static final Object[][] contents =    private static final Object[][] contents =
67    {    {
# Line 75  public class LocaleInformation_nl_NL ext Line 74  public class LocaleInformation_nl_NL ext
74      { "defaultTimeFormat", defaultTimeFormat },      { "defaultTimeFormat", defaultTimeFormat },
75      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
76      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
77      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
78      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
79      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
80      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
81        { "currencyFormat", "\u00a4 #,##0.00;\u00a4 #,##0.00-" }
82    };    };
83    
84    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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