mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 09:11:56 +00:00
13 lines
299 B
Meson
13 lines
299 B
Meson
i18n.gettext(meson.project_name(),
|
|
preset: 'glib',
|
|
args: [
|
|
'--default-domain=' + meson.project_name(),
|
|
]
|
|
)
|
|
|
|
run_target('fix-translations',
|
|
command: [
|
|
join_paths(meson.project_source_root(), 'contrib/fix_translations.py'),
|
|
join_paths(meson.project_source_root(), 'po')
|
|
])
|