From 2f99d10b0708ac3c3d1f92a9a63566560fe43350 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 8 Oct 2020 21:14:04 +0900 Subject: Copy translation files to new structure. Signed-off-by: Michele Calgaro (cherry picked from commit 3be6b459c22b211ec5943ce47621b93427886883) --- translations/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'translations/CMakeLists.txt') diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index dd31c67..9c11aea 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -1,7 +1 @@ -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) - -foreach( _po ${po_files} ) - string( REPLACE "/" ";" _path "${_po}" ) - list( GET _path 0 _lang ) - tde_create_translation( FILES ${_po} LANG ${_lang} ) -endforeach( ) +add_subdirectory( messages ) -- cgit v1.2.1