From aec50be4107a79734cc5b4b60facd76465302504 Mon Sep 17 00:00:00 2001 From: NicKoehler <53040044+NicKoehler@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:44:46 +0100 Subject: [PATCH] Update it.rs --- 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 38015f56c..a0bd211da 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -406,7 +406,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Group", "Gruppo"), ("Search", "Cerca"), ("Closed manually by the web console", "Chiudi manualmente dalla console Web"), - ("Local keyboard type", ""), - ("Select local keyboard type", ""), + ("Local keyboard type", "Tipo di tastiera locale"), + ("Select local keyboard type", "Seleziona il tipo di tastiera locale"), ].iter().cloned().collect(); }