Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 619 Bytes

Contributing to boilr-site

Adding a translation

Via Weblate

  1. Just go to boilr-site @ Hosted Weblate and start editing. Tip: use Machine translation to ease your work.

Via git (for coders)

  1. Fork boilr-site's repository.
  2. Copy json/en.json and renamed it xx.json where xx is the ISO 639-1 language code.
  3. Translate the strings. You should use the original English strings from json/en.json as reference.
  4. Commit, push, open a pull request and profit.