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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 by mkoch, Sun Dec 19 13:57:46 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_en_PH extends ListResourceBundle  public class LocaleInformation_en_PH extends ListResourceBundle
46  {  {
   static final String[] ampms = { "AM", "PM" };  
   static final String currencySymbol = "Php";  
   static final String intlCurrencySymbol = "PHP";  
   
47    private static final Object[][] contents =    private static final Object[][] contents =
48    {    {
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
49      { "currencyFormat", "\u00a4#,##0.00;(\u00a4#,##0.00)" },      { "currencyFormat", "\u00a4#,##0.00;(\u00a4#,##0.00)" },
50      { "mediumDateFormat", "MM d, yy" },      { "mediumDateFormat", "MM d, yy" },
51    };    };

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26