tags 448395 fixed-upstream
thanks

On Sun, Oct 28, 2007 at 01:51:36PM -0500, Ming Hua wrote:
> I was testing my translations for man-db, and found that the output of
> /usr/sbin/accessdb doesn't seem to be localized, at least not for the
> "accessdb -h" command.
[...]
> I also briefly looked at the source, and the difference between
> src/accessdb.c and src/man.c seems to be only that man.c has
>     #include "gettext.h"
>     #include <locale.h>
>     #define _(String) gettext (String)
> while accessdb.c only has
>     #include "gettext.h"
>     #define _(String) gettext (String)
> But I don't know enough about i18n to know if that is the problem.

That and the fact that accessdb's main function doesn't call setlocale,
yes. Thanks for the observation; I've fixed this for accessdb, globbing,
lexgrog, and zsoelim in bzr, which I think covers everything.

Mon Nov 12 19:24:00 GMT 2007  Colin Watson  <[EMAIL PROTECTED]>

        * src/accessdb.c (main), src/globbing_test.c (main),
          src/lexgrog_test.c (main), src/zsoelim.l (main): Enable
          localisation (Debian bug #448395).

Cheers,

-- 
Colin Watson                                       [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to