Ticket #97 (assigned translation)

Opened 4 years ago

Last modified 3 years ago

Buttons to be translated

Reported by: Gerby19 Assigned to: uncle_fungus (accepted)
Priority: minor Milestone:
Component: GUI Keywords:
Cc:

Description

Hello Andrew!

The dialogs for Benchmarks and Preferences contain buttons, that cannot be translated (Ok, Cancel, Close), because they are not part of the fahmon.pot file.

On the other hand a translation would not really be needed, if these buttons got their contents from the operating system's language defaults. However, I don't know if wxWidgets can handle this.

Greetings Mark

Change History

02/11/08 11:19:48 changed by uncle_fungus

Technically I think wxWidgets is supposed to handle this itself, however I haven't worked how you're actually supposed to get it to work yet.

02/13/08 13:00:53 changed by uncle_fungus

  • status changed from new to assigned.

08/12/08 06:11:35 changed by Gerby19

It seems that those buttons must be translated manually (via fahmon.pot?), because the used IDs (wxID_CANCEL, wxID_CLOSE, wxID_OK) are string constants defined by wxWidgets (see wxWidgets documentation: Constants > Stock items).

I haven't found anything about OS-specific standard buttons (like OK, Cancel, Yes, No) in the wxWidgets documentation yet.

02/18/09 18:10:33 changed by uncle_fungus

  • milestone deleted.