my-jupiler

Results 20 comments of my-jupiler

My config was fine with Angular 11. There are probably adaptations to be done but I could not find which. I'm trying the fix on extract-i18n to check or any...

thanks for the tip on extract-i18n, 14.0.3 fixed it

I downloaded the sample i18n from https://angular.io/guide/i18n-example I aligned my project configuration (localize : true as default, false for development). Still getting the error. I will try to run the...

Seems that only library messages are not translated, I can find my main app own messages properly translated in main.js. (Though messages from library components were properly extracted) Could be...

What do you need as reproduction ? An example project that you can run by yourself ?

Right. I will start from the i18n sample app coming from Angular site and will add consumption of a home made library ;)

Created an i18napp and i18nlib. So far I Cannot reproduce but I found out that output-path on extract-i18n is no longer project relative but root directory relative. And "sourceFile" context-type...

I have compared and aligned : dependencies in package.json, projects structures in angular.json, tsconfig, etc... between working project and not working one. No sucess so far. Before I try to...