summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-09-23 17:45:09 +0200
committerSlávek Banko <[email protected]>2021-09-23 17:45:09 +0200
commitcecfe1ea415c89027ae87d3a0cb8a8460b9da875 (patch)
tree8c8c19eb9ad0bc0d52afd5d82a74ce6046937434 /po
parente88ae1d2455c454a9a6df98ef82b6590d236ebd4 (diff)
downloadlibkipi-cecfe1ea415c89027ae87d3a0cb8a8460b9da875.tar.gz
libkipi-cecfe1ea415c89027ae87d3a0cb8a8460b9da875.zip
Copy translations to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index e3b5278..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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( )