commit b98a330eda782c6e70ec62b38c8f160f8ab0d73a
Author: John Marino <[email protected]>
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