mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
set locales folder
This commit is contained in:
parent
f6b3285ae3
commit
791211f787
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -9,12 +9,18 @@
|
|||||||
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
||||||
"python.testing.pytestArgs": ["tests"],
|
"python.testing.pytestArgs": ["tests"],
|
||||||
"cSpell.enableFiletypes": ["!javascript", "!python", "!yaml"],
|
"cSpell.enableFiletypes": ["!javascript", "!python", "!yaml"],
|
||||||
"i18n-ally.localesPaths": "frontend/src/locales/messages",
|
"i18n-ally.localesPaths": "frontend/lang/messages",
|
||||||
"i18n-ally.sourceLanguage": "en-US",
|
"i18n-ally.sourceLanguage": "en-US",
|
||||||
"i18n-ally.enabledFrameworks": ["vue"],
|
"i18n-ally.enabledFrameworks": ["vue"],
|
||||||
"i18n-ally.keystyle": "nested",
|
"i18n-ally.keystyle": "nested",
|
||||||
"cSpell.words": ["compression", "hkotel", "performant", "postgres", "webp"],
|
"cSpell.words": ["compression", "hkotel", "performant", "postgres", "webp"],
|
||||||
"search.mode": "reuseEditor",
|
"search.mode": "reuseEditor",
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
"conventionalCommits.scopes": ["frontend"]
|
"conventionalCommits.scopes": ["frontend"],
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"eslint.workingDirectories": ["./frontend"],
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
},
|
||||||
|
"vetur.validation.template": false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user