Bug#494486: Please add support for gettext

2008-08-09 Thread Chris Lamb
Chris Lamb wrote: > Please add support for gettext. A patch is attached, I forgot to catch any exceptions when setting the locale: - locale.setlocale(locale.LC_ALL, '') + try: + locale.setlocale(locale.LC_ALL, '') + except locale.Error: + pass This change stops

Bug#494486: Please add support for gettext

2008-08-09 Thread Chris Lamb
Package: debgtd Version: 1.2.1-1 Severity: wishlist Tags: patch Hi, Please add support for gettext. A patch is attached, although I think some of DebGTD's strings could do with some attention before anyone attempts a serious translation. Regards, -- Chris Lamb, UK