parent
bfdd34d71f
commit
0f106103af
@ -1 +1 @@
|
|||||||
Subproject commit 26d642b2620397b76d5fbb64a9ef5ca8f2334f72
|
Subproject commit 21cb4a9d2a0e083b10dee6d22958c4f58de6c5b2
|
@ -1 +1,17 @@
|
|||||||
ADD_POFILES("tdesvn")
|
#################################################
|
||||||
|
#
|
||||||
|
# (C) 2011 Timothy Pearson
|
||||||
|
# kb9vqf (AT) pearsoncomputing.net
|
||||||
|
#
|
||||||
|
# Improvements and feedback are welcome
|
||||||
|
#
|
||||||
|
# This file is released under GPL >= 2
|
||||||
|
#
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} tdesvn.po )
|
||||||
|
|
||||||
|
foreach( _po ${po_files} )
|
||||||
|
get_filename_component( _lang ${_po} PATH )
|
||||||
|
tde_create_translation( FILES ${_po} LANG ${_lang} )
|
||||||
|
endforeach( )
|
||||||
|
Loading…
Reference in new issue