-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(nsis): add Norwegian language support for installer #14824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
crates/tauri-bundler/src/bundle/windows/nsis/languages/Norwegian.nsh
Outdated
Show resolved
Hide resolved
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you also add a change file?
https://github.com/tauri-apps/tauri/blob/dev/.changes/README.md
|
@Legend-Master Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again
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.