Skip to content

Commit 9abd640

Browse files
authored
feat: 为 Windows 安装器新增英文和越南语语言选项 (#646)
1 parent 5487201 commit 9abd640

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src-tauri/tauri.windows.conf.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
"windows": {
55
"digestAlgorithm": "sha256",
66
"nsis": {
7-
"languages": ["SimpChinese"],
8-
"installMode": "both"
7+
"languages": [
8+
"English",
9+
"Vietnamese",
10+
"SimpChinese"
11+
],
12+
"installMode": "both",
13+
"displayLanguageSelector": true
914
}
1015
}
1116
}
12-
}
17+
}

0 commit comments

Comments
 (0)