- Clone this repository by opening the terminal in a folder of your choice and typing
git clone https://github.com/lainsce/palaura
- You'll need to know your language's code (ex. en = English).
- Translate the .po file corresponding to your language using the PO editor of your choice (I recommend POEdit).
- Next, in the folder you've cloned this repo in, open a terminal and type:
git checkout -b "Translation <language code>
- Then, type
git add *
- Finally,
git commit -m "Translated your app for <Language Name>" && git push
, follow the instructions in the terminal if need be, then type your github username and password.
And that's it! You've successfully translated Yishu for your language!