Italian language update (#13148)

This commit is contained in:
bovirus
2025-10-13 14:43:07 +02:00
committed by GitHub
parent 30552fd202
commit 6f9728f2d4

View File

@@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Small", "Piccola"),
("Large", "Grande"),
("Show virtual joystick", "Visualizza joystick virtuale"),
("Edit note", ""),
("Alias", ""),
("Edit note", "Modifica nota"),
("Alias", "Alias"),
].iter().cloned().collect();
}