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 @@ -