Skip to content

Submit Translation

Herr Vigg edited this page Jun 23, 2019 · 1 revision

After you have completed your translations on your computer, you are now ready to submit it to the github project.

To accomplish this you must follow two simple steps. In the same way you managed your fork, you can easily do this if you have a desktop GitHub Client installed on your computer or you can do it in the command line as explained below.

1. Push updates to "origin"

Push the local files of your "master" branch to your forked repository on GitHub.

git push -f origin master

2. Create a Pull Request

Open your browser and navigate to your qTranslate-XT fork "master" branch. Now you can see your latest commit in your GitHub forked repository. To submit your files you must do a Pull Request by pressing the Compare, review, create pull request button.

You should now double check your Commits, the Files changed and add a brief comment and description on your update and then press the Create pull request button.

And you're done!

Now the project maintainers will check your pull request to aprove and include it in the main code. You can still add comments in the Conversation below in your pull request, and you can check its status in the Pull requests page.

Thank you for contributing to qTranslate-X! Whether it is a translation, a bug correction or a enhancement!


GitHub References

Creating a pull request