summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-11-27 10:42:58 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-11-27 16:02:04 +0100
commita88837a2397f347c9f4c9afec75f9e303e8bbb1e (patch)
treeb49ae3932dfd7ed9861308ce91b38f2183ab85b0 /po
parent5c73ac2aefe73dcf88a689be8792528618e54e48 (diff)
downloadkonversation-a88837a2397f347c9f4c9afec75f9e303e8bbb1e.tar.gz
konversation-a88837a2397f347c9f4c9afec75f9e303e8bbb1e.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index 2ce6ef4..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# build translations if some are already available
-
-file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_NAME}.po )
-
-foreach( _po ${po_files} )
- string( REPLACE "/" ";" _path "${_po}" )
- list( GET _path 0 _lang )
- tde_create_translation( FILES ${_po} LANG ${_lang} )
-endforeach( )