dependencies updated

dependencies updated
This commit is contained in:
2023-11-20 00:56:45 +03:00
parent a99c60d529
commit b01a9f3828
3 changed files with 9 additions and 13 deletions

View File

@@ -180,6 +180,6 @@ impl Locale {
/// println!("{}", locale.t().exiting);
/// ```
pub fn t(&self) -> &Lang {
return self.locale.borrow().clone();
return self.locale.borrow();
}
}