summaryrefslogtreecommitdiffstats
path: root/po/meson.build
blob: c61a95360c1dbba3796318ce9a0a2374829107af (plain)
1
2
3
4
5
6
7
if get_option('nls')
    i18n = import('i18n')
    i18n.gettext(meson.project_name(),
        preset: 'glib',
        data_dirs: '.',
        install: true)
endif