share/hedgewars/Data/Locale/CMakeLists.txt
author nemo
Sun, 20 Dec 2009 20:35:15 +0000
changeset 2668 d3a85891ae39
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.

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

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