build: Check translations using a script

Use a bash script to check the translations as we used to do during
the autotools-based distcheck.
This commit is contained in:
Marco Trevisan (Treviño)
2020-01-27 21:23:10 +01:00
committed by Bastien Nocera
parent f5a2c21f90
commit 0e2bf7e804
2 changed files with 19 additions and 0 deletions

View File

@ -1 +1,6 @@
i18n.gettext(meson.project_name(), preset: 'glib')
test('check-translations',
find_program('check-translations.sh'),
suite: ['dist'],
)