dioxus-rust-i18n 0.1.0

rust-i18n bindings for Dioxus
Documentation
1
2
3
4
5
#[test]
fn ui() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/missing_locales.rs");
}