summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py')
-rw-r--r--www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py b/www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py
new file mode 100644
index 00000000..921383db
--- /dev/null
+++ b/www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+msg = {
+ 'en': {
+ 'user': u'Users',
+ },
+ 'qqq': {
+ 'user': u'The people who report bugs and request features.',
+ },
+ # Author: Nike
+ 'encrypted': {
+ 'user': u'Käyttäjät',
+ }
+}