Browse Source

fix(bundler): fix language code. closes #4437 (#4444)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Jiwon Choi 3 năm trước cách đây
mục cha
commit
08a73acde8

+ 6 - 0
.changes/fix-language-code.md

@@ -0,0 +1,6 @@
+---
+"tauri-bundler": patch
+---
+
+Fix language code for korean (ko-KR).
+

+ 1 - 1
tooling/bundler/src/bundle/windows/msi/languages.json

@@ -67,7 +67,7 @@
     "langId": 1041,
     "asciiCode": 932
   },
-  "ko-KO": {
+  "ko-KR": {
     "langId": 1042,
     "asciiCode": 949
   },