Daniel Schuba

Results 136 comments of Daniel Schuba

Well, for me the important part is not parsing the keys from html or ts files but having translations in a file format that can be edited in widely used...

I tested json to po. And it works fine when converting json to po file. But the direction back doesn't work with composed keys 😞

+1 with the realtime map widget this would be a great feature please add this soon

I'm getting this error with my published components when trying to load from unpkg. It's very really annoying to have a broken library published and clients waiting for a new...

I also discovered, that the generated build and documentation is broken, not matching or missleading. In this documentation https://stenciljs.com/docs/distribution the script tag points to `https://cdn.jsdelivr.net/npm/[email protected]/dist/myname.js` There are two mistakes in...

> I have tried out [angular-t9n](https://github.com/kyubisation/angular-t9n) for some time now, and it does support merging of xlf files! It is unfortunately not up-to-date, but does work well with Angular 13....

Sorry, had a lot to do last weeks. I'll follow up on this asap.

BTW using `@nestjs/ng-universal/dist/tokens` works but throws a `CommonJS or AMD dependencies can cause optimization bailouts.` warning

And it's only merging the linked PR. Maybe we need to mention some of the maintainers to raise attention?

As a workaround I just published a package with this fix. You can drop it into the current installation without changing imports by adding `"@nestjs/ng-universal": "npm:@nestjs-fixed/[email protected]",` to your `package.json`.