Skip to content

Commit 53ec816

Browse files
author
linyuan.yang
committed
windows 多语言
1 parent 2e327b1 commit 53ec816

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

packages/app/src-tauri/tauri.conf.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"icons/128x128@2x.png",
3434
"icons/icon.icns",
3535
"icons/icon.ico"
36-
]
36+
],
37+
"windows": {
38+
"nsis": {
39+
"installMode": "both",
40+
"languages": ["SimpChinese", "English", "TradChinese"],
41+
"displayLanguageSelector": true
42+
},
43+
"wix": {
44+
"language": ["zh-CN", "en-US", "zh-TW"]
45+
}
46+
}
3747
}
3848
}

0 commit comments

Comments
 (0)