ui: update i18n lib

This commit is contained in:
ardocrat
2026-03-06 23:51:44 +03:00
parent 1bd57cd88d
commit af203b8f9b
23 changed files with 127 additions and 142 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ impl Node {
}
/// Get synchronization status i18n text.
pub fn get_sync_status_text() -> String {
pub fn get_sync_status_text() -> impl Into<String> {
if Node::data_dir_changing() {
return t!("moving_files");
}