1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 12:58:13 +00:00

chore(core): disable czech translations from blob generation

[no changelog]
This commit is contained in:
grdddj 2024-02-26 14:20:02 +01:00 committed by Jiří Musil
parent 8c0e1e360e
commit c95d83a487
2 changed files with 5 additions and 3 deletions

View File

@ -114,6 +114,8 @@ def generate_all_blobs(rewrite_version: bool) -> list[translations.TranslationsB
common_version = None common_version = None
all_languages = [lang_file.stem for lang_file in HERE.glob("??.json")] 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] = [] all_blobs: list[translations.TranslationsBlob] = []
for lang in all_languages: for lang in all_languages:
if lang == "en": if lang == "en":

View File

@ -1,9 +1,9 @@
{ {
"current": { "current": {
"merkle_root": "919593e6e25b05a2bea25b713a0a77d690dc636949853e7002e98d22cb748d74", "merkle_root": "b9a0dc0b332ec7edf5260447965a2ebcc66b5315c8803eb8cd0439d1022bd188",
"signature": null, "signature": null,
"datetime": "2024-02-23T09:56:01.673838", "datetime": "2024-02-26T13:15:23.679059",
"commit": "2f152e09ce7e8f291e2527c3dcf2e3ea16a267d9" "commit": "a487c0d55b27b8d3d566b50d0225db06899ea08d"
}, },
"history": [] "history": []
} }