From 7ba0b29c2d895363de863f0f469577900dc35e10 Mon Sep 17 00:00:00 2001 From: Anastasis Georgoulas Date: Tue, 5 Oct 2021 19:44:27 +0100 Subject: [PATCH] Fix formatting and update branch name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e22fae87..b93b469e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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'}