Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
matejcik opened this issue Feb 6, 2024 · 0 comments · Fixed by #3610
Closed

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

matejcik opened this issue Feb 6, 2024 · 0 comments · Fixed by #3610
Assignees
Labels
code Code improvements

Comments

@matejcik
Copy link
Contributor

matejcik commented Feb 6, 2024

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 matejcik added the code Code improvements label Feb 6, 2024
matejcik added a commit that referenced this issue Mar 15, 2024
matejcik added a commit that referenced this issue Mar 15, 2024
matejcik added a commit that referenced this issue Mar 15, 2024
matejcik added a commit that referenced this issue Mar 15, 2024
matejcik added a commit that referenced this issue Mar 15, 2024
matejcik added a commit that referenced this issue Mar 21, 2024
matejcik added a commit that referenced this issue Mar 22, 2024
matejcik added a commit that referenced this issue Mar 25, 2024
matejcik added a commit that referenced this issue Mar 25, 2024
matejcik added a commit that referenced this issue Mar 26, 2024
matejcik added a commit that referenced this issue Mar 28, 2024
matejcik added a commit that referenced this issue Mar 30, 2024
matejcik added a commit that referenced this issue Mar 30, 2024
M1nd3r pushed a commit that referenced this issue Apr 12, 2024
onvej-sl pushed a commit that referenced this issue May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code improvements
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant