mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Use a bash script to check the translations as we used to do during the autotools-based distcheck.
7 lines
145 B
Meson
7 lines
145 B
Meson
i18n.gettext(meson.project_name(), preset: 'glib')
|
|
|
|
test('check-translations',
|
|
find_program('check-translations.sh'),
|
|
suite: ['dist'],
|
|
)
|