-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Beta 1 tab titles don't get translated after dynamic language change #955
Comments
Hi @ch-weiss, We can't be sure without more information - what code are you using, and how are you using it? |
Hi Andy, Thank you for asking. I am using angular-translate. The translation works fine. Just when I change the language dynamically everything gets refreshed and shows the contents in the new language apart from the tab titles. We had a conversion about this issue before and there it was a bug that the tab bar did not get refreshed. You fixed in the release after and was fine until beta 1. Hope this helps for clarification. Chris |
Fixed, thanks! |
I use the same in below way <ion-tab title="{{ 'coffee_title_label' | translate }}"> But when it is <ion-tab translate="coffee_title_label" title="{{ 'coffee_title_label' | translate }}"> I referred the below codepen example Can you let me know, what am doing wrong here ! |
I have similar issue on 1.2.4 |
Hi,
first of all I want to congratulate you to your first beta. It just awesome! Unfortunately I found that there seems to be an old problem there again. When I try to change the language via angular-translate then the tabs don't get updated. Carry On!
The text was updated successfully, but these errors were encountered: