summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/application.xml')
-rw-r--r--tests/FunctionalTests/protected/application.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/application.xml b/tests/FunctionalTests/protected/application.xml
new file mode 100644
index 00000000..0bc6a7c7
--- /dev/null
+++ b/tests/FunctionalTests/protected/application.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<application id="FunctionTests" Mode="Debug">
+ <paths>
+ <alias id="Tests" path="." />
+ <using namespace="System.I18N.*" />
+ </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>
+ </modules>
+</application> \ No newline at end of file