share/hedgewars/Data/Locale/CMakeLists.txt
author circoficus
Fri, 29 Oct 2010 11:19:21 -0400
changeset 4013 c9b20ed3566f
parent 3822 ee85a9c73ece
child 4502 759c1a3bb156
permissions -rw-r--r--
An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB tsfiles *.ts)

QT4_ADD_TRANSLATION(QM ${tsfiles})

add_custom_target (release-translation ALL 
		DEPENDS ${QM}
		COMMENT "Compiling ts files"
)

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