rajaramtt / ng7-dynamic-breadcrumb

Angular 10 Dynamic Breadcrumbs
MIT License
42 stars 31 forks source link

[Feature] internationalization - integration with @ngx-translate #4

Closed b4p3p closed 3 years ago

b4p3p commented 5 years ago

in our project, we used @ngx-translate is very usefull specify in router config a field like "labeli18n" that will translate with translator.instant("labeli18n") function

Ex:

breadcrumb: [
  { labeli18n: "permissions", url: '/main/controlpanel/users' },
]

will be translator.instant("labelKey") => permissions -> Permessi in Italian permissions -> Permissions in English

thank you for your plugin and good work

rajaramtt commented 5 years ago

Yes. This will be the next feature

Hesesses commented 5 years ago

Thank you @rajaramtt for this great plugin!

Do you have any estimates when the ngx-translate support would be implemented? 🙏

rajaramtt commented 5 years ago

I'll try to implement it during the next month. But I do not promise :)

Guanaco77 commented 4 years ago

First thx for your work bro !

Any news about this new feature ?

rajaramtt commented 4 years ago

Hi @Guanaco77 ,

I have been a little bit busy with my professional development work, unable to check your issues. I will update you once it has done.

Thanks for using ng7-dynamic-breadcrumb , Happy Coding.

sagar-1987 commented 4 years ago

Hi @rajaramtt , Even i am facing same similar issue wanted to translate the breadcrumb labels to different language , Can you please suggest how can this be done in this plugin . Thanks in Advance

rajaramtt commented 4 years ago

Yes. This will be the next feature

rajaramtt commented 3 years ago

@b4p3p @Hesesses @Guanaco77 @sagar-1987

Hi, If possible can you please create a stackblitz.com issue reference for me!.

rajaramtt commented 3 years ago

Out of the scope, No longer supported by the author this future, If anyone interested, Please submit PR