fix(vscode): remove src/i18n from i18n-ally.localesPaths and set keystyle to nested
Some checks failed
Build & Push Judge4c Docker Image / build-and-push-judge4c-docker-image (., Dockerfile, judge4c) (push) Failing after 0s

This commit is contained in:
cfngc4594 2025-04-19 12:59:42 +08:00
parent 64182bccc6
commit e5defb8adf

View File

@ -1,6 +1,6 @@
{
"i18n-ally.localesPaths": [
"messages",
"src/i18n"
]
"messages"
],
"i18n-ally.keystyle": "nested"
}