Dialog buttons are not localized #737

Closed
opened 2014-11-15 19:38:15 +01:00 by digital-dreamer · 5 comments
digital-dreamer commented 2014-11-15 19:38:15 +01:00 (Migrated from github.com)

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.

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.
PeterSurda commented 2015-10-18 13:14:17 +02:00 (Migrated from github.com)

What OS are you using and what language settings do you have?

What OS are you using and what language settings do you have?
PeterSurda commented 2015-12-15 04:03:41 +01:00 (Migrated from github.com)

I can reproduce this. QT does not automatically localise QMessageBox buttons, it needs to be done separately.

I can reproduce this. QT does not automatically localise QMessageBox buttons, it needs to be done separately.
PeterSurda commented 2015-12-15 04:25:53 +01:00 (Migrated from github.com)

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).

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).
PeterSurda commented 2015-12-16 01:16:42 +01:00 (Migrated from github.com)

Yea it doesn't work in frozen right away, needs to be addressed separately.

Yea it doesn't work in frozen right away, needs to be addressed separately.
PeterSurda commented 2015-12-23 00:46:05 +01:00 (Migrated from github.com)

Together with a9f45c8061 and 5ed6df7436 the problem is fixed.

Together with https://github.com/mailchuck/PyBitmessage/commit/a9f45c80611ba2d3e5c8ccea1da3286c68d8861e and https://github.com/mailchuck/PyBitmessage/commit/5ed6df743614ab5a78a0c93651e0945f256cab02 the problem is fixed.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#737
No description provided.