tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.36k stars 2.58k forks source link

[feat] add [Portuguese] language in NSIS available language #11725

Closed Kiyozz closed 3 days ago

Kiyozz commented 3 days ago

Describe the problem

image

This language is available in the specified url. This is the tauri.conf.json

"windows": {
  "nsis": {
    "languages": ["French", "English", "Portuguese", "Spanish"]
  }
}

I only have the warning for Portuguese

Describe the solution you'd like

Add this language to the available list removing the warning

Alternatives considered

No response

Additional context

No response

amrbashir commented 3 days ago

we have PortugeseBR, but we didn't get any PRs for just Portugese, would you be willing to open a PR for it? it is a simple as translating this file https://github.com/tauri-apps/tauri/blob/dev/crates/tauri-bundler/src/bundle/windows/nsis/languages/English.nsh.

Kiyozz commented 3 days ago

I'm on it, PR is coming. Let me know if the PR follows the guidelines.

amrbashir commented 3 days ago

Thank you

Kiyozz commented 3 days ago

PR posted