diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:30 +0000 |
| commit | 23368040ff9defb0e999259ccda41015c1c3cdaa (patch) | |
| tree | d2ac7f30c3c0f40e8db393bf1795956628cd0cc2 /src/lib | |
| parent | cbc6c5863ec336f0843a87a71e9d7a25a5e59286 (diff) | |
Missing file.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/i18n.h | 23 |
1 files changed, 23 insertions, 0 deletions
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 <cth@carlh.net> + + 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 <libintl.h> + +#define _(x) dgettext ("libdvdomatic", x) +#define N_(x) x |
