From 0ce3d3471b3c83b48157ff3aa424a2facf454f0c Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Sun, 17 Feb 2019 14:02:23 +0100 Subject: [PATCH] make AboutPage i18n ready (#1) --- src/assets/i18n/en.json | 12 ++++++++++- src/pages/about/about.html | 37 +++++++++------------------------ src/pages/about/about.module.ts | 2 ++ src/pages/about/about.scss | 3 +++ 4 files changed, 26 insertions(+), 28 deletions(-) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 2177d6a..59038f3 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -5,7 +5,17 @@ "BLOCKLY": "Blockly" }, "ABOUT": { - "TITLE": "About" + "TITLE": "About", + "BLOCKLY": { + "TITLE": "Blockly", + "TEXT1": "Blockly for senseBox is a visual programming editor for the senseBox:edu. It is based on Google's Blockly and Carlos Pereira Atencio's Ardublockly, which has been forked.", + "TEXT2": "Integrated support for over-the-air programming was developed at ifgi in a study project." + }, + "OPENSOURCE": { + "TITLE": "Open Source", + "TEXT": "This app is free & libre open source software. To may find the source code & issue tracker on GitHub:" + }, + "HINT": "Hint: A web version of Blockly for senseBox is available as well!" }, "BLOCKLY": { "TITLE": "Blockly for senseBox" diff --git a/src/pages/about/about.html b/src/pages/about/about.html index 465f062..8c3d654 100644 --- a/src/pages/about/about.html +++ b/src/pages/about/about.html @@ -1,9 +1,3 @@ -