# 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 = ar \
	  bg \
	  cs \
	  da \
	  de \
	  el \
	  es \
	  eu \
	  fa \
	  fi \
	  fr \
	  gl \
	  he \
	  hu \
	  it \
	  ja \
	  lv \
	  nb \
	  nl \
	  pl \
	  pt_BR \
	  ru \
	  si_LK \
	  sv \
	  tr \
	  zh_CN \

# Textdomain for our package.
TEXTDOMAIN = tails-persistence-setup

# Initial copyright holder added to pot and po files.
COPYRIGHT_HOLDER = Tails developers

# Where to send msgid bugs?  
MSGID_BUGS_ADDRESS = Tails developers <tails@boum.org>
