Re: [Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Walter Bender
On Thu, Sep 30, 2010 at 1:31 PM, Gonzalo Odiard wrote: > Sasha, Ishan: > > This change does not complicate the use for children? > > Gonzalo I am on the fence re these proposed changes, however, does the key associated with the decimal point reflect the value in locale.localeconv()['decimal_point

Re: [Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Gonzalo Odiard
Sasha, Ishan: This change does not complicate the use for children? Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Ishan Bansal
Sacha I have changed the sign being used for "*" to "×" . Also i have not been able to found any language which translate "=" to a different symbol. If anyone do find a language which does so then please notify so that the '_' symbol could be added for localization. Regards ishan On Thu, Sep

Re: [Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Sascha Silbe
Excerpts from Ishan Bansal's message of Thu Sep 30 18:03:21 +0200 2010: > +[3, 3, 3, ('='), self.col_gray1, lambda w: > self._parent.process()], You dropped the underscore (shortcut name of gettext.gettext), but I'm wondering whether we need to translate it at all (if not, the parent

Re: [Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Gonzalo Odiard
The problem with this idea is, the activity will look like a calculator, but the children will be confused about the keys they must press. Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-deve

[Sugar-devel] [PATCH] Changed symbols on the calculate activity button. (Ticket #2161)

2010-09-30 Thread Ishan Bansal
New symbols defined for the calculator activity in order to give a calculator look to activity. --- layout.py |2 +- mathlib.py |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layout.py b/layout.py index d439a3a..df7a7c0 100644 --- a/layout.py +++ b/layout.py @@ -7