mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-25 01:30:18 -06:00
7 lines
199 B
Meson
7 lines
199 B
Meson
i18n = import('i18n')
|
|
# define GETTEXT_PACKAGE
|
|
add_project_arguments('-DGETTEXT_PACKAGE="tuxclocker"', language:'cpp')
|
|
i18n.gettext(
|
|
meson.project_name(),
|
|
args : '--from-code=UTF-8')
|