Ruben Vermeersch
Ruben Vermeersch
For those looking at something like this: https://github.com/rubenv/rrpubsub Wrote this a long time ago (still works great!) and ticks pretty much all these boxes.
Correction, looks a bit more involved, but as there's already Auto support it looks minor: https://developer.android.com/training/cars/media/automotive-os?hl=it
@Demonsthere That does not work sadly, if I do that, rather than loading the file I end up with a namespace named like that. With: ``` keto: config: namespaces: location:...
> I took a quick look at the tests but could not figure out how to add a test for this new functionality. The tests are quite trivial: you specify...
Hi, thanks for writing this PR, but I wish you'd have checked with me first. A big part of the design philosophy in angular-gettext was simplicity: one way to do...
Woah chill mate. There's a reason I didn't close this one yet: there's always room for talking about things. The rollup case is pretty interesting and I hadn't considered that...
Similarly, it's probably possible to add a build step (after extraction) that removes the calls to `gettext()`, as they are no-ops anyway. But again, let's try to understand each other...
Note that we also extract strings from calls to `gettextCatalog.getString()` and `gettextCatalog.getPlural()`, so it's not purely `gettext()` that needs to be taken into account. This last one has more than...
Yeah, that's not exactly ideal 😁
> The array notation has the advantage of allowing to support defining more than one plural form, as some languages require. Base language should always be English (if you do...