1# Makefile snippet that holds all package-dependent information.
2
3# Add more languages here!  Beware that this is a makefile snippet and
4# you have to adhere to make syntax.
5LINGUAS = de \
6
7# Textdomain for our package.
8TEXTDOMAIN = Crypt-Twofish_PP
9
10# Initial copyright holder added to pot and po files.
11COPYRIGHT_HOLDER = Guido Flohr
12
13# Where to send msgid bugs?
14MSGID_BUGS_ADDRESS = Guido Flohr <guido@imperia.net>
15