Tooltips, minor changes
This commit is contained in:
@@ -5,7 +5,7 @@ use crate::assets::AssetProvider;
|
||||
// a string which optionally has translation key in it
|
||||
// it will hopefully support dynamic language changing soon
|
||||
// for now it's just a simple string container
|
||||
#[derive(Debug, Default)]
|
||||
#[derive(Debug, Default, Clone)]
|
||||
pub struct Translation {
|
||||
pub text: Rc<str>,
|
||||
pub translated: bool, // if true, `text` is a translation key
|
||||
|
||||
Reference in New Issue
Block a user