summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-10-19 01:06:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-10-19 01:07:11 +0200
commit03294adf3df4e569d8c1f9974b79cf5dc7658daf (patch)
treec023f3d7392b12ce2eb5c1eea67c5301c1f23976 /po/CMakeLists.txt
parent81539b87addbd02c3024fd6116dc6bf072020589 (diff)
downloadkgtk-qt3-r14.0.11.tar.gz
kgtk-qt3-r14.0.11.zip
Remove the original translation directory layout.r14.0.11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9a2eb94342f7033761c4fe198b82b1bf3a74796b)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index d0f5baf..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-#################################################
-#
-# (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} kgtk.po )
-
-foreach( _po ${po_files} )
- get_filename_component( _lang ${_po} PATH )
- tde_create_translation( FILES ${_po} LANG ${_lang} )
-endforeach( )