Lukas Rieder
Lukas Rieder
Bit late, but here's my feedback: We have a fairly large app at work which was written in AngularJS. When we started the migration to Angular 2, internationalization turned out...
Hey! Since it seems that v6 is generally working (see [Example App](https://stackblitz.com/edit/ngx-translate-messageformat-compiler-example) for instance), you will need to supply much more information for anyone to be able to help you....
@egalley Your problem will be solved once #96 is merged (and released). In the meantime, the workaround is to pass `formatters: {}` as part of the config (see README). Here...
I've been using the `mazzolino/restic` docker image with restic, and am now running a self-made image for rustic. Maybe it can be a starting point for others. This is my...
@rabraganca Version 7.0.0 now catches and logs errors by default, rather than breaking all translations if there is a syntax error in any message. You can now also configure a...
> It's easier when these decisions are taken by a single server already existing (like the clangd example above). How hard can it be to make typescript-language server call into...
> It would be better if unsafe-eval requirement could be removed for security reasons. Agreed. The reason why it's necessary is explained in the README. There's even a link there...
I don't think that's a use case for this library, to be honest. But I've had the same idea for some time, and I agree that it would be a...
@AndreasHae Good to hear that works! 👍 I always wanted to give it a try. The only option off the top of my head was using a custom webpack config...
From the ngx-translate [README](https://github.com/ngx-translate/core/blob/master/README.md): > `get(key: string|Array, interpolateParams?: Object): Observable`: Gets the translated value of a key (or an array of keys) or the key if the value was not...