-
Notifications
You must be signed in to change notification settings - Fork 10
Translation Guide
jonpas edited this page Feb 20, 2016
·
4 revisions
- Create a GitHub account if you don't have one yet
- Open the Theseus Services repository
- Press the Fork button in the top right corner
- You are redirected to your personal fork, a version that is hosted on your GitHub account (named
<your-username>/TheseusServices
) - Clone that fork to your PC (there are many tools and tutorials on how to do this, e.g. GitHub for Windows)
- Download tabler and extract it somewhere
- Open the
tabler.exe
and in the menu click "File" -> "Open language files" - Point tabler to the cloned Theseus Services directory
- Start translating
- When done go to the menu and click "File" -> "Save language files”
- Commit your changes to your local cloned repository
- Sync (push) your commit(s) to your fork
- Create a Pull Request for your changes
The last three steps require some Git knowledge, but there are a lot of tutorials out there, e.g. Contributing to Projects with GitHub Desktop
Adapted from the ACE3 documentation.