Update tw.rs

This commit is contained in:
XLion 2025-05-31 04:17:55 +08:00 committed by GitHub
parent 90cb0ee56d
commit 29aaf0df29
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", "使用 WebSocket"),
("Trackpad speed", "觸控板速度"),
("Default trackpad speed", "預設觸控板速度"),
("Numeric one-time password", ""),
("Numeric one-time password", "數字一次性密碼"),
].iter().cloned().collect();
}