feat: install svelte-18n and init setup

This commit is contained in:
Restray
2022-04-01 22:50:55 +02:00
parent 986c5b7133
commit 741db1778b
7 changed files with 525 additions and 375 deletions

13
static/locales/en.json Normal file
View File

@@ -0,0 +1,13 @@
{
"layout": {
"update_done": "Update completed.",
"wait_new_version_startup": "Waiting for the new version to start...",
"new_version": "New version reachable. Reloading...",
"switch_to_a_different_team": "Switch to a different team...",
"update_available": "Update available"
},
"error": {
"you_can_find_your_way_back": "You can find your way back",
"here": "here"
}
}