mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
chore(core): re-enable czech translations
[no changelog]
This commit is contained in:
parent
dc715d7c0d
commit
50101c9882
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user