From 89219bd6a673abf697ec8f1294367c282812d617 Mon Sep 17 00:00:00 2001 From: Jacky <49626969+jacquelynra@users.noreply.github.com> Date: Fri, 12 Jun 2020 18:26:44 -0300 Subject: [PATCH] Adding every HTML string to the en_US lang --- README.md | 10 ++++ app/app.ejs | 2 +- app/assets/lang/en_US.json | 97 +++++++++++++++++++++++++++++++++++++- app/landing.ejs | 2 +- app/settings.ejs | 78 +++++++++++++++--------------- app/welcome.ejs | 15 +++++- 6 files changed, 161 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 130176ed..dcfb6f3a 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,16 @@ We reserve the right to update these conditions at any time, please check back p --- +### Note on Translations + +You can translate this project to use your own language. You can do that, cloning the existing en_US.json to the name of the language you want to translate to. + +For changing the language in the project, you can change the line 17 on ./assets/js/preloader.js + +Changing the original ejs if there is a entry on the [language].json file would render that change useless. + +--- + ## Resources * [Wiki][wiki] diff --git a/app/app.ejs b/app/app.ejs index 4cdb091e..d8e49237 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -1,7 +1,7 @@
-