Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to contribuite for translations?
03-05-2013, 01:21 AM (This post was last modified: 03-05-2013 01:24 AM by m45t3r.)
Post: #15
RE: Where to contribuite for translations?
(03-04-2013 09:41 PM)srdjan1995 Wrote:  
(03-04-2013 06:07 PM)Apology11 Wrote:  Okay for your information:

To make a translation you need:
-Qt linguist
- a copy of the ppsspp repo
- git
- a github account

Then you add the translation with qt linguist and make a pull request to the github.

If you don´t know how to do that either read some tutorials or wait till someone makes it easyer to add translations.

Okay, i can download Qt linguist, i can make a github acc..
By git do u mean some rev of emulator? I have that off course.
And how to get a ppsspp repository?

Mini-tutorial

First, you need a GitHub account. Create a account, login, go to the PPSSPP repository and fork it (click on Fork icon).

Now, if you're using Windows (if not, you can figure how to do it), download and install GitHub for Windows, login with your GitHub account and click on your profile. You will see <Your GitHub Userrname>/ppsspp. Click in Clone and wait.

After that, go to C:/Users/<Your Windows Username>/Documents/GitHub/ppsspp/Qt/languages/ and make a copy of the language file you want to base your translation (the recommended one is English since it's the original language). Open this file on Qt Linguist (that is part of Qt Creator) and make your changes.

When you finish it, go back to GitHub app and open your repo (click on the right arrow). You will see uncommited changes in blue. Click in Show, type something like "Add <Your Language> translation to Qt4 UI" on Commit Message (Required) and leave Extended Description (Optional) in blank or type a observation (like "Partial translation" if you didn't complete it). Click in Commit. You will see the Sync button with blue color, click on it and wait. It will sync your local repo with your remote repo on GitHub.

Finally, go back to your repo page on GitHub (not hrydgard), click on Pull Request, select both master repo (should be default), put something on the Pull Request message (can be the same of the commit message) and wait until Henrik or other developer merges your commit (after making sure you didn't make a mess).

It's a similar process to any changes you want to push to the emulator, but I think translation is the most easy one to start. I hope it helps.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Where to contribuite for translations? - m45t3r - 03-05-2013 01:21 AM

Forum Jump: