aboutsummaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
committerThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
commit2cfad324a0e0efa1701bc3873368d2e786a113ba (patch)
tree79acde6c1ee17c30e1e3aa8d8d91dfb28e97e9fb /po/meson.build
parente70ccae390df02840b860119900bfc81871c62b2 (diff)
Fix translation options
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build7
1 files changed, 3 insertions, 4 deletions
diff --git a/po/meson.build b/po/meson.build
index 8e33532..308dc06 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,9 +1,8 @@
i18n = import('i18n')
-# define GETTEXT_PACKAGE
-
-add_project_arguments('-DGETTEXT_PACKAGE="intltest"',
+add_project_arguments('-DGETTEXT_PACKAGE="colloquium"',
language : 'c')
i18n.gettext(meson.project_name(),
- args : '--directory=' + meson.source_root())
+ preset : 'glib',
+ args : '--directory='+meson.source_root())