diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-01 17:28:09 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-01 17:28:09 +0200 |
commit | eac01a22ad9c12e5625157db11c062021672858e (patch) | |
tree | 61fb1b05a52fc795fe22ecac2a30a85066e741e9 /python | |
parent | e35f80372f283b81333a8260b07905848ea5f37d (diff) |
Translate language-specific messages to Slovene
Diffstat (limited to 'python')
-rw-r--r-- | python/sl.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/sl.py b/python/sl.py new file mode 100644 index 0000000..b782298 --- /dev/null +++ b/python/sl.py @@ -0,0 +1,11 @@ +# coding=utf-8 + +hint = { + 'no_hint': '''\ +<p>Namig ne obstaja! Poskusi uporabiti misli.</p> +''', + + 'test_results': '''\ +<p>Program je opravil [%=passed%] / [%=total%] testov.</p> +''', +} |