packagekit/po/meson.build
2020-05-04 13:18:31 +01:00

13 lines
255 B
Meson

i18n.gettext(
meson.project_name(),
preset: 'glib',
args: [ '--keyword=Description' ]
)
run_target('fix-translations',
command: [
join_paths(meson.source_root(), 'contrib/fix_translations.py'),
join_paths(meson.source_root(), 'po')
]
)