Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot open.mp Questions and Suggestions [Question] How to add my language in openmultiplayer github

 
  • 0 Vote(s) - 0 Average
Question How to add my language in openmultiplayer github
#Beer
Offline

Burgershot Member
Posts: 14
Threads: 2
Joined: Apr 2019
Reputation: 0
Location: Vietnam
#1
2019-04-18, 06:21 PM (This post was last modified: 2019-04-19, 10:38 AM by #Beer.)
[Image: 3ygBd2Dg.png][url=https://imgur.com/3ygBd2D][/url]
How to add a translation on openmultiplayer on github? This is the first time i'm use github and my English not good to understand what this website say me.
Some one can guide me how to do this?
[Image: 0T2dscl.png]
Sasino97
Offline

Software Developer
Posts: 108
Threads: 16
Joined: Apr 2019
Reputation: 7
Location: Tampa, FL
#2
2019-04-19, 04:53 PM
I'm afraid I don't have the time now to do a complete step-by-step guide, however maybe these few lines might be helpful. I am new to GitHub too (but I used Bitbucket), but yesterday I learned how to do this process, and I will now tell you what I did:

  1. Create a GitHub account if you don't have one yet
  2. Fork the openmultiplayer/homepage repository to your own account; to do this, simply click the "Fork" button at the top of the page
  3. Download a git client. I personally just downloaded the raw command line git bash
  4. Pull your own fork of the repository to a folder (cd [foldername] and git pull [address]). You can find out the repository address by clicking the "Clone or download" green button in the page of your fork of the repository.
  5. Add your new files and modify the files to modify (in the case of languages, you need also to edit component/languages.js) in the folder
  6. Commit the changes (git commit -am "I changed x, y and z")
  7. Push the commit to your forked online repository (git push [address])
  8. Sign the Contributor License Agreement
  9. In the openmultiplayer/homepage repository page, click "New pull request"
  10. Click "compare across forks"
  11. Click on the second repository drop down box, and select your fork
  12. Follow the remaining instructions to merge the changes
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode