Italian language update (#13358)

This commit is contained in:
bovirus 2025-11-01 07:40:17 +01:00 committed by GitHub
parent 0550397046
commit 213880c14d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -721,6 +721,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show virtual joystick", "Visualizza joystick virtuale"),
("Edit note", "Modifica nota"),
("Alias", "Alias"),
("ScrollEdge", ""),
("ScrollEdge", "Bordo scorrimento"),
].iter().cloned().collect();
}