diff options
author | Slávek Banko <[email protected]> | 2020-05-06 15:46:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-06 15:46:27 +0200 |
commit | 2504ff7c8090118edcf11de710b5454f47306708 (patch) | |
tree | f194c271c889c3854d91dad56fef62566fcd3509 /po/CMakeLists.txt | |
parent | 70377a7aef85aa6d77917861941e0344a4f778ba (diff) | |
download | tdmtheme-2504ff7c8090118edcf11de710b5454f47306708.tar.gz tdmtheme-2504ff7c8090118edcf11de710b5454f47306708.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 46fba83..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -# build translations if some are already available - -file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) -if( _srcs ) - tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) -endif( ) |