Added i18n initialization.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@605 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-13 23:15:05 +00:00 committed by cras
commit ab316612d5
2 changed files with 7 additions and 1 deletions

View file

@ -150,6 +150,11 @@ int main(int argc, char **argv)
#ifdef HAVE_SOCKS
SOCKSinit(argv[0]);
#endif
#ifdef ENABLE_NLS
/* initialize the i18n stuff */
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
#endif
textui_init();
args_execute(argc, argv);