On Wed, 10 Jul 2013 07:16:59 -0700 (PDT) Catalin wrote:
C> Are these really necessary:
C>
C> - wxTRANSLATE("rawctrl") & other modifiers (src/common/accelcmn.cpp)
C>
C> - wxTRANSLATE("RawCtrl+") & other modifiers (src/common/accelcmn.cpp)
I think these are necessary because we recognize both the English and the
localized names for the accelerators. I don't know how useful is this in
practice but as long as they have to be translated into the other
direction, for appearance in the menus, anyhow, this doesn't seem like a
big deal.
C> - _(" ") (src/richtext/richtextstyledlg.cpp)
This one is certainly unnecessary but this seems to be inside some
generated code and I don't know how to deal with it, hopefully Julian can
do something about it.
C> - _("Windows Server 2003") & other OS names (src/msw/utils.cpp)
Not sure about this one, are the OS names really the same in all
languages? Granted, I've never seen them translated myself but I'm not an
expert in localization...
C> - _("...") (src/generic/filepickerg.cpp)
Again, I don't know how universal the ellipsis is. Apparently it can be
translated, see
http://en.wikipedia.org/wiki/Ellipsis#Across_different_languages
but, again, I could be wrong about this.
Regards,
VZ