Localise tips again. Including new german contribution from
bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB tsfiles *.ts)
file(GLOB luafiles *.lua)
file(GLOB missionfiles missions_*.txt)
file(GLOB campaignfiles campaigns_*.txt)
file(GLOB tipfiles tips_*.xml)
QT4_ADD_TRANSLATION(QM ${tsfiles})
add_custom_target (release-translation ALL
DEPENDS ${QM}
COMMENT "Compiling ts files"
)
install(FILES
${txttrans2}
${txttrans5}
${QM}
${luafiles}
${missionfiles}
${campaignfiles}
${tipfiles}
DESTINATION ${SHAREPATH}Data/Locale
)