Skip to content

Commit

Permalink
Merge pull request #610 from carpentries/elletjies-patch-4
Browse files Browse the repository at this point in the history
Included Latin in check-glossary.py
  • Loading branch information
froggleston authored Feb 26, 2024
2 parents d4977f5 + 77943bd commit f6a9c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check-glossary.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Keys for entries and definitions.
ENTRY_REQUIRED_KEYS = {'slug'}
ENTRY_OPTIONAL_KEYS = {'ref'}
ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'hu', 'id', 'it', 'ja', 'ko', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zh', 'zu'}
ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'hu', 'id', 'it', 'ja', 'ko', 'la', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zh', 'zu'}
ENTRY_KEYS = ENTRY_REQUIRED_KEYS | \
ENTRY_OPTIONAL_KEYS | \
ENTRY_LANGUAGE_KEYS
Expand Down

0 comments on commit f6a9c7a

Please sign in to comment.