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

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"i18n-ally.localesPaths": ["locales"],
"i18n-ally.keystyle": "nested",
"i18n-ally.extract.ignoredByFiles": {
"src\\routes\\__layout.svelte": ["Coolify", "coolLabs logo"]
}
}