You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Can you update the wiki and explain the workspace mode in detail? something like this (AI Gen)
Workspace Mode Configuration
When working with a monorepo or workspace project, you can configure i18n-ally settings in two ways:
.vscode/[workspace-name].code-workspacefile.vscode/settings.jsonfile in each project's root directoryExample Configuration Structure
Global Workspace Settings
In
.vscode/[workspace-name].code-workspace:{ "settings": { // Global settings for all projects "i18n-ally.sourceLanguage": "en", "i18n-ally.defaultNamespace": "common", "i18n-ally.namespace": true, "i18n-ally.enabledFrameworks": [ "general", "react", "i18next" ], "i18n-ally.keepFulfilled": true, "i18n-ally.keystyle": "nested" } }Project-Specific Settings
In each project's
.vscode/settings.json:Key Points for Workspace Configuration
.vscode/settings.jsonlocalesPaths: Path to locale files relative to the project rootenabledFrameworks: Framework-specific settings for that projectBeta Was this translation helpful? Give feedback.
All reactions