diff options
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..c10deaf --- /dev/null +++ b/po/meson.build @@ -0,0 +1,8 @@ +if not find_program('gettext').found() + subdir_done() +endif + +i18n = import('i18n') +i18n.gettext(meson.project_name(), + preset : 'glib', + data_dirs : '.') |