mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-22 00:38:46 +00:00
test(core): don't force changing language if not needed
[no changelog]
This commit is contained in:
parent
09a323e578
commit
569aee4ac1
@ -64,7 +64,7 @@ def build_and_sign_blob(
|
|||||||
return sign_blob(blob)
|
return sign_blob(blob)
|
||||||
|
|
||||||
|
|
||||||
def set_language(client: Client, lang: str, *, force: bool = True):
|
def set_language(client: Client, lang: str, *, force: bool = False):
|
||||||
if lang.startswith("en"):
|
if lang.startswith("en"):
|
||||||
language_data = b""
|
language_data = b""
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user