summaryrefslogtreecommitdiffstats
path: root/po/meson.build
blob: c10deafd28a60e761eff8f947d996ddc8b248087 (plain)
1
2
3
4
5
6
7
8
if not find_program('gettext').found()
  subdir_done()
endif

i18n = import('i18n')
i18n.gettext(meson.project_name(),
             preset : 'glib',
             data_dirs : '.')