trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

translations: translate "processing.." strings coming from storage

Open matejcik opened this issue 1 year ago • 0 comments

storage.c has a bunch of baked-in English strings for progress labels. these need to be translated too.

(similar case may be for wipe code erasure and similar)

the way to go seems to be to return an enum instead of literal string, and let the UI code convert to a string.

this can be done after #3206 is merged, to not block it anymore

matejcik avatar Feb 06 '24 12:02 matejcik