aString translated
Why is #translated sent to all the window menu strings, but not the world menu ones? ----- Cheers, Sean -- View this message in context: http://forum.world.st/aString-translated-tp4693253.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Jun 14, 2013, at 6:46 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Why is #translated sent to all the window menu strings, but not the world menu ones?
The use of #translated is not done very strictly⦠it mostly was done in the past when there where many languages needed. And even then the focus was e-toys, not the development UI⦠Marcus
I always wondering why any developer should worry about translation when make labels. It is obviously code dublication: around creation of any label there is #translated message. Why people not put it inside labels itself? I add such logic at Presenty labels and I'm sure Spec should doing same thing Best regards, Denis 2013/6/14 Sean P. DeNigris <sean@clipperadams.com>
Why is #translated sent to all the window menu strings, but not the world menu ones?
----- Cheers, Sean -- View this message in context: http://forum.world.st/aString-translated-tp4693253.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Yes :) Stef On Jun 14, 2013, at 8:20 AM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
I always wondering why any developer should worry about translation when make labels. It is obviously code dublication: around creation of any label there is #translated message. Why people not put it inside labels itself? I add such logic at Presenty labels and I'm sure Spec should doing same thing
Best regards, Denis
2013/6/14 Sean P. DeNigris <sean@clipperadams.com> Why is #translated sent to all the window menu strings, but not the world menu ones?
----- Cheers, Sean -- View this message in context: http://forum.world.st/aString-translated-tp4693253.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (4)
-
Denis Kudriashov -
Marcus Denker -
Sean P. DeNigris -
Stéphane Ducasse