Adrian Ber

Results 24 comments of Adrian Ber

Yes, it can be used in a html page. And it can be used with any web server.

You have this method in TranslateService public use(lang: string): Observable { // don't change the language if the language given is already selected if (lang === this.currentLang) { return of(this.translations[lang]);...

Yes, sure I can submit a PR if you want. Just let me know. Thanks!

Most probably the same gains - performance improvements. And I think the library can be easily modified to add new events. I can even prepare a PR for this if...

I created a test with many elements all with transitions and many iterations. The results seems to be inconclusive. The difference is too low between passive and non-passive to say...

I had something similar with duration in hours and minutes and I managed to do it like this `0:m0||00:m0||000:m0` but it's not working smoothly

Have you tried https://github.com/tuxetuxe/fluentd4log4j ?

The advantage will be that you can edit all messages in all locales in the same place at once. If you want to edit related messages you can still see...