Luke Frisken
Luke Frisken
@bikeshedder did you still want to proceed with this?
And perhaps having the full flexibility/generalization of these formats with serde/miniserde, etc isn't necessary for a simple message dictionary, given their additional cost if we were to make them necessary...
Having support for converting between the formats at compile time would also be good, so the data can be stored in the repository an any format, and converted to a...
I think the interface should be mostly covered by traits, and left to the examples for how to implement them. Maybe have a default implementation for `serde` and [ufmt](https://github.com/japaric/ufmt). For...
Related to #31
Perhaps this could be made into an optional feature/technique until it proves itself on some larger projects/examples.
Hi @fosskers sorry for the slow reply, I'll make sure to take a look at this one soon
One of the tests is using `ru` without a region https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed/i18n/ftl/ru so something interesting is going on here!
does this problem occur for you with other region-less language identifiers, or only `eo`?
@fosskers I'm currently working on an example for this repo that we could modify to reproduce the problem in a test