summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-11-14 08:58:11 +0100
committerSlávek Banko <[email protected]>2022-11-14 11:10:48 +0100
commit5a386566cac6a0957bc82e43842aab7c26c796b2 (patch)
treed8c2d0c0fcc430ca05456e8ad1ae629d456983ac /po
parentbf54ea88319266a188166ba007844da50b689fc6 (diff)
downloadkooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.tar.gz
kooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index ad36a01..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
-endif( )