Update Italian language

This commit is contained in:
bovirus 2023-10-31 19:09:39 +01:00 committed by GitHub
parent c2703d215b
commit 05b2fa97d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Elenco"),
("Virtual display", "Scehrmo virtuale"),
("Plug out all", "Scollega tutto"),
("True color(4:4:4)", ""),
("True color(4:4:4)", "Colore reale (4:4:4)"),
].iter().cloned().collect();
}