#
# (c) Thomas Capricelli 2007
#

if (GETTEXT_FOUND)
	MESSAGE("handling translations, gettext was found")
	GETTEXT_CREATE_TRANSLATIONS(opale.pot ALL de.po  et.po  fr.po  it.po  ru.po)
else 	(GETTEXT_FOUND)
	MESSAGE("Skipping translations, gettext was not found")
endif (GETTEXT_FOUND)

