You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by se...@apache.org on 2007/06/26 16:39:37 UTC

svn commit: r550817 - /turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml

Author: seade
Date: Tue Jun 26 07:39:36 2007
New Revision: 550817

URL: http://svn.apache.org/viewvc?view=rev&rev=550817
Log:
Broken link and missing properties.

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml?view=diff&rev=550817&r1=550816&r2=550817
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/localization-service.xml Tue Jun 26 07:39:36 2007
@@ -55,6 +55,21 @@
 .
 .
 .
+# -------------------------------------------------------------------
+#
+#  L O C A L I Z A T I O N  S E R V I C E
+#
+# -------------------------------------------------------------------
+
+# Default ResourceBundle and language/country codes used by the
+# TurbineLocalizationService.
+#
+locale.default.bundle=MyBundle
+locale.default.language=en
+locale.default.country=
+.
+.
+.
 ]]></source>
 
 </section>
@@ -144,7 +159,7 @@
 <section name="Usage from a template">
 
 <p>
-Turbine provides a <a href="../pullmodel-howto.html">Pull tool</a> to make it
+Turbine provides a <a href="../howto/pullmodel-howto.html">Pull tool</a> to make it
 very easy to access localized text from within your templates.  To configure
 this you need to add the following to your TurbineResouces.properties:
 </p>