veloren/voxygen/i18n
juliancoffee 8c837da561 Add i18n keys to abilities
* New hud/ability.ron file for ability localizations
* i18n keys are created by adding .name and .desc to ability id. Because
  of how i18n worked (returning key if string wasn't found), it was
  impossible to do because it leads to UB in case string is missed.
  To solve this we've added get_opt method that returns None
* New Localization::get_or method for convinient fallback key usage
2022-06-25 18:17:37 +03:00
..
src Add i18n keys to abilities 2022-06-25 18:17:37 +03:00
Cargo.toml update further dependencies, including strum and get rid of old strum_macro 2022-04-04 16:06:47 +02:00
README.md Refactor i18n analysis code and improve UX of testing binary 2021-05-10 22:13:00 +00:00

Usage

$ cargo run --features=bin -- --help
(Or if somewhere else in the repo)
$ cargo run -p veloren-i18n --features=bin -- --help
For example, diagnostic for specific language
$ cargo run -p veloren-i18n --features=bin -- <lang_code>