fish-shell/fish-rust
Johannes Altmanninger 29a2c4b718 gettext.rs: allow translating non-literal strings
A following commit will pass global string constants to the gettext macro.
This is not ideal because we might accidentally use the constants without
gettext (which we should never do). To fix that we might need to define a
macro per constant, or use a proc macro which is maybe not worth it.
2023-02-08 21:49:41 +01:00
..
src gettext.rs: allow translating non-literal strings 2023-02-08 21:49:41 +01:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs rust: fix issues reported by clippy 2023-02-05 11:57:25 +01:00
Cargo.lock Drop lazy_static from Cargo.toml 2023-02-05 18:20:26 -06:00
Cargo.toml Drop lazy_static from Cargo.toml 2023-02-05 18:20:26 -06:00