From 0da1117cfc28688633be7b8382aa60435bf740eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Wed, 30 Sep 2015 17:37:31 +0200 Subject: Implemented GUI translations via the data-tkey tag attribute and res/*.json files. --- res/en.json | 15 +++++++++++++++ res/sl.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 res/en.json create mode 100644 res/sl.json (limited to 'res') 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 -- cgit v1.2.1