Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timjentzsch/bevy_mod_localization

A prototype to implement localization support in Bevy.
https://github.com/timjentzsch/bevy_mod_localization

bevy i18n localization

Last synced: 19 days ago
JSON representation

A prototype to implement localization support in Bevy.

Awesome Lists containing this project

README

        

# bevy_mod_localization

Everything you need to localize your Bevy app.

## Features

Please note that this crate is still in development and that not all features are available yet.

- [x] Locale management with fallbacks
- [ ] Localization of arbitrary file-based assets (images, sounds, videos, etc.)
- [x] Powerful text localization via [Project Fluent](https://projectfluent.org/)
- [ ] Time-synchronized subtitles/captions via [WebVTT](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API)
- [x] Hot reloading

## License

The source code of this repository is dual-licensed under either:

- MIT License ([LICENSE-MIT](LICENSE-MIT) or )
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )

at your option.

### Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.