diff options
author | wei <> | 2006-01-06 22:21:07 +0000 |
---|---|---|
committer | wei <> | 2006-01-06 22:21:07 +0000 |
commit | 333eedb6eea18fdfb7bc0890cce1c30e6d44d363 (patch) | |
tree | 5b34d4181cd55e0219003d67d22a8438ac21b0d2 /tests/FunctionalTests/protected/application.xml | |
parent | 16660934cc48f357b1322bce7869158db2f7cb58 (diff) |
Diffstat (limited to 'tests/FunctionalTests/protected/application.xml')
-rw-r--r-- | tests/FunctionalTests/protected/application.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/tests/FunctionalTests/protected/application.xml b/tests/FunctionalTests/protected/application.xml index c4ea0be2..fe17e3c0 100644 --- a/tests/FunctionalTests/protected/application.xml +++ b/tests/FunctionalTests/protected/application.xml @@ -7,18 +7,12 @@ </paths>
<modules>
- <module id="globalization" class="TGlobalization" Culture="zh_CN">
-
- <!-- The translation type and source -->
- <translation
- type="XLIFF"
- source="Tests.messages"
- autosave="true"
- cache="true"
- />
- <!-- <translation type="gettext" source="I18N/messages" autosave="true" /> -->
- <!-- <translation type="SQLite" source="sqlite:///I18N/messages/sqlite_messages.db" autosave="true" /> -->
- <!-- <translation type="MySQL" source="mysql://root@localhost/i18n_example" autosave="true" /> -->
+ <module id="globalization" class="TGlobalization">
+ <translation type="XLIFF" source="Tests.messages"
+ autosave="true" cache="true" />
+ </module>
+ <module id="logger" class="System.Log.TEventLog">
+ <logger destination="file" directory="Tests.logs" />
</module>
</modules>
</application>
\ No newline at end of file |