mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-04 23:07:46 +00:00
5 lines
180 B
Meson
5 lines
180 B
Meson
|
#i18n.gettext(meson.project_name(),
|
||
|
# args: ['--directory='+meson.source_root(), '--from-code=UTF-8'],
|
||
|
# install: false,
|
||
|
#)
|
||
|
i18n.gettext(meson.project_name(), preset: 'glib')
|