News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Browse tracker plugin is no more localizable

Started by gd_on, May 02, 2018, 07:54:33 PM

Previous topic - Next topic

gd_on

Browse tracker plugins was localizable a few time ago, but it's no more true. May be because it has been rewriten with wxformbuilder in january 2018.
I see that, for example, in ConfigPanel.cpp each text is configured with wxT(). To be able to translate them, some of them should be set with _(). It was like that in the past, but it's no more the case.
I can make it work, but at the top of ConfigPanel.cpp, it is written "PLEASE DO *NOT* EDIT THIS FILE" : so, I suppose modifications will be lost with a future release.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Pecan