Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timjentzsch/bevy_mod_localization
- Owner: TimJentzsch
- License: apache-2.0
- Created: 2022-07-17T08:32:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T17:55:36.000Z (4 months ago)
- Last Synced: 2024-10-09T06:42:08.858Z (about 1 month ago)
- Topics: bevy, i18n, localization
- Language: Rust
- Homepage:
- Size: 402 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.