mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-28 19:52:14 +00:00
13 lines
284 B
Meson
13 lines
284 B
Meson
i18n.gettext(meson.project_name(),
|
|
preset : 'glib',
|
|
args: [
|
|
'--default-domain=' + meson.project_name(),
|
|
]
|
|
)
|
|
|
|
run_target('fix-translations',
|
|
command: [
|
|
join_paths(meson.source_root(), 'contrib/fix_translations.py'),
|
|
join_paths(meson.source_root(), 'po')
|
|
])
|