`translate` directive does not work in ionic components
See original GitHub issuePlease consider updating the major version in package.json when introducing breaking changes. The node/npm community highly relies on semantic versioning.
Node modules are saved to package.json with the ^ prefix per default, this means all minor and patch updates will be downloaded on a npm update.
This eases up build configuration and maintaining a lot. Please consider.
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
Angular 11 ngx-translate not working on other components ...
If i try to translate anything in any other component i get the error No pipe found with name 'translate'. Here is my...
Read more >ngx-translate Documentation
A plugin called ngx-translate-extract can help you keeping your source code and translation files in sync: It extracts the translation IDs from your...
Read more >How to translate in Ionic 5 - Internationalization and ...
In this post you'll learn how to translate text in Ionic 5 apps and PWA. You will also learn how to get device...
Read more >Ngx-translate not working on 'ready-made' tabs template
I have created a ready made tabs template and the lazy loading didn't work at home page. Any idea? app.module.ts import { NgModule, ......
Read more >Ionic internationalization i18n tutorial with ngx-translate
Ionic Translation Issues · Scattered translation, that ruins your application look and feel. · Localization doesn't take into account the ...
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

By tonight I will release the new version. Please change the title of this issue.
Looks like, this solved the issue. Thanks for fixing this!