diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-01 20:01:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-01 20:11:27 +0900 |
commit | 54a6036f059620e55df5e574ef8fbf3f3671a158 (patch) | |
tree | 47fc0d4f7cdd04b78e0871b25a80291c9fba740c /CMakeLists.txt | |
parent | e167d15409204539a0fa3a5b7260ca090192d6fa (diff) | |
download | kshowmail-54a6036f059620e55df5e574ef8fbf3f3671a158.tar.gz kshowmail-54a6036f059620e55df5e574ef8fbf3f3671a158.zip |
Copy translation files to new translations folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6802b4..2e537be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ add_subdirectory( pics ) add_subdirectory( sounds ) add_subdirectory( ${PROJECT_NAME} ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |