mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-06 02:15:22 -05:00
* Localize more dates and texts * Adapt source language to 4-letter code for VS code * Make page titles more reactive to language change * Translate missing text + fix missed refactoring * Fix missed page titles refactoring * Translate nutrition view * Translate Image upload vue * Fix default text being defined twice in upload btn
19 lines
688 B
JSON
19 lines
688 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.pythonPath": ".venv/bin/python3.9",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
|
"python.testing.pytestArgs": ["tests"],
|
|
"cSpell.enableFiletypes": ["!javascript", "!python"],
|
|
"i18n-ally.localesPaths": "frontend/src/locales/messages",
|
|
"i18n-ally.sourceLanguage": "en-US",
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"cSpell.words": ["performant"],
|
|
"search.mode": "reuseEditor"
|
|
}
|