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

Diff of /classpath/gnu/java/locale/LocaleInformation_ta_IN.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_ta_IN ext Line 58  public class LocaleInformation_ta_IN ext
58    
59    static final String[] ampms = { "\u0B95\u0BBE\u0BB2\u0BC8", "\u0BAE\u0BBE\u0BB2\u0BC8" };    static final String[] ampms = { "\u0B95\u0BBE\u0BB2\u0BC8", "\u0BAE\u0BBE\u0BB2\u0BC8" };
60    
   static final String shortDateFormat = "EEEE dd MMMM yyyy";  
61    static final String currencySymbol = "\u20A8";    static final String currencySymbol = "\u20A8";
62    static final String intlCurrencySymbol = "INR";    static final String intlCurrencySymbol = "INR";
   static final String currencyFormat = "$ #,##,##0.00;-$ #,##,##0.00";  
63    
64    private static final Object[][] contents =    private static final Object[][] contents =
65    {    {
# Line 70  public class LocaleInformation_ta_IN ext Line 68  public class LocaleInformation_ta_IN ext
68      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
69      { "months", months },      { "months", months },
70      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
71      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
72      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
73      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
74      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
75      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
76      { "percentFormat", percentFormat },      { "percentFormat", "##,##,##0%" },
77        { "currencyFormat", "\u00a4 ##,##,##0.00;-\u00a4 ##,##,##0.00" },
78        { "shortDateFormat", "d-M-yy" },
79        { "mediumDateFormat", "dd-MM-yyyy" },
80        { "longDateFormat", "d MMMM yyyy" },
81        { "fullDateFormat", "EEEE d MMMM yyyy" },
82        { "shortTimeFormat", "h:mm a" },
83        { "mediumTimeFormat", "h:mm:ss a" },
84        { "longTimeFormat", "h:mm:ss a z" },
85        { "fullTimeFormat", "h: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