Update lv.rs (#11966)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

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();
}