remove unused translation

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-08 14:34:45 +08:00
parent 9b614c8b32
commit 772548dbf9
34 changed files with 0 additions and 34 deletions

View File

@@ -525,7 +525,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sync with recent sessions", "Synchronisierung mit den letzten Sitzungen"),
("Sort tags", "Tags sortieren"),
("Open new connections in tabs", ""),
("separate window", "Separates Fenster"),
("Move tab to new window", "Tab in neues Fenster verschieben"),
].iter().cloned().collect();
}