danish17 / localization-manager-vscode

VSCode extension for localization management with translation auto-completion

Home Page:https://danishshakeel.me

Repository from Github https://github.comdanish17/localization-manager-vscodeRepository from Github https://github.comdanish17/localization-manager-vscode

Localization Manager is a VS Code extension that provides intelligent autocompletion for translation
Localization Manager

VS Code extension that provides intelligent autocompletion for translation keys and previews of translations in your code.
View on VS Code Marketplace

Supports

Localization Manager VS Code Extension

Features

  • ๐Ÿ” Smart Autocompletion: Get suggestions for translation keys while typing t("")
  • ๐Ÿง  Context-Aware: Automatically detects translation context from useTranslation() calls
  • ๐Ÿ‘๏ธ Translation Preview: Hover over translation keys to see their values
  • ๐Ÿ”„ Dynamic Updates: Automatically refreshes when translation files change
  • ๐Ÿ“ฆ Support for Multiple Formats: Works with nested JSON structures and arrays

Installation

  1. Open VS Code
  2. Press Ctrl+P / Cmd+P
  3. Type ext install l10n-manager

For development, please check Visual Studio Code: Testing Extensions

Configuration

Add your translation files through the command palette:

  1. Press Ctrl+Shift+P / Cmd+Shift+P
  2. Type L10n: Set Source Files
  3. Select your source translation JSON files or directories

About

VSCode extension for localization management with translation auto-completion

https://danishshakeel.me

License:MIT License


Languages

Language:TypeScript 90.0%Language:JavaScript 10.0%