question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ionic popup title text can't be translated

See original GitHub issue

Hello!

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 image and this when “en” is selected image

Is this a possible bug?

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:20 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jacop85commented, Sep 8, 2016

title: $filter(‘translate’)(‘HELLO_WORLD’),

0reactions
SakthiSureshAnandcommented, Mar 7, 2017

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…,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found