Overview
This page describes how to help in translating ACRE2 to different languages. Most of the things can be translated, however radio dialogs are not one of them, as they require precise positioning and sizing to correctly fit.
Guide
- If you don’t already have a GitHub account create one at http://github.com
- Open the ACRE2 repository at https://github.com/IDI-Systems/acre2
- In the top right corner press the
Fork
button - You are being redirected to your personal fork, a version that is hosted on your GitHub account (it says
yourUsername/acre2
) - Clone that fork to your PC (There are a lot of tools and tutorials how to do this (e.g. GitHub for Windows))
- Download tabler and extract it somewhere
- Open the
tabler.exe
and in the menu clickFile > Open language files
- Point tabler to the cloned ACRE2 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) GitHub for Windows help