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

Diff of /classpath/gnu/java/locale/LocaleInformation_es_DO.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 70  public class LocaleInformation_es_DO ext Line 70  public class LocaleInformation_es_DO ext
70      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
71      { "months", months },      { "months", months },
72      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
73      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
74      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
75      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
# Line 78  public class LocaleInformation_es_DO ext Line 77  public class LocaleInformation_es_DO ext
77      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
78      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
79      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
80        { "shortDateFormat", "dd/MM/yy" },
81        { "mediumDateFormat", "dd/MM/yyyy" },
82        { "shortTimeFormat", "hh:mm a" },
83        { "mediumTimeFormat", "hh:mm:ss a" },
84        { "longTimeFormat", "hh:mm:ss a z" },
85        { "fullTimeFormat", "hh:mm:ss a z" }
86    };    };
87    
88    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