mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
7 lines
98 B
Meson
7 lines
98 B
Meson
i18n = import('i18n')
|
|
|
|
i18n.gettext(
|
|
'lutris',
|
|
args: '--from-code=UTF-8',
|
|
preset: 'glib',
|
|
)
|