Skip to content

feat(nsis): add Norwegian language support for installer - #14824

Merged
Legend-Master merged 3 commits into
tauri-apps:devfrom
Kf637:dev
Jan 25, 2026
Merged

feat(nsis): add Norwegian language support for installer#14824
Legend-Master merged 3 commits into
tauri-apps:devfrom
Kf637:dev

Conversation

@Kf637

@Kf637 Kf637 commented Jan 24, 2026

Copy link
Copy Markdown
Contributor

This pull request adds support for the Norwegian language to the Windows NSIS installer in the tauri-bundler crate. 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:

  • Added a new Norwegian translation file (Norwegian.nsh) with installer strings for various installation and maintenance scenarios.
  • Updated the get_lang_data function in mod.rs to include and recognize the Norwegian language file.

Copilot AI review requested due to automatic review settings January 24, 2026 21:07
@Kf637
Kf637 requested a review from a team as a code owner January 24, 2026 21:07

Copilot AI left a comment

Copy link
Copy Markdown

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_data function 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.

Comment thread crates/tauri-bundler/src/bundle/windows/nsis/languages/Norwegian.nsh Outdated
@github-actions

github-actions Bot commented Jan 25, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 71740f1

There 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 Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.8.1 2.8.2
tauri-macos-sign 2.3.2 2.3.3
tauri-bundler 2.7.5 2.8.0
tauri-runtime 2.9.2 2.10.0
tauri-runtime-wry 2.9.3 2.10.0
tauri-codegen 2.5.2 2.5.3
tauri-macros 2.5.2 2.5.3
tauri-plugin 2.5.2 2.5.3
tauri-build 2.5.3 2.5.4
tauri 2.9.5 2.10.0
@tauri-apps/cli 2.9.6 2.10.0
tauri-cli 2.9.6 2.10.0

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
Legend-Master previously approved these changes Jan 25, 2026

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kf637

Kf637 commented Jan 25, 2026

Copy link
Copy Markdown
Contributor Author

@Legend-Master Done.

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again

@Legend-Master
Legend-Master merged commit c769f21 into tauri-apps:dev Jan 25, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants