LocalizationHelper README
LocalizationHelper is an extension for Visual Studio Code that assists with adding static and translation directly into your code.
Features
- Automatically suggests the 'newtranslation' keyword when typing in plaintext, JavaScript, TypeScript, and Dart files.
- Allows specifying translation text directly from the editor.
- Supports adding static text and translation placeholders with ease.
Requirements
There are no specific requirements or dependencies for this extension.
Extension Settings
This extension contributes the following settings:
localizationhelper.constants : The constants file to write to.
localizationhelper.enTranslation : The EN-Translation file to write to.
localizationhelper.deTranslation : The DE-Translation file to write to
Known Issues
There are no known issues at the moment.
Release Notes
0.0.2
- Translation get posted before the last
}
0.0.1
- Initial release of LocalizationHelper extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
- Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
- Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets
Enjoy!
| |