Angular7 i18n Message ... misses a translation
Asked Answered
S

1

6

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

Error log

The translation is available. What is the problem?

Xlif file

You can reproduce it by checking out the app from my repository Bitbucket Repository and run.

Thank you in Advance.

Smithers answered 5/12, 2018 at 10:33 Comment(0)
S
1

Solved by switch to JIT-Variant described here Merge with the jit compiler

Smithers answered 11/12, 2018 at 20:19 Comment(1)
How to run particular translation then? with AOT compiler we have to run the server again. What should we do in here?Penitential

© 2022 - 2024 — McMap. All rights reserved.