Update tw.rs (#11931)

This commit is contained in:
XLion 2025-06-02 22:16:24 +08:00 committed by GitHub
parent d52d9da043
commit 32e96e3705
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();
}