Update Italian language

This commit is contained in:
bovirus
2023-10-29 08:57:49 +01:00
committed by GitHub
Unverified
parent f748395bda
commit a168fc3719

View File

@@ -570,7 +570,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Big tiles", "Icone grandi"),
("Small tiles", "Icone piccole"),
("List", "Elenco"),
("Virtual display", ""),
("Plug out all", ""),
("Virtual display", "Scehrmo virtuale"),
("Plug out all", "Scollega tutto"),
].iter().cloned().collect();
}