Update lv.rs (#11966)

This commit is contained in:
Kleofass 2025-06-05 08:06:21 +03:00 committed by GitHub
parent 861fc91578
commit e79724644d
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();
}