This repository hosts translation files for SimHub created by the community. Since SimHub is widely used around the world, this project aims to help non-English speaking users to have a localized experience.
The easiest way to install or update a translation is using the automated installer script included in this repository:
- Download the
Installer.ps1file from this repository. - Right-click the file and select Run with PowerShell.
- The script will fetch the latest translations from GitHub and ask you which language you want to install.
- Follow the on-screen prompts and the script will automatically place the translation file inside your SimHub installation folder.
You can also run the following command directly in PowerShell to execute the installer without downloading the script manually:
iex (iwr "https://raw.githubusercontent.com/adlerluiz/SimHub-translations/main/Installer.ps1" -UseBasicParsing).ContentAlternatively, you can manually download the .resx file from the translations/ folder and place it in your SimHub/Languages/ directory.
| Code | Language | SimHub Version | Status | Author(s) |
|---|---|---|---|---|
de-DE |
German (Germany) | v8.0.4 | 23% | m1ghtym4vs |
es-ES |
Spanish (Spain) | v8.0.3 | 100% | fidelcin |
it |
Italian (Italy) | v8.2.3 | 100% | medioman-ita |
ja-JP |
Japanese (Japan) | v7.4.20 | 100% | takeyan |
pl-PL |
Polish (Poland) | v7.4.22 | Unknown | scoobydowsky |
pt-BR |
Portuguese (Brazil) | v8.1.2 | 100% | adlerluiz |
zh-CN |
Chinese (China) | v8.1.3 | 100% | tlincar |
We welcome new translations and updates to existing ones!
Check out the official guide: SimHub - Translation Guide
- Fork this repository.
- Add your new or updated translated file inside the
translations/folder. - Update this
README.mdfile by adding/updating your entry in the table above:- Sort the table alphabetically by the
Codecolumn. - Use the ISO Language Code standard for the
CodeandName. - If you updated an existing file, add your name next to the existing author(s).
- Sort the table alphabetically by the
- Create a Pull Request to this repository.
This repository is maintained by the community and has no official affiliation with the SimHub project. It exists solely to organize and share community-made translations!