TwanoO67 / ngx-admin-lte

Admin LTE for Angular 2/4/6/8 as a NPM package
MIT License
108 stars 47 forks source link

Problem with ngx-translate #62

Open fabioformosa opened 6 years ago

fabioformosa commented 6 years ago

I'm submitting a ... (check one with "x")

[] bug report => check the FAQ and search github for a similar issue or PR before submitting
[x] support request => check the FAQ and search github for a similar issue before submitting
[ ] feature request

Scenario:

Issue Now my labels are translated but not anymore the labels of ngx-admin-lte. I suppose i18n files of ngx-admin-lte are clashing with i18n files of my app.

I've looking for in around, and I've found this https://github.com/ngx-translate/http-loader/issues/6 I can't believe it. Likely, there is a mistake in my configuration.

How could I solve?

TwanoO67 commented 6 years ago

As far as I know you should redefined your own translation in a file that contains those of ngx-admin-lte too

fabioformosa commented 6 years ago

So, should I copy&paste labels defined in ngx-admin-lte in my translation files? sounds bad.

MihaiHoriaPopescu commented 6 years ago

@fabioformosa Yes, you need to copy them.