Update lv.rs

This commit is contained in:
Kleofass 2025-06-03 08:20:00 +03:00 committed by GitHub
parent e0f35b9046
commit 84e3369bf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use WebSocket", "Lietot WebSocket"),
("Trackpad speed", "Skārienpaliktņa ātrums"),
("Default trackpad speed", "Noklusējuma skārienpaliktņa ātrums"),
("Numeric one-time password", ""),
("Numeric one-time password", "Vienreiz lietojama ciparu parole"),
].iter().cloned().collect();
}