Skip to content

Commit

Permalink
add vscode i18 ally paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Oct 30, 2024
1 parent 3f157a4 commit b6e1318
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
".vscode/tailwind.json"
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": [
"lib/localisation/messages",
"app/api/interview/[interviewId]/languages",
"app/api/interview/[interviewId]/messages"
]
}

0 comments on commit b6e1318

Please sign in to comment.