added translations

This commit is contained in:
NicKoehler
2023-03-15 18:03:28 +01:00
parent 51a37f971a
commit 02fc7df435
33 changed files with 33 additions and 0 deletions

View File

@@ -477,5 +477,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Empty Username", ""),
("Empty Password", ""),
("Me", ""),
("Show monitors in menu bar", ""),
].iter().cloned().collect();
}