Skip to content

Commit

Permalink
add i18n ally config to landing
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 5, 2024
1 parent 3935f78 commit 5e04b8f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions landing/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// i18n
"i18n-ally.enabledParsers": ["ts", "json"],
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true,
"i18n-ally.sourceLanguage": "en-US",
"i18n-ally.enabledFrameworks": ["react", "svelte"],
"i18n-ally.keystyle": "flat",
"i18n-ally.translate.engines": ["google",],
"i18n-ally.tabStyle": "tab",
"i18n-ally.localesPaths": [
"static/locales"
],
}

0 comments on commit 5e04b8f

Please sign in to comment.