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

Diff of /classpath/gnu/java/locale/LocaleInformation_fo_FO.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 57  public class LocaleInformation_fo_FO ext Line 57  public class LocaleInformation_fo_FO ext
57    static final String[] months = { "januar", "februar", "mars", "apr\u00EDl", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember", null };    static final String[] months = { "januar", "februar", "mars", "apr\u00EDl", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember", null };
58    
59    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
60    static final String shortDateFormat = "dd/MM-yyyy";    static final String shortDateFormat = "dd/MM-yyyy";
61    static final String currencySymbol = LocaleInformation_da_DK.currencySymbol;    static final String currencySymbol = LocaleInformation_da_DK.currencySymbol;
62    static final String intlCurrencySymbol = LocaleInformation_da_DK.intlCurrencySymbol;    static final String intlCurrencySymbol = LocaleInformation_da_DK.intlCurrencySymbol;
   static final String currencyFormat = LocaleInformation_da_DK.currencyFormat;  
63    
64    private static final Object[][] contents =    private static final Object[][] contents =
65    {    {
# Line 73  public class LocaleInformation_fo_FO ext Line 71  public class LocaleInformation_fo_FO ext
71      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
72      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
73      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
74      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
75      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
76      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
77      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
78        { "currencyFormat", "\u00a4#,##0.00;\u00a4 -#,##0.00" }
79    };    };
80    
81    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