From e70ccae390df02840b860119900bfc81871c62b2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 11 Apr 2018 08:55:50 +0200 Subject: Add gettext stuff --- po/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 po/meson.build (limited to 'po/meson.build') diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..8e33532 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,9 @@ +i18n = import('i18n') + +# define GETTEXT_PACKAGE + +add_project_arguments('-DGETTEXT_PACKAGE="intltest"', + language : 'c') + +i18n.gettext(meson.project_name(), + args : '--directory=' + meson.source_root()) -- cgit v1.2.3