You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/06/26 11:57:12 UTC

svn commit: r201746 - /maven/components/trunk/maven-site/src/site/apt/site.apt

Author: evenisse
Date: Sat Jun 25 06:13:05 2005
New Revision: 201746

URL: http://svn.apache.org/viewcvs?rev=201746&view=rev
Log:
Update doco for i18n sites.

Modified:
    maven/components/trunk/maven-site/src/site/apt/site.apt

Modified: maven/components/trunk/maven-site/src/site/apt/site.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/site.apt?rev=201746&r1=201745&r2=201746&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/site.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/site.apt Sat Jun 25 06:13:05 2005
@@ -207,17 +207,19 @@
   be generated at the root of the site, with a copy of the French translation of the site in the <<<fr/>>> subdirectory.
 
   To add your own content for that translation instead of using the default, place a subdirectory with that locale
-  name in your individual content directories. For example:
+  name in your site directory and create a new site descriptor with the locale in the file name. For example:
 
 -------------------
 +- src/
    +- site/
       +- apt/
-      |  +- fr/
-      |  |  +- index.apt  (French version)
       |  +- index.apt     (Default version)
-      +- site.xml
+      +- fr/
+      |  +- apt/
+      |  |  +- index.apt  (French version)
+      +- site.xml         (Default site descriptor)
+      +- site_fr.xml      (French site descriptor)
 --------------------
 
-  ~~TODO: what about translating site.xml?
+  With one site descriptor by language, translated site can evolve independently.
 



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