Translation not working when compiling with cordova
See original GitHub issueI’m submitting a …
[x ] bug report => check the FAQ and search github for a similar issue or PR before submitting
[ ] support request => check the FAQ and search github for a similar issue before submitting
[ ] feature request
Current behavior Compiling in a ionic project make component not working. Some strings are completely missing (seems service return empty one) other are just resolved as the translation key (default behavior when translation is not found)
Reproduction of the problem I’ve just migrated from ng2-translate to ngx-translate. Both running correctly on browser. When i compile the ionic app for android the ngx-translate seems not working, as metioned before. Moving back to the ng2-translate the situation is resolved
-
ngx-translate version: 6.0.1
-
loader version: 0.03
-
Angular version: 2.4.8
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7
Top Results From Across the Web
ngx-translate not working on iOS device (Cordova)
I have a Cordova-based app (not ionic) which is deployed on android and iOS. Everything works fine except that my translations doesn't work...
Read more >Windows Platform Guide - Apache Cordova
Windows Platform Guide. This guide shows how to set up your SDK development environment to build and deploy Cordova apps Windows 10 (Universal...
Read more >How to translate in Ionic 5 - Internationalization and Localization
This post will explore the Ionic apps made in Angular Cordova, ... BUT, the translation does not work in places where you have...
Read more >Setting up your development environment for the Moodle App
If you see this error in Ubuntu, run sudo apt-get install build-essential and retry. Current working directory is not a Cordova-based project.
Read more >cordova-plugin-pgb-ios-localize-app-name - npm
It does not work on other Cordova platforms (Android, Windows, etc). It is only needed for users of build.phonegap.com (PhoneGap Build), ...
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 FreeTop 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
Top GitHub Comments
I figured it out, i had to change my httploader to
Thanks
thank you, worked for me with ionic + capacitor