From d18f01f0a823ce48486ea5c72bb155071b28d72d Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 12 Nov 2001 23:14:29 +0000 Subject: [PATCH] * src/gnome/i18n.h.in: moved here from src/guile. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5844 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/i18n.h.in | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/gnome/i18n.h.in diff --git a/src/gnome/i18n.h.in b/src/gnome/i18n.h.in new file mode 100644 index 0000000000..c480fcf66a --- /dev/null +++ b/src/gnome/i18n.h.in @@ -0,0 +1,29 @@ +/********************************************************************\ + * i18n.h -- internationalization with gettext * + * Copyright (C) 1999 Laurent Pélecq * + * Copyright (C) 2000 Dave Peticolas * + * * + * This program is free software; you can redistribute it and/or * + * modify it under the terms of the GNU General Public License as * + * published by the Free Software Foundation; either version 2 of * + * the License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License* + * along with this program; if not, write to the Free Software * + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * +\********************************************************************/ + +#include "config.h" + +#ifdef HAVE_GETTEXT +# include +# include +#endif + +#define TEXT_DOMAIN "@-PACKAGE-@" +#define LOCALE_DIR "@-LOCALE_DIR-@"