Add basic frontend structure
This commit is contained in:
parent
6ea19f686f
commit
aa9357063f
29 changed files with 1280 additions and 486 deletions
|
@ -13,5 +13,17 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"i18n-ally.enabledFrameworks": ["i18next", "svelte"],
|
||||
"i18n-ally.localesPaths": ["static/locales"],
|
||||
"i18n-ally.keystyle": "nested",
|
||||
"i18n-ally.namespace": true,
|
||||
"i18n-ally.editor.preferEditor": true,
|
||||
"i18n-ally.refactor.templates": [
|
||||
{
|
||||
"templates": ["{{ t('{key}'{args}) }}"],
|
||||
},
|
||||
],
|
||||
"i18n-ally.sourceLanguage": "en",
|
||||
"i18n-ally.displayLanguage": "en",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue