You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/rust/src/translations/generated/mod.rs

10 lines
329 B

#[cfg(feature = "model_mercury")]
mod translated_string;
#[cfg(feature = "model_mercury")]
pub use translated_string::TranslatedString;
#[cfg(any(feature = "model_tr", feature = "model_tt"))]
mod translated_string_upper;
#[cfg(any(feature = "model_tr", feature = "model_tt"))]
pub use translated_string_upper::TranslatedString;