update lang

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-09-13 11:00:07 +05:30
parent 19e49a7de7
commit 1e548af987
37 changed files with 219 additions and 3 deletions

View File

@@ -545,5 +545,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("{} sessions", ""),
("scam_title", ""),
("scam_text1", ""),
("scam_text2", ""),
("Don't show again", ""),
("I Agree",""),
("Decline",""),
].iter().cloned().collect();
}