From 6f9728f2d4fc95666820c8b18529183a6d5fced2 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:43:07 +0200 Subject: [PATCH] Italian language update (#13148) --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index cdaee2602..9906003e2 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }