kgv / bevy_fluent

Bevy plugin for localization using Fluent.
Apache License 2.0
127 stars 17 forks source link

Add option to control the insertion of unicode isolation marks when formatting patterns #47

Open umut-sahin opened 5 months ago

umut-sahin commented 5 months ago

This cannot be done in the game code as FluentBundle is wrapped in an Arc and is immutable.

The good thing with this approach is that it's entirely optional, so it won't break existing code. It just adds new functionality.

I've tested with a git dependency to my fork and it seems to be working correctly. I couldn't find any tests, so not sure if I should add some.

Let me know if it's okay.

And thanks for the amazing library!