From 5cd70622aaabc0419cc0b547808f09221530f0fc Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Tue, 3 Apr 2018 16:08:27 -0400 Subject: Validate all translations contain valid text events --- po/meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'po/meson.build') diff --git a/po/meson.build b/po/meson.build index 6631148a..9b5cd4aa 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1 +1,9 @@ i18n.gettext('hexchat', preset: 'glib') + +validate_translations = find_program('validate-textevent-translations') +test('Validate translations', validate_translations, + args: [ + files('LINGUAS'), + meson.current_source_dir(), + ] +) \ No newline at end of file -- cgit 1.4.1