From a6bbd9c0db901859b8820c90b4b147ad36c52dc6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Feb 2019 08:30:52 +0100 Subject: Localisation and other stuff --- po/meson.build | 8 ++++++++ 1 file changed, 8 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 00000000..ca0ae221 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,8 @@ +i18n = import('i18n') + +add_project_arguments('-DGETTEXT_PACKAGE="sylpheed"', + language : 'c') + +i18n.gettext(meson.project_name(), + preset : 'glib', + args : '--directory='+meson.source_root()) -- cgit v1.2.3