add tab about translate

This commit is contained in:
Jimmy GALLAND
2022-12-17 14:40:57 +01:00
parent 40f7ef7b82
commit 15bebcf45b
31 changed files with 96 additions and 8 deletions

View File

@@ -35,5 +35,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop service", "Stop Service"),
("hide_cm_tip", "Allow hiding only if accepting sessions via password and using permanent password"),
("wayland_experiment_tip", "Wayland support is in experimental stage, please use X11 if you require unattended access."),
("Slogan_tip", "Made with heart in this chaotic world!"),
].iter().cloned().collect();
}