Describe the problem
I get the following error when I set japanese to windows>nsis>language in tauri.conf.json
"tauri": {
....
"windows": {
"nsis": {
"languages": ["japanese"]
}
}
build error
Error failed to bundle project: Language japanese not implemented. If it is a valid language listed on <https://github.com/kichik/nsis/tree/9465c08046f00ccb6eda985abbdbf52c275c6c4d/Contrib/Language%20files>, please open a Tauri feature request
Describe the solution you'd like
I would like to see Japanese added to the nsis build.
Alternatives considered
No response
Additional context
No response