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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:32 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 58  public class LocaleInformation_pt_BR ext Line 58  public class LocaleInformation_pt_BR ext
58    
59    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
60    
   static final String shortDateFormat = "dd-MM-yyyy";  
   static final String currencySymbol = "R$";  
   static final String intlCurrencySymbol = "BRL";  
   static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";  
   
61    private static final Object[][] contents =    private static final Object[][] contents =
62    {    {
63      { "weekdays", weekdays },      { "weekdays", weekdays },
# Line 70  public class LocaleInformation_pt_BR ext Line 65  public class LocaleInformation_pt_BR ext
65      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
66      { "months", months },      { "months", months },
67      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
68      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
69      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
70      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
# Line 78  public class LocaleInformation_pt_BR ext Line 72  public class LocaleInformation_pt_BR ext
72      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
73      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
74      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
75        { "shortDateFormat", "dd/MM/yy" },
76    };    };
77    
78    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