From fe06cf77da96793d4ff3ce78c8b4ed2ff1777b6c Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:48:38 +0100 Subject: [PATCH] Italian language update (#10245) --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 6f5127c10..46d4c937d 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Gli appunti sono sincronizzati"), ("Update client clipboard", "Aggiorna appunti client"), ("Untagged", "Senza tag"), - ("new-version-of-{}-tip", ""), + ("new-version-of-{}-tip", "È disponibile una nuova versione di {}"), ].iter().cloned().collect(); }