If you face any problems while using the application, please open an issue here
You can join in on chatting with the team on our discord server
Contributions, feedback, and bug reports are welcome! Feel free to check out our issues page to find out what you could do! but before contrubuting make sure to check out CONTRIBUTING.md.
- Clone this repository:
git clone https://github.com/fungamer2-2/Life-Simulator1.git
- Install Python
Run lifesim.py script:
python3 lifesim.py
lifesim.pot
is a template for translations.
Copy lifesim.pot
to a new file, fill in the translations, then upload it as lifesim.po
in the locale
folder.
The .po
should be placed in the directory path locale/[language code]/LC_MESSAGES
.
I will then convert it to a .mo
file so it can be translated.
NOTE: The text between the {}
in strings is used for string formatting, and is not to be translated. Their translations are handled separately.
Translation strings may be need to be updated as new strings are being added.
Distributed under the MIT License. See LICENSE for more details.