[Audacity-devel] Translation of Widgets names
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Markus M. <me...@me...> - 2006-04-13 07:33:59
|
Hi Leland,
I came across some little thing while looking at Audacity source code
and actually I'm not even sure that I'm mixing up something here, but
let me ask anyway :) In the Audacity widgets, there are lots of commands
of the form "SetLabel(...)", "SetName(...)". IIRC, you introduced those
for better screenreader support, right? Many of those use wxT() instead
of _(" ") which makes the strings non-translatable. So do you think it
would be a good idea to makes those translatable to enable blind people
in other countries to use this feature too, or do you see problems/side
effects with that?
Markus
|