Hey guys, I have an Angular application that requires i18n. So far for web projects we are using the built-in i18n of Angular. We want to stick with this in the Ionic project we have and have implemented it so far. I’ve set up a custom configuration that specifies the i18nFile, i18nLocale and i18nFormat. Building with Angular itself (ng build) works fine and returns the translated application.
My current problem is that Ionic (or Cordova) seems to ignore the i18n-file I’m providing in the configuration if I run ionic cordova build android --configuration=…
I know ngx-translate exists, but I would like to consider it as the last option since it requires some changes in the existing app.