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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:31 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 61  public class LocaleInformation_be_BY ext Line 61  public class LocaleInformation_be_BY ext
61    static final String shortDateFormat = "dd.MM.yyyy";    static final String shortDateFormat = "dd.MM.yyyy";
62    static final String currencySymbol = "\u0440\u0443\u0431";    static final String currencySymbol = "\u0440\u0443\u0431";
63    static final String intlCurrencySymbol = "BYB";    static final String intlCurrencySymbol = "BYB";
   static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";  
64    
65    private static final Object[][] contents =    private static final Object[][] contents =
66    {    {
# Line 73  public class LocaleInformation_be_BY ext Line 72  public class LocaleInformation_be_BY ext
72      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
73      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
74      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
75      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
76      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
77      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
78      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
79        { "currencyFormat", "\u00a4#,##0;-\u00a4#,##0" }
80    };    };
81    
82    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

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

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