Skip to content

Commit 816d6f2

Browse files
committed
Merge branch 'pr-1023'
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents f8b7acb + 40be84c commit 816d6f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/modules/i18n.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub struct TrayTexts {
1919
fn load_translations(lang: &str) -> HashMap<String, String> {
2020
let json_content = match lang {
2121
"en" | "en-US" => include_str!("../../../src/locales/en.json"),
22+
"tr" | "tr-TR" => include_str!("../../../src/locales/tr.json"),
2223
_ => include_str!("../../../src/locales/zh.json"),
2324
};
2425

0 commit comments

Comments
 (0)