Skip to content

Collaborate

Samuele Oberti edited this page May 29, 2026 · 2 revisions

In this section you will found how to collaborate in the project

Translation

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.

Create code

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.

Clone this wiki locally