I have noticed that the agw library has no internationalization
support. For example, the cubecolourdialog has english labels built
into the source code. Is it possible to make a change and add i18n
support with gettext?
(I could do this myself, if Andrea gives me permission.)
I have noticed that the agw library has no internationalization
support. For example, the cubecolourdialog has english labels built
into the source code. Is it possible to make a change and add i18n
support with gettext?
(I could do this myself, if Andrea gives me permission.)
No problem, please go ahead and create a patch against SVN if you can.
Any contribution to AGW is more than welcome. I18N is something I
never spent too much time on, but I guess it is time to do something
about it (few of the widgets should be already I18N-able, like
GenericMessageDialog and BusyInfo, if I remember correctly...).
I have noticed that the agw library has no internationalization
support. For example, the cubecolourdialog has english labels built
into the source code. Is it possible to make a change and add i18n
support with gettext?
(I could do this myself, if Andrea gives me permission.)
No problem, please go ahead and create a patch against SVN if you can.
Any contribution to AGW is more than welcome. I18N is something I
never spent too much time on, but I guess it is time to do something
about it (few of the widgets should be already I18N-able, like
GenericMessageDialog and BusyInfo, if I remember correctly...).
Thank you for bringing this issue up.
Fixed in SVN for CubeColourDialog. If you (or anyone else) can find
any other place in AGW where I18N support is needed, please do let me
know.