Update lv.rs (#10381)

This commit is contained in:
Kleofass 2024-12-27 08:47:01 +02:00 committed by GitHub
parent 77baba3122
commit a9f2e14091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"),
("Update client clipboard", "Atjaunināt klienta starpliktuvi"),
("Untagged", "Neatzīmēts"),
("new-version-of-{}-tip", ""),
("new-version-of-{}-tip", "Ir pieejama jauna {} versija"),
].iter().cloned().collect();
}