dependencies updated
dependencies updated
This commit is contained in:
@@ -180,6 +180,6 @@ impl Locale {
|
||||
/// println!("{}", locale.t().exiting);
|
||||
/// ```
|
||||
pub fn t(&self) -> &Lang {
|
||||
return self.locale.borrow().clone();
|
||||
return self.locale.borrow();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user