Merge pull request #6271 from Kleofass/patch-3

Update lv.rs
This commit is contained in:
RustDesk 2023-11-03 10:34:26 +08:00 committed by GitHub
commit 9aa788f086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Saraksts"), ("List", "Saraksts"),
("Virtual display", "Virtuālais displejs"), ("Virtual display", "Virtuālais displejs"),
("Plug out all", "Atvienot visu"), ("Plug out all", "Atvienot visu"),
("True color (4:4:4)", ""), ("True color (4:4:4)", "Īstā krāsa (4:4:4)"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }