Portfolio/frontend/.vscode/settings.json
2023-01-24 16:39:45 +01:00

6 lines
186 B
JSON

{
"i18n-ally.pathMatcher": "{locale}/index.{ext}",
"i18n-ally.enabledParsers": ["ts", "js"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/translations"]
}