Skip to content

Commit 08a73ac

Browse files
dolsuplucasfernog
andauthored
fix(bundler): fix language code. closes #4437 (#4444)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent be4bb39 commit 08a73ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changes/fix-language-code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Fix language code for korean (ko-KR).
6+

tooling/bundler/src/bundle/windows/msi/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"langId": 1041,
6868
"asciiCode": 932
6969
},
70-
"ko-KO": {
70+
"ko-KR": {
7171
"langId": 1042,
7272
"asciiCode": 949
7373
},

0 commit comments

Comments
 (0)