added "Sort by" translations

This commit is contained in:
NicKoehler
2023-03-08 16:35:33 +01:00
parent 43da918630
commit 8cb0cc0a5d
33 changed files with 35 additions and 2 deletions

View File

@@ -461,5 +461,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", ""),
("No transfers in progress", ""),
("Set one-time password length", ""),
("Sort by", ""),
].iter().cloned().collect();
}