🌎 first i18n support

This commit is contained in:
2020-12-18 20:51:21 +01:00
parent 3ce8284078
commit 2c77450884
6 changed files with 132 additions and 5 deletions

8
src/locales/en.json Normal file
View File

@@ -0,0 +1,8 @@
{
"page_title": "Page title",
"sign_in": "Sign in",
"sign_up": "Sign up",
"log_in": "Log in",
"email_address": "Email address",
"log_in_to_your_account": "Log in to your account"
}