feat(frontend): internationalization
This commit is contained in:
parent
2323810b06
commit
498d79de4e
16 changed files with 1092 additions and 167 deletions
12
Foxnouns.Frontend/public/locales/en.json
Normal file
12
Foxnouns.Frontend/public/locales/en.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"navbar": {
|
||||
"view-profile": "View profile",
|
||||
"settings": "Settings",
|
||||
"log-out": "Log out",
|
||||
"log-in": "Log in or sign up",
|
||||
"theme": "Theme",
|
||||
"theme-auto": "Automatic",
|
||||
"theme-dark": "Dark",
|
||||
"theme-light": "Light"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue