summaryrefslogtreecommitdiff
path: root/python/en.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-08-31 15:43:31 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-08-31 15:43:31 +0200
commitda9ac95a54f3be7128aace4c09ad0d7b085cd788 (patch)
tree3cd352aa29a02dcde602696564c20501d449ab2e /python/en.py
parentfc844ca1b08dd784788e99788200cb71ca83f757 (diff)
Add generic English hint messages for python
Diffstat (limited to 'python/en.py')
-rw-r--r--python/en.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/en.py b/python/en.py
new file mode 100644
index 0000000..d3189d9
--- /dev/null
+++ b/python/en.py
@@ -0,0 +1,11 @@
+# coding=utf-8
+
+hint = {
+ 'no_hint': '''\
+<p>No hint available, sorry!</p>
+''',
+
+ 'test_results': '''\
+<p>Your code passed [%=passed%] / [%=total%] tests.</p>
+''',
+}