From ec43c635cc65145dc4c36b4b284b86119534533e Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 4 Jan 2006 22:51:02 +1000 Subject: Add i18n through gettext, as well as a Swedish translation darcs-hash:20060104125102-ac50b-5bf026578a69bd94f7a7a3c8dee0ebccd95e5c24.gz --- io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 2e4f4f30..1f340c2e 100644 --- a/io.c +++ b/io.c @@ -32,6 +32,7 @@ Utilities for io redirection. #include "exec.h" #include "common.h" #include "io.h" +#include "translate.h" @@ -69,7 +70,7 @@ void io_buffer_read( io_data_t *d ) if( errno != EAGAIN ) { debug( 1, - L"An error occured while reading output from code block on fd %d", + _(L"An error occured while reading output from code block on fd %d"), d->param1.pipe_fd[0] ); wperror( L"io_buffer_read" ); } -- cgit v1.2.3