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. --- index.html | 38 ++++++++++++++--------------- js/codeq/comms.js | 14 +++++++---- js/codeq/core.js | 63 +++++++++++++++++++++++++++++++++++++++++++------ js/codeq/translation.js | 10 ++++---- res/en.json | 15 ++++++++++++ res/sl.json | 15 ++++++++++++ 6 files changed, 120 insertions(+), 35 deletions(-) create mode 100644 res/en.json create mode 100644 res/sl.json diff --git a/index.html b/index.html index 1464528..042e59a 100644 --- a/index.html +++ b/index.html @@ -36,11 +36,11 @@