format lang

This commit is contained in:
rustdesk
2022-01-30 03:41:18 +08:00
parent b5f056c0c0
commit 5a9803c2c8
3 changed files with 4 additions and 4 deletions

View File

@@ -199,6 +199,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主机名"),
("Discovered", "已发现"),
("install_daemon_tip","为了开机启动,请安装系统服务。")
("install_daemon_tip", "为了开机启动,请安装系统服务。"),
].iter().cloned().collect();
}