Merge pull request #2686 from NicKoehler/master

Update it.rs
This commit is contained in:
RustDesk
2022-12-30 17:09:19 +08:00
committed by GitHub
Unverified

View File

@@ -406,7 +406,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Group", "Gruppo"),
("Search", "Cerca"),
("Closed manually by the web console", "Chiudi manualmente dalla console Web"),
("Local keyboard type", "Tipo tastiera locale"),
("Select local keyboard type", "Seleziona la tastiera locale"),
("Local keyboard type", "Tipo di tastiera locale"),
("Select local keyboard type", "Seleziona il tipo di tastiera locale"),
].iter().cloned().collect();
}