From d3693856575aa259372b5d2ef0cd626a1dbd0a53 Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Fri, 3 Nov 2023 02:25:01 +0200 Subject: [PATCH] Update lv.rs --- src/lang/lv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 344d3fe24..0a0c7c6b2 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -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(); }