Ionic popup title text can't be translated
See original GitHub issueHello!
I’m building an Ionic app in portuguese and english.
angular-translate works fine in the all app, except in popup title text.
This code
$ionicPopup.alert({ title: "{{'INFORMATION' | translate }}", template: "{{'SEQUENCE_NUMBER_PRESENTATION_1' | translate }}" });
produces this when “pt-br” is selected
and this when “en” is selected
Is this a possible bug?
Issue Analytics
- State:
- Created 9 years ago
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Alert isn't showing the translated Text - angular - Stack Overflow
Currently I am stuck with the Alerts of Ionic. I want to translate the whole app in several languages with the ngx Translateservice....
Read more >Custom CSS couldn't apply for ionicPopup alert - Ionic Forum
I'm using Angular-translate to translate my ionic 1 application. I'm able to translate the title of the popup but unfortunately I couldn't ......
Read more >aria-label - examples and best practices - Aditus
The aria-label should be used to provide a text alternative to an element that has ... the way an HTML element is "translated"...
Read more >overscroll-behavior - CSS: Cascading Style Sheets | MDN
If you have overscroll-behavior: contain; selected, the outer container will not scroll unless you move your cursor out of the inner ...
Read more >Accessibility in Angular
For example, the native <input> element cannot have children, so any custom text entry components need to wrap an <input> with extra elements....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
title: $filter(‘translate’)(‘HELLO_WORLD’),
could anyone please post a link which shows pure ionic 1 app able to change the different language also I want to show some contents in “TAMIL” …, in my app…,