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 14:47:03 UTC

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

husted      2004/01/01 05:47:03

  Modified:    src/exercise-taglib/org/apache/struts/webapp/exercise
                        ApplicationResources.properties
  Added:       src/exercise-taglib/org/apache/struts/webapp/exercise
                        ApplicationResources_fr.properties
                        ApplicationResources_de.properties
  Log:
  Add bean:write test #7 - localized numbers.
  
  Revision  Changes    Path
  1.4       +10 -0     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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ApplicationResources.properties	9 Oct 2002 05:09:35 -0000	1.3
  +++ ApplicationResources.properties	1 Jan 2004 13:47:02 -0000	1.4
  @@ -37,3 +37,13 @@
   resources0=Resources 0
   resources1=Resources 1
   resources2=Resources 2
  +
  +
  +#
  +# Resources for testing <bean:write> tag.
  +#
  +
  +format.pattern=#,000.00
  +locale.de=
  +locale.en=(*)
  +locale.fr=
  
  
  
  1.1                  jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_fr.properties
  
  Index: ApplicationResources_fr.properties
  ===================================================================
  #
  # Resources for testing <bean:write> tag.
  #
  # :FIXME: Where are the localized notations documented? -- period is not right
  format.pattern=#.000,00
  locale.en=
  locale.fr=(*)
  
  
  
  1.1                  jakarta-struts/src/exercise-taglib/org/apache/struts/webapp/exercise/ApplicationResources_de.properties
  
  Index: ApplicationResources_de.properties
  ===================================================================
  #
  # Resources for testing <bean:write> tag.
  #
  format.pattern=#.000,00
  locale.en=
  locale.de=(*)
  
  
  

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