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