From fe7c8cad8f7aee183e7eeb8642774f5b69ef701a Mon Sep 17 00:00:00 2001 From: Lucian Petic Date: Sat, 6 Mar 2021 19:39:20 +0100 Subject: [PATCH] feat: i18n --- static/galene.html | 103 ++++++++++++++++------------- static/galene.js | 65 +++++++++++------- static/translations/i18n.en.json | 64 ++++++++++++++++++ static/translations/i18n.fr.json | 65 ++++++++++++++++++ static/translations/translation.js | 92 ++++++++++++++++++++++++++ static/tsconfig.json | 3 +- 6 files changed, 319 insertions(+), 73 deletions(-) create mode 100644 static/translations/i18n.en.json create mode 100644 static/translations/i18n.fr.json create mode 100644 static/translations/translation.js diff --git a/static/galene.html b/static/galene.html index 487b022..f309f61 100644 --- a/static/galene.html +++ b/static/galene.html @@ -19,7 +19,7 @@