I just started with Angular i18n and I am facing one problem with updating the translation files. It's like this:
- For example, I created "How are you?" and i18n-ed it.
- I got the "xlf" file and I can duplicate it and translate it into other desired language file.
- Then I'd like to add "I'm fine" to original file and i18n-ed it.
- But at this step, it will only update the original "xlf" file. It's not updating other translated file.
How can I extract the i18n to all the available "xlf" file with the i18n command?
Thank you!