update lang template

This commit is contained in:
rustdesk 2022-05-08 11:27:48 +08:00
parent 2705228394
commit ed897f4b6d

View File

@ -265,5 +265,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_version_audio_tip", ""),
("android_start_service_tip", ""),
("Account", ""),
("Quit", ""),
("Help", ""),
].iter().cloned().collect();
}