Angular 6: i18n: How to update an existing .xlf file that has already been translated?

后端 未结 2 883
旧时难觅i
旧时难觅i 2021-02-19 19:45

In Angular 6, now that I think I comprehend how to make the i18n files and utilize them (e.g. https://angular.io/guide/i18n), I am wondering about maintenance of said files. If

2条回答
  •  温柔的废话
    2021-02-19 20:13

    You can use ngx-i18nsupport. It uses xliffmerge to merge translation files automatically after running ng xi18n.

提交回复
热议问题