summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-09-03 00:42:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-09-03 00:50:22 +0200
commitf87ecf91e7ec49bf2187261560154c8555f733f9 (patch)
treecfc8a30469aa8312a84daef0f578c9bf397fa47c /po
parent0324d1c73f56c449976f7bd5e249ec4ecf3e750c (diff)
downloadgtk-qt-engine-f87ecf91e7ec49bf2187261560154c8555f733f9.tar.gz
gtk-qt-engine-f87ecf91e7ec49bf2187261560154c8555f733f9.zip
Move documentation into kcontrol/gtk.
Use common rules for build and install documentation. Copy translations to a new directory layout. Use gtk-qt-engine as the name of the translation catalog. Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po')
-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 9d1908d..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-
-foreach( _po ${po_files} )
- get_filename_component( _lang ${_po} PATH )
- tde_create_translation( FILES ${_po} LANG ${_lang} )
-endforeach( )