Skip to content

Update Inno Setup Italian language to 6.5.0+#11294

Open
niksedk wants to merge 3 commits into
mainfrom
chore/inno-update-italian-language
Open

Update Inno Setup Italian language to 6.5.0+#11294
niksedk wants to merge 3 commits into
mainfrom
chore/inno-update-italian-language

Conversation

@niksedk
Copy link
Copy Markdown
Member

@niksedk niksedk commented May 31, 2026

Fixes #11290

Updates the Italian translation used by the Windows (Inno Setup) installer to the latest 6.5.0+ version.

Changes

  • Add installer/WindowsInno/Languages/Italian.isl — the latest Italian translation pulled from the upstream jrsoftware/issrc repo (last updated 2026-05-02 by bovirus, who coordinated the change with the Inno Setup author).
  • Point the it language entry in Subtitle_Edit_Installer.iss at the bundled local file instead of compiler:Languages\Italian.isl.

Why

The installer previously used the Italian file bundled with whatever Inno Setup version is installed on the build machine, so it would not pick up the newer upstream translation until the compiler itself was upgraded. Bundling the file locally — the same approach already used for Catalan, Farsi, Vietnamese, Chinese, Serbian Cyrillic, etc. — guarantees the up-to-date translation ships regardless of the build environment.

The file uses the same encoding convention (UTF-8, no BOM, CRLF) as the other bundled UTF-8 .isl files in that folder.

🤖 Generated with Claude Code

niksedk and others added 3 commits May 31, 2026 17:00
Bundle the latest Italian.isl from the upstream Inno Setup repo
(jrsoftware/issrc, updated by bovirus) and reference the local copy
instead of the compiler-bundled one, matching how other newer
translations are handled.

Fixes #11290

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

Inno Setup installer - Update Italian language

1 participant