This mod makes the game HARDCODED mostly translatable in ANY language.
I still didn't made any translation myself, but I hope the community will contribute to it !
If you are not afraid of being spoiled and want to help translate it for others people, there is a tutorial here.
- This mod use Godot Mod Loader to works.
So first of all you need to follow this tutorial to make your HARDCODED game able to load mods - Once it's done, you can download this mod as a .zip here, create a
mods/folder next tohardcoded.exe, and put it in. (On Windows, it's located here:E:\SteamLibrary\steamapps\common\HARDCODED) - You now can put any translation of your language named as
translation.ponext hardcoded.exe.
Translation can be found on the git here or in the hardcoded discord server - Finally your game folder should look like this:

It's done !
If you have any error, you can check the logs in:
C:\Users\******your_user_windows******\AppData\Roaming\Godot\app_userdata\HARDCODED\logs
You want to translate this game ? Thanks that's really cool !
In the github source repository, you will find a file named translation_template.pot.
This file contains most of the strings of the game, you can open it using POEdit or any similar software.
On POedit you will be able to generate a .po file of your language using the .pot template.
