lutris/po/meson.build
2020-06-18 19:11:32 -07:00

13 lines
157 B
Meson

i18n = import('i18n')
run_target(
'build',
command: './autogen.sh'
)
i18n.gettext(
'lutris',
install_dir: localedir,
args: '--from-code=UTF-8'
)