Anki/rslib/i18n
llama 9a6842057a
use option_env! instead of rerun-if-env-changed
> As of 1.46, using env! and option_env! in source code will automatically detect changes and trigger rebuilds.
https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-env-changed
2025-11-20 20:27:48 +08:00
..
src feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00
build.rs use option_env! instead of rerun-if-env-changed 2025-11-20 20:27:48 +08: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