diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:36:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:36:38 +0000 |
| commit | 0f7e77b8c2da9868dd8c9179c5b46499d5c4618f (patch) | |
| tree | 01c3d30bf55bd7cb8151040549d56dbc11ca6575 /src/lib | |
| parent | 29bf3b9656085d51649a85e92d0da7d8ad4d875a (diff) | |
| parent | aee739f6ae6c68693c369d7e1d12b2b3fcf44b98 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
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 |
