You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2001/12/20 23:36:06 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks translate.html

sbailliez    01/12/20 14:36:06

  Modified:    docs/manual/OptionalTasks translate.html
  Log:
  Remove some newlines to make <pre> content more readable.
  
  Revision  Changes    Path
  1.3       +22 -22    jakarta-ant/docs/manual/OptionalTasks/translate.html
  
  Index: translate.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/translate.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- translate.html	2001/11/22 01:55:10	1.2
  +++ translate.html	2001/12/20 22:36:06	1.3
  @@ -28,14 +28,14 @@
   locale (basebundlename), in the following order from lower-level
   (more specific) to parent-level (less specific):
   </p>
  -<pre>
  -basebundlename + &quot;_&quot; + language1 + &quot;_&quot; + country1 + &quot;_&quot; + variant1
  -basebundlename + &quot;_&quot; + language1 + &quot;_&quot; + country1
  -basebundlename + &quot;_&quot; + language1
  -basebundlename
  -basebundlename + &quot;_&quot; + language2 + &quot;_&quot; + country2 + &quot;_&quot; + variant2
  -basebundlename + &quot;_&quot; + language2 + &quot;_&quot; + country2
  -basebundlename + &quot;_&quot; + language2
  +<pre>
  +basebundlename + &quot;_&quot; + language1 + &quot;_&quot; + country1 + &quot;_&quot; + variant1
  +basebundlename + &quot;_&quot; + language1 + &quot;_&quot; + country1
  +basebundlename + &quot;_&quot; + language1
  +basebundlename
  +basebundlename + &quot;_&quot; + language2 + &quot;_&quot; + country2 + &quot;_&quot; + variant2
  +basebundlename + &quot;_&quot; + language2 + &quot;_&quot; + country2
  +basebundlename + &quot;_&quot; + language2
   </pre>
   <p>
   The file names generated thus are appended with the string &quot;.properties&quot;
  @@ -141,20 +141,20 @@
   <p><b>Translate source file encoded in english into its japanese
   equivalent using a resource bundle encoded in japanese.
   </b></p>
  -<pre>
  -  &lt;translate toDir=&quot;$(dest.dir}/ja&quot;
  -        starttoken=&quot;#&quot;
  -        endtoken=&quot;#&quot;
  -        bundle=&quot;resource/BaseResource&quot;
  -        bundlelanguage=&quot;ja&quot;
  -        forceoverwrite=&quot;yes&quot;
  -        srcencoding=&quot;ISO8859_1&quot;
  -        destencoding=&quot;SJIS&quot;
  -        bundleencoding=&quot;SJIS&quot;&gt;
  -        &lt;fileset dir=&quot;${src.dir}&quot;&gt;
  -            &lt;include name=&quot;**/*.jsp&quot;/&gt;
  -        &lt;/fileset&gt;
  -  &lt;/translate&gt;
  +<pre>
  +  &lt;translate toDir=&quot;$(dest.dir}/ja&quot;
  +        starttoken=&quot;#&quot;
  +        endtoken=&quot;#&quot;
  +        bundle=&quot;resource/BaseResource&quot;
  +        bundlelanguage=&quot;ja&quot;
  +        forceoverwrite=&quot;yes&quot;
  +        srcencoding=&quot;ISO8859_1&quot;
  +        destencoding=&quot;SJIS&quot;
  +        bundleencoding=&quot;SJIS&quot;&gt;
  +        &lt;fileset dir=&quot;${src.dir}&quot;&gt;
  +            &lt;include name=&quot;**/*.jsp&quot;/&gt;
  +        &lt;/fileset&gt;
  +  &lt;/translate&gt;
   </pre>
   </body>
   </html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>