Skip to content

Mineger 1.0.1 — English interface

Choose a tag to compare

@Zed2101 Zed2101 released this 22 Aug 15:08
· 10 commits to main since this release

Mineger now speaks English.

Installation

Download and run Mineger_1.0.1_x64-setup.exe (or the .msi). Upgrading over 1.0.0 keeps your servers and settings.

What's new

English interface, American or British. Every string is translated — screens, buttons, error messages, progress text and the console notices the app prints itself.

The language follows your system. On first run en-US gets English (US), other English locales get English (UK), it-IT gets Italian, and anything else falls back to English. Change it any time under Settings → Language: the switch is instant, no restart, and your choice sticks from then on.

Translation completeness at a glance. Each language shows how much of it is translated. Anything a language hasn't covered falls back to English instead of showing blank text.

Settings redesigned. One card per area, a fill bar for disk usage, an active/disabled pill on remote control, Java runtimes listed with version and count, and the ESC shortcut spelled out at the bottom.

Fixed

  • The delete confirmation asked for CONFERMA in English while the button only unlocked on CONFIRM — deleting a server was impossible in that language.

Want Mineger in your language?

Adding one takes a JSON file and two lines of registration — no application code:

npm run lang:new -- fr

That writes src/language/fr.json with every key ready to fill in. The full walkthrough is in the README. Automated tests reject a translation with missing keys or broken {placeholders}, so mistakes surface before release rather than in the app.

Notes

  • Windows 10/11 64-bit; Java 8/17/21 depending on the Minecraft version.
  • CurseForge still needs your own free API key (Settings → CurseForge key); Modrinth and FTB don't.
  • The installer isn't signed: SmartScreen may warn on first run (More info → Run anyway).

Full changelog: https://github.com/Zed2101/Mineger/blob/main/CHANGELOG.md