mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-22 12:28:12 +02:00
Use a bash script to check the translations as we used to do during the autotools-based distcheck.
6 lines
145 B
Meson
6 lines
145 B
Meson
i18n.gettext(meson.project_name(), preset: 'glib')
|
|
|
|
test('check-translations',
|
|
find_program('check-translations.sh'),
|
|
suite: ['dist'],
|
|
)
|