1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-04 05:42:34 +00:00
trezor-firmware/core/embed/rust/src/ui/model_tr/component/input_methods/mod.rs
grdddj b8ea21d24a feat(all): implement translations into Trezor
Co-authored-by matejcik <ja@matejcik.cz>
2024-02-12 14:49:32 +01:00

14 lines
299 B
Rust

pub mod choice;
pub mod choice_item;
#[cfg(feature = "translations")]
pub mod number_input;
#[cfg(feature = "translations")]
pub mod passphrase;
#[cfg(feature = "translations")]
pub mod pin;
#[cfg(feature = "translations")]
pub mod simple_choice;
#[cfg(feature = "translations")]
pub mod wordlist;