2016-12-13 16:12:03 -05:00
|
|
|
i18n.gettext('hexchat', preset: 'glib')
|
2018-04-03 16:08:27 -04:00
|
|
|
|
|
|
|
validate_translations = find_program('validate-textevent-translations')
|
|
|
|
test('Validate translations', validate_translations,
|
|
|
|
args: [
|
2018-04-03 16:21:41 -04:00
|
|
|
join_paths(meson.current_source_dir(), 'LINGUAS'),
|
2018-04-03 16:08:27 -04:00
|
|
|
meson.current_source_dir(),
|
|
|
|
]
|
2018-04-03 16:21:41 -04:00
|
|
|
)
|