Home > Angular, Angular 12, Vs Code > BabelEdit

BabelEdit

2022/01/31

I’m working to an Angular 12 website with localizations, using ngx-translate.
Practically in my assets folder I have 1 json file for every language:

The problem is to maintain aligned with the same keywords the 3 files (and if you have 5-6 languages could be excruciating): I discovered BabelEdit, very useful.
Basic, efficient interface; and it can be used for a lot of project types:

A must have.

Categories: Angular, Angular 12, Vs Code