Update lv.rs

This commit is contained in:
Kleofass
2023-11-03 02:25:01 +02:00
committed by GitHub
Unverified
parent 48dbc06b29
commit d369385657

View File

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