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

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

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

revision 1.4 by mkoch, Fri Dec 17 09:50:15 2004 UTC revision 1.5 by mkoch, Fri Dec 17 11:01:31 2004 UTC
# Line 50  public class LocaleInformation_de_DE ext Line 50  public class LocaleInformation_de_DE ext
50    static final String percentFormat = "#,###,##0%";    static final String percentFormat = "#,###,##0%";
51    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
52    static final String shortDateFormat = "dd.MM.yyyy";    static final String shortDateFormat = "dd.MM.yyyy";
   static final String defaultTimeFormat = "";  
53    static final String currencySymbol = "DM";    static final String currencySymbol = "DM";
54    static final String intlCurrencySymbol = "DEM";    static final String intlCurrencySymbol = "DEM";
55    
# Line 58  public class LocaleInformation_de_DE ext Line 57  public class LocaleInformation_de_DE ext
57    {    {
58      { "ampms", ampms },      { "ampms", ampms },
59      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
     { "defaultTimeFormat", defaultTimeFormat },  
60      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
61      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
62      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },

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