From 23368040ff9defb0e999259ccda41015c1c3cdaa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 1 Mar 2013 17:30:30 +0000 Subject: Missing file. --- src/lib/i18n.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/lib/i18n.h (limited to 'src/lib') diff --git a/src/lib/i18n.h b/src/lib/i18n.h new file mode 100644 index 000000000..46bb1d565 --- /dev/null +++ b/src/lib/i18n.h @@ -0,0 +1,23 @@ +/* + Copyright (C) 2013 Carl Hetherington + + 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 + +#define _(x) dgettext ("libdvdomatic", x) +#define N_(x) x -- cgit v1.2.3