You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/01/01 20:24:20 UTC

cvs commit: jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise ApplicationResources.properties ApplicationResources_de.properties ApplicationResources_fr.properties

husted      2004/01/01 11:24:20

  Modified:    src/exercise-taglib/org/apache/struts/webapp/exercise
                        ApplicationResources.properties
                        ApplicationResources_de.properties
                        ApplicationResources_fr.properties
  Log:
  Add tests for date localization.
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ApplicationResources.properties	1 Jan 2004 13:47:02 -0000	1.4
  +++ ApplicationResources.properties	1 Jan 2004 19:24:20 -0000	1.5
  @@ -43,7 +43,8 @@
   # Resources for testing <bean:write> tag.
   #
   
  -format.pattern=#,000.00
  +double.pattern=#,000.00
  +date.pattern=EEE, MMM d, ''yy
   locale.de=
   locale.en=(*)
   locale.fr=
  
  
  
  1.2       +1 -1      jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_de.properties
  
  Index: ApplicationResources_de.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_de.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources_de.properties	1 Jan 2004 13:47:02 -0000	1.1
  +++ ApplicationResources_de.properties	1 Jan 2004 19:24:20 -0000	1.2
  @@ -1,6 +1,6 @@
   #
   # Resources for testing <bean:write> tag.
   #
  -format.pattern=#.000,00
  +double.pattern=#.000,00
   locale.en=
   locale.de=(*)
  
  
  
  1.2       +1 -1      jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_fr.properties
  
  Index: ApplicationResources_fr.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources_fr.properties	1 Jan 2004 13:47:02 -0000	1.1
  +++ ApplicationResources_fr.properties	1 Jan 2004 19:24:20 -0000	1.2
  @@ -2,6 +2,6 @@
   # Resources for testing <bean:write> tag.
   #
   # :FIXME: Where are the localized notations documented? -- period is not right
  -format.pattern=#.000,00
  +double.pattern=#.000,00
   locale.en=
   locale.fr=(*)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org