@ngneat/transloco-remove-comments

v1.0.2
Angular Transloco remove comments from translation file
angular angular 2 i18n translate angular translate angular i18n transloco comments

Translators Comments

Help the translator with a description and meaning

There are times where we need to help the translator with a description and meaning. To translate a text message accurately, the translator may need additional information or context.

For each translation key that requires a description, we can add a companion key post-fixed with .comment, as shown in the example below:

{
  "hello": "",
  "hello.comment": "Write a comment for the translator"
}

We don't want these keys to get into our final bundle, so we can remove them using the optimize library when building the production environment.

The library will take care of removing these keys from the translation files specified in the path.

npm i @ngneat/transloco-remove-comments

Metadata

  • MIT
  • Whatever
  • Netanel Basal
  • released 8/7/2020

Downloads