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

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Jiwon Choi
2022-06-24 12:19:31 +09:00
committed by GitHub
parent be4bb391a9
commit 08a73acde8
2 changed files with 7 additions and 1 deletions

View File

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

View File

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