Skip to content

Commit

Permalink
Update lv.rs (rustdesk#10124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleofass authored Nov 30, 2024
1 parent 082a66b commit f8c2713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/lv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit f8c2713

Please sign in to comment.