Installation Guide
Prerequisites
Before installing, make sure:
- VS Code version is >= 1.89.0
- Your project has an accessible language file directory (for example
locales/ori18n/)
Installation Methods
Method 1: Install from Extension Marketplace
VS Code Marketplace
- Open VS Code.
- Open Extensions panel (
Ctrl+Shift+X/Cmd+Shift+X). - Search for
i18n Mage. - Click Install. Or open Visual Studio Marketplace.
OpenVSX (for VSCodium, Cursor, etc.)
- Open Extensions panel in your editor.
- Search for
i18n Mage. - Click Install. Or open OpenVSX.
Method 2: Install via CLI
Install from VS Code Marketplace
bash
code --install-extension jensen-wen.i18n-mageInstall from OpenVSX Registry
bash
code --install-extension jensen-wen.i18n-mage --registry https://open-vsx.orgPlatform Compatibility and Updates
| Platform | Editors | Update Frequency | Auto Update |
|---|---|---|---|
| VS Code Marketplace | Visual Studio Code, VS Code Insiders | Real-time sync | Yes |
| OpenVSX Registry | VSCodium, Cursor, and other OSS editors | Synced with Marketplace | Depends on editor |
Verify Installation
After installation, you should see:
- Activity Bar Icon: wizard-hat icon appears.
- Command Palette:
Ctrl+Shift+Pcan find i18n Mage commands. - Sidebar View:
i18n Mage / Grimoirepanel is available.
Quick Verification Commands
Open Command Palette (Ctrl+Shift+P) and run:
i18n Mage: Check Usagei18n Mage: Searchi18n Mage: Fix
Troubleshooting
If installation fails or features do not work as expected:
- Restart your editor.
- Confirm VS Code version is
>= 1.89.0. - Check language path config (
i18n-mage.workspace.languagePath). - Open Output panel and switch to
i18n Mage. - Temporarily enable
i18n-mage.general.enableDebugLogand retry. - Open an issue on GitHub.
