diff options
author | Slávek Banko <[email protected]> | 2021-09-23 17:45:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-09-23 17:45:09 +0200 |
commit | cecfe1ea415c89027ae87d3a0cb8a8460b9da875 (patch) | |
tree | 8c8c19eb9ad0bc0d52afd5d82a74ce6046937434 /po | |
parent | e88ae1d2455c454a9a6df98ef82b6590d236ebd4 (diff) | |
download | libkipi-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.txt | 7 |
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( ) |