share/hedgewars/Data/Locale/CMakeLists.txt
author nemo
Fri, 20 Nov 2009 21:30:10 +0000
changeset 2631 163b0128bd21
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB qmtrans hedgewars_*.qm)

install(FILES
	${txttrans2}
	${txttrans5}
	${qmtrans}
	DESTINATION ${SHAREPATH}Data/Locale)