localization support

This commit is contained in:
zoe 2022-06-17 12:38:28 +02:00
parent 40d57fb245
commit bd3e05b354
11 changed files with 34 additions and 84 deletions

8
lib/i18n/en_US.json Normal file
View file

@ -0,0 +1,8 @@
{
"greeting": "Hello!",
"user-id-not-valid": "Sorry, this user id doesn't look quite right... ",
"user-id": "user id",
"user-id-example": "user@example.com",
"authorize-in-browser": "authorize in browser"
}