Skip to content

Files

Latest commit

Jan 19, 2021
b98588f · Jan 19, 2021

History

History

po

How to Translate Palaura

First Things First

  • Clone this repository by opening the terminal in a folder of your choice and typing git clone https://github.com/lainsce/palaura

Basics

  • 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).

Not so Basics

  • 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!