[][src]Macro ctl10n::include_strings

macro_rules! include_strings {
    () => { ... };
    ($filename:tt) => { ... };
}

Include tr!() macro from generated file to current namespace. If called without arguments includes file $OUT_DIR/strings.rs. If called with one argument includes corresponding file in $OUT_DIR.