summaryrefslogtreecommitdiff
path: root/po/meson.build
blob: 36a125be9316942b9f29fb23d01b1a76386ea4b2 (plain)
1
2
3
4
5
6
7
i18n.gettext(meson.project_name(),
  preset : 'glib',
  args: [
  '--default-domain=' + meson.project_name(),
  ],
  data_dirs: [join_paths(meson.source_root(), 'data/profiles')],
)