You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2004/12/18 16:58:12 UTC

cvs commit: jakarta-commons-sandbox/i18n/xdocs index.xml

dflorey     2004/12/18 07:58:12

  Modified:    i18n/xdocs index.xml
  Log:
  Added docs for new ResourceBundleMessageProvider
  
  Revision  Changes    Path
  1.3       +5 -4      jakarta-commons-sandbox/i18n/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	5 Oct 2004 17:47:55 -0000	1.2
  +++ index.xml	18 Dec 2004 15:58:12 -0000	1.3
  @@ -14,10 +14,11 @@
   This package adds the feature of localized message bundles that consist of one or many localized
   texts that belong together. Think of an error message that consists of title, text, summary and
   error details. These localized texts are bundled to a localized error and can be referenced easily.</p>
  -	<p>Based on this concept localized exceptions are introduced that make dealing with internationalization a pleasure...</p>
  -	<p>A message manager takes care of initializing the messages from an XML document. 
  -	It can handle a number of different message resource so that you can quickly reload messages based
  -	on a single resource.</p>
  +<p>To get started go <a href="quickstart.html">here</a>.</p> 
  +<p>Based on this concept localized exceptions are introduced that make dealing with internationalization a pleasure...</p>
  +<p>A message manager takes care of handling different pluggable message providers that enable you to easily migrate to the i18n-component.</p>
  +<p>It can handle a number of different message resources so that you can quickly reload messages based
  +on a single resource.</p>
   </section>
   
   <section name="Releases">
  
  
  

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