mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 15:00:15 +01:00
feat!: runtime rules
This commit is contained in:
parent
6e4d975283
commit
309129ab66
6 changed files with 338 additions and 5 deletions
|
|
@ -25,6 +25,11 @@ mod shell;
|
|||
mod style;
|
||||
mod suggestions;
|
||||
|
||||
#[cfg(feature = "runtime-rules")]
|
||||
mod replaces;
|
||||
#[cfg(feature = "runtime-rules")]
|
||||
mod runtime_rules;
|
||||
|
||||
#[macro_use]
|
||||
extern crate rust_i18n;
|
||||
i18n!("i18n", fallback = "en", minify_key = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue