git: Activate Native Language Support (NLS) for error messages

John Marino marino at crater.dragonflybsd.org
Sun Sep 29 12:19:34 PDT 2013


commit b98a330eda782c6e70ec62b38c8f160f8ab0d73a
Author: John Marino <draco at marino.st>
Date:   Sun Sep 29 21:18:52 2013 +0200

    Activate Native Language Support (NLS) for error messages
    
    Error messages have been in English regardless of the locale selected by
    the user.  NLS support has always been possible, but it's never been
    activated.  A simple CFLAG (-DNLS) does that now.  At the same time, NLS
    support was added for network messages.

Summary of changes:
 lib/libc/Makefile           |  1 +
 lib/libc/net/gai_strerror.c | 60 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 60 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b98a330eda782c6e70ec62b38c8f160f8ab0d73a


-- 
DragonFly BSD source repository



More information about the Commits mailing list