A Visual Studio Code extension to facilitate multilingual implementation in CodeIgniter applications. This extension streamlines the process of managing translation strings by automatically generating language variables and providing an easy way to enter translations for different languages.
Features
Automatic Language Variable Creation: When you type lang('your_key') in your view, the extension will automatically create corresponding language variables in your language files with empty values.
Dynamic Translation Input: Use a keyboard shortcut (e.g., Ctrl+Shift+T) to invoke a form for entering translations for each language defined in your project.
Hover Support: Hover over lang('your_key') to view the translation key.