generate-translation-vscode icon indicating copy to clipboard operation
generate-translation-vscode copied to clipboard

A visual studio code extension for you to generate the translations without leaving the current file.

Results 5 generate-translation-vscode issues
Sort by recently updated
recently updated
newest added

Hi, I've tested a lot of ngx Translate extensions in VS Code to help me improve my work with ngx Translate in Angular projects, and your extension is really effecient!...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Hello, Update 1 : --------------- Some i18n files use a flatten format : i.e. ``` { "user.name": "Doe", "user.firstname": "John" } ``` instead of : ``` { "user": { "name":...

Awesome extension. Currently though, it doesn't really facilitate going from a project with NO localizations to one WITH localizations. To make that super easy, you should be able to make...