I am in the project folder and execute the following statement in the console:
ng serve --configuration=de
The execution is broken with an error:
ERROR in xliff parse errors: Message ... misses a translation
The translation is available. What is the problem?
You can reproduce it by checking out the app from my repository Bitbucket Repository and run.
Thank you in Advance.
make i18n-extract is a command used for localization. It allows you to validate that your strings have been successfully extracted from your source code before you continue.
Introduction. Internationalization is the process of supporting multiple languages in your applications. This can be accomplished in an Angular application through third party libraries, such as ngx-translate , or you can use the built-in i18n functionality.
Localization is the process of building versions of your project for different locales. The localization process includes the following actions. Extract text for translation into different languages. Format data for a specific locale.
Solved by switch to JIT-Variant described here Merge with the jit compiler
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With