[Sugar-devel] [PATCH](Clock) Fixing an instance (australian case) of http://bugs.sugarlabs.org/ticket/2944

2012-05-10 Thread Rafael Ortiz
--- clock.py | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/clock.py b/clock.py index 1219aee..d368196 100755 --- a/clock.py +++ b/clock.py @@ -97,7 +97,7 @@ from timewriter import TimeWriter import dbus import os - +import locale # The

Re: [Sugar-devel] [PATCH](Clock) Fixing an instance (australian case) of http://bugs.sugarlabs.org/ticket/2944

2012-05-10 Thread Gary Martin
Hi Rafael, This is a fully translatable string and can just be changed in pootle – no need to change the source code :) Regards, --Gary On 11 May 2012, at 04:47, Rafael Ortiz wrote: --- clock.py | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git

Re: [Sugar-devel] [PATCH](Clock) Fixing an instance (australian case) of http://bugs.sugarlabs.org/ticket/2944

2012-05-10 Thread Chris Leonard
If you want the day name, LC_TIME gives you a choice of day or abday fileds (Friday of Fri). On Fri, May 11, 2012 at 12:19 AM, Chris Leonard cjlhomeaddr...@gmail.com wrote: I do not like the idea of special casing en_au at all, the proper way to fix this is to get the i18n correct in the first

Re: [Sugar-devel] [PATCH](Clock) Fixing an instance (australian case) of http://bugs.sugarlabs.org/ticket/2944

2012-05-10 Thread Chris Leonard
On Fri, May 11, 2012 at 12:42 AM, Rafael Ortiz raf...@activitycentral.com wrote: On Fri, May 11, 2012 at 1:19 AM, Chris Leonard cjlhomeaddr...@gmail.com wrote: I do not like the idea of special casing en_au at all, the proper way to fix this is to get the i18n correct in the first place and