From 56c9db8516069b34a3174ee6511d5e6962007d27 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 11 Dec 2007 05:57:35 +0000 Subject: Adding missing function calls needed for i18n (only for plugins already in POTFILES.in) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1861 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_cluster.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/check_cluster.c') diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index 2c7ee113..6f9c3e68 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c @@ -71,6 +71,10 @@ int main(int argc, char **argv){ int return_code=STATE_OK; thresholds *thresholds = NULL; + setlocale (LC_ALL, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + if(process_arguments(argc,argv)==ERROR) usage(_("Could not parse arguments")); -- cgit v1.2.3