-
Notifications
You must be signed in to change notification settings - Fork 0
Collaborate
In this section you will found how to collaborate in the project
To contribute to the translation, you need to fork the project. Then you need to make a copy of the ‘English.lpak’ file located in the “lpak” subfolder. The file name MUST BE the name of the language in the actual language; for example, the file for Italian is NOT called ‘Italian.lpak’, but MUST BE called ‘Italiano.lpak’. Once you have done this, translate only the right-hand side of each phrase; for example, ‘hello|hello’ would become ‘hello|ciao’ in Italian. DO NOT UNDER ANY CIRCUMSTANCES TOUCH THE FIRST COLUMN. After that, submit a pull request.
For the code there are some advices... there are two different branch:
- Main: For the beta and final bug fix
- Dev: For adding new features
If you are a main user and you found a bug you can fix it in the main branch. If you want to help to build a new function or create some yours you need to fork the dev branch
PLEASE NOTE: Keep updated frequently the branches, especially if you are helping whit something that already exist, so all the contributors can help real-time.