summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/application.xml
diff options
context:
space:
mode:
authorwei <>2007-01-11 05:06:31 +0000
committerwei <>2007-01-11 05:06:31 +0000
commit65731b050199ab7ecdd4027fa2d65f2175fe561e (patch)
tree45998ad5dec4d3caec932d663acc9fed9522f09f /demos/quickstart/protected/application.xml
parent03f362a40a8dd39f8c8b4bf816334922b7b264e4 (diff)
Add structure for localized quickstart.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r--demos/quickstart/protected/application.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml
index 3e2374d8..777dd86b 100644
--- a/demos/quickstart/protected/application.xml
+++ b/demos/quickstart/protected/application.xml
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<application id="QuickStart" Mode="Debug">
+ <paths>
+ <using namespace="Application.controls.*" />
+ <using namespace="System.I18N.*" />
+ </paths>
+
<modules>
<!-- uncomment the following to enable caching
<module id="cache" class="System.Caching.TSqliteCache" />
@@ -13,11 +18,17 @@
<module id="quickstart_search"
class="Application.index.ZendSearch"
IndexDataDirectory="Application.index.quickstart" />
+
+ <module id="globalization" class="Application.QuickStartGlobalization" Charset="UTF-8"/>
</modules>
- <paths>
- <using namespace="Application.controls.*" />
- </paths>
<services>
<service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
</services>
+
+<!--
+ <parameters>
+ <parameter id="languages" value="('en'=>'English', 'fr'=>'Français', 'zh' => '中文(简体)')" />
+ </parameters>
+-->
+
</application> \ No newline at end of file