Add eslint rules for i18n
This commit is contained in:
parent
ebea32faf9
commit
edfbf94313
200 changed files with 1738 additions and 295018 deletions
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
|
@ -2,9 +2,20 @@
|
|||
"python.defaultInterpreterPath": "/workspace/funkwhale/api/.venv/bin/python",
|
||||
"python.testing.cwd": "/workspace/funkwhale/api",
|
||||
"python.envFile": "/workspace/funkwhale/.gitpod/.env",
|
||||
"python.testing.pytestArgs": ["--cov=funkwhale_api", "tests/"],
|
||||
"python.testing.pytestArgs": [
|
||||
"--cov=funkwhale_api",
|
||||
"tests/"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"vitest.enable": true,
|
||||
"vitest.commandLine": "yarn vitest"
|
||||
"vitest.commandLine": "yarn vitest",
|
||||
"i18n-ally.localesPaths": [
|
||||
"front/src/locales"
|
||||
],
|
||||
"i18n-ally.pathMatcher": "*.json",
|
||||
"i18n-ally.enabledFrameworks": [
|
||||
"vue"
|
||||
],
|
||||
"i18n-ally.keystyle": "nested"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue