summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-30 17:37:31 +0200
committerAleš Smodiš <aless@guru.si>2015-09-30 17:37:31 +0200
commit0da1117cfc28688633be7b8382aa60435bf740eb (patch)
treeb464b92e673419db595c231ed1ba8e7c6cfd783b /res
parent8995341d43efe16f307b55f200821944cfecf4c8 (diff)
Implemented GUI translations via the data-tkey tag attribute and res/*.json files.
Diffstat (limited to 'res')
-rw-r--r--res/en.json15
-rw-r--r--res/sl.json15
2 files changed, 30 insertions, 0 deletions
diff --git a/res/en.json b/res/en.json
new file mode 100644
index 0000000..5330cdc
--- /dev/null
+++ b/res/en.json
@@ -0,0 +1,15 @@
+{
+ "language": "Language",
+ "problem": "Problem",
+ "python": "Python",
+ "prolog": "Prolog",
+ "robot": "Robot",
+ "logout": "Logout",
+ "profile": "Profile",
+ "change_pass": "Change password",
+ "btn_plan": "Plan",
+ "btn_hint": "Hint",
+ "btn_test": "Test",
+ "btn_run": "Run",
+ "btn_stop": "Stop"
+} \ No newline at end of file
diff --git a/res/sl.json b/res/sl.json
new file mode 100644
index 0000000..cdde4f4
--- /dev/null
+++ b/res/sl.json
@@ -0,0 +1,15 @@
+{
+ "language": "Jezik",
+ "problem": "Problem",
+ "python": "Python",
+ "prolog": "Prolog",
+ "robot": "Robot",
+ "logout": "Odjava",
+ "profile": "Profil",
+ "change_pass": "Zamenjaj geslo",
+ "btn_plan": "Plan",
+ "btn_hint": "Namig",
+ "btn_test": "Testiraj",
+ "btn_run": "Zaženi",
+ "btn_stop": "Ustavi"
+} \ No newline at end of file