Translation for the key XXX is missing #1604
-
Hi, when I load the viewer I get a bunch of warnings in my console, that say that the translation files could not be found: I currently use version When I build my project the files are as expected in my assets folder: I initialized the component as it follows:
In my app.module I registered my location:
Is there a solution to fix this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Please update to version 15.1.0. You've run into a side-effect of an improvement I've implemented with version 15.0.12. I've examined the problem thoroughly and eliminated the need to add the attribute That's why I've incremented the minor version number. Otherwise, version 15.1.0 is basically a bug-fix release. You can update to it without having to run a lot of tests. |
Beta Was this translation helpful? Give feedback.
Please update to version 15.1.0. You've run into a side-effect of an improvement I've implemented with version 15.0.12. I've examined the problem thoroughly and eliminated the need to add the attribute
[useBrowserLocale]
.That's why I've incremented the minor version number. Otherwise, version 15.1.0 is basically a bug-fix release. You can update to it without having to run a lot of tests.