Skip to content

Commit 0eb8a79

Browse files
authored
docs: update setting.json in readme (#567)
1 parent 24d2f62 commit 0eb8a79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ Create or edit the `.vscode/settings.json` file with the following settings:
163163

164164
```json
165165
{
166-
"i18n-ally.localesPaths": ["src/locales"],
166+
"i18n-ally.localesPaths": [
167+
"src/locales",
168+
"node_modules/zod-i18n-map/locales"
169+
],
167170
"i18n-ally.keystyle": "nested",
168171
"i18n-ally.enabledFrameworks": ["general", "react", "i18next"],
169172
"i18n-ally.namespace": true,

0 commit comments

Comments
 (0)