mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
10 lines
269 B
Meson
10 lines
269 B
Meson
i18n.gettext('hexchat', preset: 'glib')
|
|
|
|
validate_translations = find_program('validate-textevent-translations')
|
|
test('Validate translations', validate_translations,
|
|
args: [
|
|
join_paths(meson.current_source_dir(), 'LINGUAS'),
|
|
meson.current_source_dir(),
|
|
]
|
|
)
|