As xournalpp.pot is generated by CMake, there is no POTFILES.in

To update language po file:

	cd build
	cmake ..
	make pot

To create new language:

	cp xournalpp.pot ${LANG}.po

Where ${LANG} is short language code.
