mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Add i18n support
This will be needed to get better error messages to users of the D-Bus API. We use glib's builtin gettext support. No strings marked as translatable yet, we'll need to mark those user-visible strings carefully and review them.
This commit is contained in:
committed by
Daniel Drake
parent
6cbb079619
commit
3ad569b66a
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
aclocal || exit 1
|
||||
autoheader || exit 1
|
||||
glib-gettextize -f -c || exit 1
|
||||
autoconf || exit 1
|
||||
automake -a -c || exit 1
|
||||
./configure $*
|
||||
|
||||
Reference in New Issue
Block a user