Skip to content

Commit d3f1c51

Browse files
committed
Translators need to set up their environment
Fixes #1263
1 parent a1336dc commit d3f1c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/translations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Before you start working on a translation, look through the [open pull requests]
99
If there's not, then today is your day to lead this effort! Here's how to start:
1010

1111
1. [Fork this repository](https://github.com/github/opensource.guide/fork)
12+
1. [Set up your environment](../CONTRIBUTING.md#setting-up-your-environment)
1213
1. Create a new branch for your translation work e.g. `es`.
1314
1. Copy `_data/locales/en.yml` to your target language file e.g. `_data/locales/es.yml` and translate all the strings.
1415
1. Create a new directory in `_articles/` for your language e.g. `_articles/es/`, copy each guide from `_articles/` into that folder and translate the content in each guide, except for the field names in the front matter between the `---`s at the top of each file, e.g., `title:` should remain unchanged. Remove the `toc:` fields (they are only used for English).

0 commit comments

Comments
 (0)