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

后端 未结 2 851
旧时难觅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.

    0 讨论(0)
  • 2021-02-19 20:34

    I ended up making a solution for myself until something better comes along: https://github.com/maplion/angular6-i18n-helpers

    So far, it is working pretty well for me.

    0 讨论(0)
提交回复
热议问题