mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Rename gettext_ui to Q_ for glib compatibility.
This commit is contained in:
parent
b67c6d2a9b
commit
7d9bf6f403
@ -33,7 +33,7 @@ rm -rf intl
|
|||||||
$AUTOPOINT --force || exit 1
|
$AUTOPOINT --force || exit 1
|
||||||
|
|
||||||
# Generate po/POTFILES.in
|
# Generate po/POTFILES.in
|
||||||
$XGETTEXT --keyword=_ --keyword=N_ --keyword=gettext_ui --output=- \
|
$XGETTEXT --keyword=_ --keyword=N_ --keyword=Q_ --output=- \
|
||||||
`find . -name '*.[ch]'` | sed -ne '/^#:/{s/#://;s/:[0-9]*/\
|
`find . -name '*.[ch]'` | sed -ne '/^#:/{s/#://;s/:[0-9]*/\
|
||||||
/g;s/ //g;p;}' | \
|
/g;s/ //g;p;}' | \
|
||||||
grep -v '^$' | sort | uniq | grep -v 'regex.c' >po/POTFILES.in
|
grep -v '^$' | sort | uniq | grep -v 'regex.c' >po/POTFILES.in
|
||||||
|
@ -11,7 +11,7 @@ fi
|
|||||||
|
|
||||||
DOMAIN=mc
|
DOMAIN=mc
|
||||||
COPYRIGHT_HOLDER="Free Software Foundation, Inc."
|
COPYRIGHT_HOLDER="Free Software Foundation, Inc."
|
||||||
XGETTEXT_OPTIONS="--keyword=_ --keyword=N_ --keyword=gettext_ui"
|
XGETTEXT_OPTIONS="--keyword=_ --keyword=N_ --keyword=Q_"
|
||||||
XGETTEXT=xgettext
|
XGETTEXT=xgettext
|
||||||
MSGMERGE=msgmerge
|
MSGMERGE=msgmerge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user