Skip to content

Commit

Permalink
add i18n ally configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Pina Tojal <[email protected]>
  • Loading branch information
Marlon Pina Tojal committed Apr 10, 2024
1 parent 8662f98 commit f3e87ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
},
"i18n-ally.translate.engines": ["google"],
"i18n-ally.localesPaths": [
"src/i18n/locales"
],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.keystyle": "nested"
}

0 comments on commit f3e87ca

Please sign in to comment.