summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-06 16:52:25 +0200
committerSlávek Banko <[email protected]>2020-04-06 16:52:45 +0200
commitdb80932da21299a3efe0725832b185a1f270b770 (patch)
tree290b73fdf961eb2691f65c539a5682289f379976 /po/CMakeLists.txt
parent17f4b39bff15baa51a58ac8190277669d41f445f (diff)
downloadkkbswitch-db80932da21299a3efe0725832b185a1f270b770.tar.gz
kkbswitch-db80932da21299a3efe0725832b185a1f270b770.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6a6e8b184485879021adb6aa44ab15bf8cc1f0d1)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index 46fba83..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# build translations if some are already available
-
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
-endif( )