How can I contribute the translation to XNova
ipfans opened this issue · 3 comments
I saw the source code and Simplified Chinese lang file is not exist .
So I want to contribute the translation to XNova .
fork it, create directory in game/lang/ and add your language to game/lang/config.mo
More explenation about Forking...:
when you are on a main page for the code project, you can see Fork button, if you click on that, you will actually copy overy file in previous directory, to yours, so you can edit it.
Then get Github for Windows, or TortoiseGit tu pull it to your computer.
Create directory for chinese (simplified) in /game/lang/ (for example: /game/lang/cs/), then copy every file from /game/lang/en/ to /game/lang/cs/.
And now you can Edit the files in /game/lang/cs/.
When you're done, create a commit on your computer and push it to Github.
Then, when you are on your Github XNova-forked code, you can see Pull Request Button.
If you click on that, you can ask to merge our codes.
It's simply, but I've learned this few months ago, i've try to understand git for 8 hours, untill I found Github Help. ;-)
Thanks for you introduce.