1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

chore(core): re-enable czech translations

[no changelog]
This commit is contained in:
grdddj 2024-03-18 10:31:58 +01:00 committed by Jiří Musil
parent dc715d7c0d
commit 50101c9882

View File

@ -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":