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

Diff of /classpath/gnu/java/locale/LocaleInformation_cy_GB.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 57  public class LocaleInformation_cy_GB ext Line 57  public class LocaleInformation_cy_GB ext
57    static final String[] months = { "Ionawr", "Chwefror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorffennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr", null };    static final String[] months = { "Ionawr", "Chwefror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorffennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr", null };
58    
59    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd.MM.yy";  
60    static final String currencySymbol = LocaleInformation_en_GB.currencySymbol;    static final String currencySymbol = LocaleInformation_en_GB.currencySymbol;
61    static final String intlCurrencySymbol = LocaleInformation_en_GB.intlCurrencySymbol;    static final String intlCurrencySymbol = LocaleInformation_en_GB.intlCurrencySymbol;
   static final String currencyFormat = LocaleInformation_en_GB.currencyFormat;  
62    
63    private static final Object[][] contents =    private static final Object[][] contents =
64    {    {
# Line 70  public class LocaleInformation_cy_GB ext Line 67  public class LocaleInformation_cy_GB ext
67      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
68      { "months", months },      { "months", months },
69      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
70      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
71      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
72      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
73      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
74      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
75      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
76        { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },
77        { "shortDateFormat", "dd/MM/yyyy" },
78        { "mediumDateFormat", "d MMM yyyy" },
79        { "longDateFormat", "dd MMMM yyyy" },
80        { "fullDateFormat", "EEEE, dd MMMM yyyy" }
81    };    };
82    
83    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