Dialog buttons are not localized #737
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-11#737
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Standard buttons like “OK” and “Cancel” always appear in English. Is it just a problem on my system, or do you see it too? These translations are bundled in QT, but maybe we need to enable them somehow.
What OS are you using and what language settings do you have?
I can reproduce this. QT does not automatically localise QMessageBox buttons, it needs to be done separately.
It looks like you have to load QT locales and this didn't happen. This fixes it, but I still need to test / refix for frozen (Windows / OSX executable).
Yea it doesn't work in frozen right away, needs to be addressed separately.
Together with
a9f45c8061
and5ed6df7436
the problem is fixed.