# Makefile snippet that holds all package-dependent information.

# Add more languages here!  Beware that this is a makefile snippet and
# you have to adhere to make syntax.
LINGUAS = \
	ru \
	fr

# Textdomain for our package.
TEXTDOMAIN = pcsc-tools

# Initial copyright holder added to pot and po files.
COPYRIGHT_HOLDER = Ludovic Rousseau

# Where to send msgid bugs?  
MSGID_BUGS_ADDRESS = https://github.com/LudovicRousseau/pcsc-tools/issues
