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