feat(nsis): add Norwegian language support for installer - #14824
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds Norwegian language support to the Windows NSIS installer by introducing a Norwegian translation file and updating the language data loader to recognize it.
Changes:
- Added a new Norwegian.nsh file containing 27 translated installer strings
- Updated the
get_lang_datafunction in mod.rs to include the Norwegian language mapping
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| crates/tauri-bundler/src/bundle/windows/nsis/languages/Norwegian.nsh | New file with Norwegian translations for all 27 installer strings |
| crates/tauri-bundler/src/bundle/windows/nsis/mod.rs | Added "norwegian" case to language data lookup function |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Package Changes Through 71740f1There are 9 changes which include tauri with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-utils with patch, tauri-build with patch, tauri-macos-sign with patch, tauri-bundler with minor, tauri-runtime-wry with minor, tauri-runtime with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Legend-Master
left a comment
There was a problem hiding this comment.
Thanks! Could you also add a change file?
https://github.com/tauri-apps/tauri/blob/dev/.changes/README.md
|
@Legend-Master Done. |
This pull request adds support for the Norwegian language to the Windows NSIS installer in the
tauri-bundlercrate. The main changes include the addition of a Norwegian translation file with relevant installer strings and updating the language data loader to recognize Norwegian.Norwegian language support:
Norwegian.nsh) with installer strings for various installation and maintenance scenarios.get_lang_datafunction inmod.rsto include and recognize the Norwegian language file.