Italian language update (#10067)

This commit is contained in:
bovirus 2024-11-27 00:37:49 +01:00 committed by GitHub
parent b99c540210
commit 3c7f6d3127
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -654,6 +654,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload files", "File upload"),
("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
("Update client clipboard", "Aggiorna appunti client"),
("Untagged", ""),
("Untagged", "Senza tag"),
].iter().cloned().collect();
}