Anki/rslib/i18n
llama e0b0d0d19b
feat: add i18n to launcher (#4361)
* add anki_i18n and locale_config crates to launcher

* add launcher.ftl

* add tr to state

* replace most hardcoded strings with translations

* add support for `launcher` rustcfg to trim translations

* use marker structs to denote type of translations

* move underscores into generated code

* Update cargo-license, which may fix the license order issue (dae)
2025-09-27 16:58:46 +10:00
..
src feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00
build.rs feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00
Cargo.toml Fixes for Rust 1.89 2025-09-01 14:55:49 +10:00
check.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
extract.rs Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
gather.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
python.rs Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
typescript.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
write_strings.rs feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00