Luke Frisken
Luke Frisken
Perhaps this example could be modified, so the problem is reproduced in a test https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed/examples/library-fluent
@fosskers I haven't been able to reproduce this problem for myself yet, do you think we should close this issue?
Okay, no worries! We'll leave it open :slightly_smiling_face:
@DBLouis this seems like a sensible idea! I'll look into it, and if it can be made to work generically.
This project includes localization from YAML files, https://git.open-communication.net/spacekookie/traduki , perhaps when implementing this issue feature, could also consider how it would fit into including similar plain text key-value files, and...
It looks like Glade typically uses [inltool](https://freedesktop.org/wiki/Software/intltool/) to extract strings, and merge them again. This tool supports a number of different formats, it would be good to support them all...
Reading the original comment though it seems like I misunderstood the original feature request, which was to have a way to merge in pot files generated by other tools (and...
I'm hopefully going to try making a glade gtk example to test supporting this use case. Help contributing on this would be welcomed.
That seems like a good idea, thanks for the suggestion!
I'm wondering whether this should be added to the `fl!()` macro, only added to the `FluentLanguageLoader` and called separately? It may be difficult for the macro to distinguish between the`...