Skip to content

Commit

Permalink
📜 Remove enm lang files (#5798)
Browse files Browse the repository at this point in the history
This PR removes some leftover files and config for English Middle language.

Fixes #5797

**How to test**
All automatic checks should pass.
  • Loading branch information
boryanagoncharenko committed Sep 20, 2024
1 parent 31720b9 commit ddea40f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
54 changes: 0 additions & 54 deletions grammars/keywords-enm.lark

This file was deleted.

3 changes: 0 additions & 3 deletions hedy_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
'tl': 'en',
'iba': 'en',
'peo': 'fa',
'enm': 'en',
'zun': 'en'
}

# For the non-existing language manually overwrite the display language to make sure it is displayed correctly
CUSTOM_LANGUAGE_TRANSLATIONS = {'kmr': 'Kurdî (Tirkiye)',
'tl': 'ᜆᜄᜎᜓᜄ᜔',
'peo': 'Old Persian',
'enm': 'English (Middle)',
'iba': 'Iban'}

customize_babel_locale(CUSTOM_BABEL_LANGUAGES)
Expand Down

0 comments on commit ddea40f

Please sign in to comment.