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

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