summaryrefslogtreecommitdiff
path: root/po/meson.build
blob: d41bf172d51f8aeb78220cb0e36b857fe51c42d2 (plain)
1
2
3
4
5
6
7
8
i18n.gettext ('simple-scan',
              args: [ '--default-domain="' + meson.project_name (),
                      '--from-code=UTF-8',
                      '--add-comments',
                      '--keyword=_',
                      '--keyword=N_' ] )

podir = meson.current_source_dir ()