Skip to content

Commit

Permalink
Configure i18n ally
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Jun 2, 2024
1 parent 2e044ac commit 3e8606c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
"homarr",
"trpc",
"Umami"
]
],
"i18n-ally.dirStructure": "auto",
"i18n-ally.enabledFrameworks": [
"next-international"
],
"i18n-ally.localesPaths": [
"./packages/translation/src/lang/",
],
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.extract.keyMaxLength": 0,
"i18n-ally.keystyle": "flat",
}

0 comments on commit 3e8606c

Please sign in to comment.