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
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
2 matches
Mail list logo