I18n HelperI18n Helper is a Visual Studio Code extension designed to simplify internationalization (i18n) management for your projects. Easily manage your translation files, create new translations with Google Translate, and view translation values directly in your code editor. Features🔍 Hover Tooltips for Translation KeysHover over any translation key in your JavaScript or TypeScript code to see its corresponding value from the default language file. 🌍 Create New Translation FilesGenerate new translation files for additional languages based on your default language file. Utilize the Google Translate API to populate translations automatically. ⚙️ Configurable SettingsCustomize the extension to suit your project by defining:
Getting Started1️⃣ Install the ExtensionSearch for I18n Helper in the VS Code marketplace and click Install. 2️⃣ Configure the ExtensionAdd the following settings to your
3️⃣ Use the ExtensionView Translation ValuesHover over any translation key in your JavaScript or TypeScript code to see its value from the default language file. Create New Translations
Requirements
Known Issues
Feedback and SupportWe’d love to hear your feedback! If you encounter any issues or have feature requests, please visit the GitHub repository and open an issue. |