Update lv.rs (#10124)

This commit is contained in:
Kleofass 2024-11-30 18:27:39 +02:00 committed by GitHub
parent 082a66b282
commit f8c2713c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,7 +653,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Augšupielādēt mapi"),
("Upload files", "Augšupielādēt failus"),
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"),
("Update client clipboard", ""),
("Untagged", ""),
("Update client clipboard", "Atjaunināt klienta starpliktuvi"),
("Untagged", "Neatzīmēts"),
].iter().cloned().collect();
}