Skip to content

Commit

Permalink
Fix formatting and update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorgou authored and fmichonneau committed Oct 11, 2021
1 parent ed5b7ee commit 7ba0b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ following to the `_config.yml` file under the `language:` entry, respecting the

### 3. Add the two-letter code to the script checking the content of the glossary

To make sure that entries in the glossary for the language added will be recognized, you need to add the two-letter ISO code for the language in the Python script `[utils/check-glossary.py](https://github.com/carpentries/glosario/blob/master/utils/check-glossary.py#L33)`:
To make sure that entries in the glossary for the language added will be recognized, you need to add the two-letter ISO code for the language in the Python script [`utils/check-glossary.py`](https://github.com/carpentries/glosario/blob/main/utils/check-glossary.py#L33):

```python
ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'en', 'es', 'fr', 'he', 'it', 'ja', 'nl', 'pt', 'zu'}
Expand Down

0 comments on commit 7ba0b29

Please sign in to comment.