# Makefile variables for PO directory in any package using GNU gettext.

# Usually the message domain is the same as the package name.
DOMAIN = appstream

# These two variables depend on the location of this directory.
subdir = po
top_builddir = ../

# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword='C_:1c,2' --keyword='NC_:1c,2' \
	-i -s --no-wrap \
	--package-name="appstream" \
	--copyright-holder="Matthias Klumpp"

COPYRIGHT_HOLDER = Copyright (c) 2012-2016 Matthias Klumpp

MSGID_BUGS_ADDRESS = appstream@lists.freedesktop.org

EXTRA_LOCALE_CATEGORIES =
