diff options
author | wei <> | 2006-08-01 02:10:24 +0000 |
---|---|---|
committer | wei <> | 2006-08-01 02:10:24 +0000 |
commit | 560338d15d2b84eb5b3cffaaf200c040866d4943 (patch) | |
tree | ccdeeabddc832fd4f4f90822c087c0c2f3664760 /tests/FunctionalTests/tickets/protected/pages/config.xml | |
parent | f8fe7d47cc5adb3c9e1901082c65c8766441f09e (diff) |
Fixed #306
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/config.xml')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/config.xml b/tests/FunctionalTests/tickets/protected/pages/config.xml index 48a0114c..9404e969 100644 --- a/tests/FunctionalTests/tickets/protected/pages/config.xml +++ b/tests/FunctionalTests/tickets/protected/pages/config.xml @@ -4,5 +4,13 @@ <paths>
<using namespace="System.I18N.*" />
</paths>
+ <modules>
+ <module id="globalization" class="TGlobalization">
+ <translation type="XLIFF"
+ source="Application.messages"
+ autosave="true"/>
+ </module>
+ </modules>
+
<pages MasterClass="Application.pages.Layout" />
</configuration>
\ No newline at end of file |