summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/I18n.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-12 07:12:31 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-12 07:12:31 (GMT)
commita6b0e516f6206133647317c3c54d9bfc8c040162 (patch)
treeb30e4d5a8eac43a3f85c2db3fbfc0e35ce75f2aa /tests/auto/declarative/qmllanguage/data/I18n.qml
parent5c8e5eefbb01feb12a941d774c2760fdc617a9c3 (diff)
downloadQt-a6b0e516f6206133647317c3c54d9bfc8c040162.zip
Qt-a6b0e516f6206133647317c3c54d9bfc8c040162.tar.gz
Qt-a6b0e516f6206133647317c3c54d9bfc8c040162.tar.bz2
I18n tests
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/I18n.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/I18n.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/I18n.qml b/tests/auto/declarative/qmllanguage/data/I18n.qml
new file mode 100644
index 0000000..dbbd4bd
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/I18n.qml
@@ -0,0 +1,6 @@
+import Qt 4.6
+
+Text {
+ property int áâãäå: 10
+ text: "Test áâãäå: " + áâãäå
+}