fix(bundler): fix japanese lang code, closes #5342 (#5346)

This commit is contained in:
Amr Bashir
2022-10-04 18:25:58 +02:00
committed by GitHub
parent 095b18620b
commit d4cac20292
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": "patch"
---
Use correct code `ja-JP` for japanese instead of `jp-JP`.

View File

@@ -63,7 +63,7 @@
"langId": 1040,
"asciiCode": 1252
},
"jp-JP": {
"ja-JP": {
"langId": 1041,
"asciiCode": 932
},