Merge branch 'master' into master

This commit is contained in:
RustDesk
2022-11-16 20:27:52 +08:00
committed by GitHub
32 changed files with 159 additions and 69 deletions

View File

@@ -389,5 +389,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("or", "veya"),
("Continue with", "bununla devam et"),
("Elevate", "Yükseltme"),
("Zoom cursor", ""),
].iter().cloned().collect();
}