Replies: 2 comments
-
Yep, internationalization via Once these are more tested and vetted I'd be happy for Bevy to endorse or upstream an implementation layer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is also https://github.com/TimJentzsch/bevy_mod_localization, but it's still under development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There could be an optional feature for quickly using Fluent Translation Lists in a Bevy project. I'm not familiar with other ways of internationalization though: I've no pratical experience with translations either. If anyone is interested, some months ago I built a crate called
rialight::intl
which comes with aFtl
object.rialight_intl
)It supports loading FTL from file system and HTTP (uses some crate called
reqwest
). I'd like to do a few internal improvements, such as how text direction can be derived from a locale from theicu::locid
crate (it was not done very reliably).Beta Was this translation helpful? Give feedback.
All reactions