summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-23 21:28:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-23 21:28:27 +0100
commitbf97272e9abdf93ce8a58ad1de4b0aba41508c5b (patch)
treedbf3aa1fb67f11b9bbce9f3c311039bae5cdfd22 /po/CMakeLists.txt
parent6fe11cecb0549da1d671ad140c239860a6b9e601 (diff)
downloadabakus-bf97272e9abdf93ce8a58ad1de4b0aba41508c5b.tar.gz
abakus-bf97272e9abdf93ce8a58ad1de4b0aba41508c5b.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 23c62d8..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} abakus.po )
-
-foreach( _po ${po_files} )
- get_filename_component( _lang ${_po} PATH )
- tde_create_translation( FILES ${_po} LANG ${_lang} )
-endforeach( )