Translations readme
This readme explains how to create translations for the game.
Translations must be done in text files (.txt), and then submitted to me to be sure it is valid. i've done it this way to avoid possible runtime errors with the game if the translation is not handled correctly.
Text files must be labeled language_name.txt, where language_name represents the name of the language you are translating to. For example, German.txt.
You must then put the text (in English) that you would like to translate into your language, followed by an equals sign, then the translation. For example:
Hi=Hola
Main menu=Menú principal
You are also able to use the following parameters when translating to your language.
Adding a % (percent) u, to your translation will substitute the portion of text with the player's username. For example:
Login as %u=Iniciar sesión como %u
If the player runs into this item, and his username were Henry, then it would say:
Iniciar sesión como Henry.
Hope this helps, and good luck with your translation!