Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 917 Bytes

translations.md

File metadata and controls

16 lines (11 loc) · 917 Bytes

Translations

Thanks for your interest in helping translating the guides!

Starting a translation

Before you start working on a translation, look through the open pull requests to see if anyone else is already working on one for your language.

If there's not, then today is your day to lead this effort! Here's how to start:

  1. Fork this repository
  2. Create a new branch for your translation work e.g. es.
  3. Copy _data/locales/en.yml to your target language file e.g. _data/locales/es.yml and translate all the strings.
  4. Copy index.html to your target language index file e.g. es.html and update the lang:.
  5. Create a new directory in _articles/ for your language e.g. _articles/es/, copy each guide from _articles/ into that folder and translate each guide.
  6. Send a pull request.