Skip to content

Commit

Permalink
chore(core): re-enable czech translations
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Mar 18, 2024
1 parent bd3b070 commit aa0efef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/translations/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def generate_all_blobs(rewrite_version: bool) -> list[translations.TranslationsB
common_version = None

all_languages = [lang_file.stem for lang_file in HERE.glob("??.json")]
# TEMP: not generating czech blob - it is not final
all_languages.remove("cs")
all_blobs: list[translations.TranslationsBlob] = []
for lang in all_languages:
if lang == "en":
Expand Down

0 comments on commit aa0efef

Please sign in to comment.