Re: Code freeze break for Hamster



(Removing d-d-l from CC - no need to)

Hi,

is there a reason why this was already committed to the gnome-2-26
branch a few minutes ago without approval, or is my mailserver just
slow? ;-)

Am Donnerstag, den 12.03.2009, 19:05 +0200 schrieb Toms:
> Index: hamster/db.py
> ===================================================================
> -        return self.fetchall(query, (_("Unsorted"), date, end_date))
> +        return self.fetchall(query, (unicode(_("Unsorted")), date, end_date))
>  
> -            work_cat_id = self.__add_category(_(work_category["name"]))
> +            work_cat_id = self.__add_category(unicode(work_category["name"]))
> -            nonwork_cat_id = self.__add_category(_(nonwork_category["name"]))
> +            nonwork_cat_id = self.__add_category(unicode(nonwork_category["name"]))

The last two codelines remove the translation marker for "name" so it
will be untranslatable. Was this done by purpose?

andre
-- 
 mailto:ak-47 gmx net | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]