Quick guide to translation

Fork the repo

  1. Click on the “Fork” button

Clone/Download your fork

  1. Make sure you are in your account and in the forked i18n repo

  2. Click on “Clone”

  3. Click on “HTTPS”

  4. Click on the clipboard icon (this will copy the URL)

  5. Go to terminal (or command line) and enter “git clone

  6. Check that there is an “i18n” folder

Decide which lesson to translate

  1. Go to SWC-ja’s i18n repo

  2. Click on “Issues”

  3. Click on any issue with “Translation” in the title

  4. Read the description

  5. Comment on the issue to let people know that you are working on this (e.g. “I am working on this!!”)

Translate

  1. Go to “i18n” folder

  2. Go to “po” folder

  3. Find any file with “.ja.po” file extension

  4. Translate with your favorite PO editor or directly edit the file

Directly editing the file

  1. Do NOT change “msgid”

  2. Translate anything in between the quotation marks in the “msgstr” block only