From e6b7706a78c19c631dd9ce0bd3af710d9d4c22db Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 1 Dec 2002 23:24:42 +0000 Subject: Updates to acl/attr I18N (final). Sync up dmapi scripts with the I18N aware versions - dmapi doesn't have any strings, so this is just keeping scripts in sync. Updates to acl/attr I18N (final). --- getfattr/getfattr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'getfattr/getfattr.c') diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c index 1ff1647..d923251 100644 --- a/getfattr/getfattr.c +++ b/getfattr/getfattr.c @@ -411,6 +411,7 @@ int main(int argc, char *argv[]) progname = basename(argv[0]); setlocale(LC_CTYPE, ""); + setlocale(LC_MESSAGES, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); -- cgit v1.2.3