diff options
author | Slávek Banko <[email protected]> | 2022-11-08 20:41:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-11-08 20:41:14 +0100 |
commit | ed19994c6c1daed37af04e9de296af22bd1aec30 (patch) | |
tree | a934c11baf1f55cdbe54d6bec820d91265e8d0fa /plugins/timecontrol/CMakeLists.txt | |
parent | 1f012b11767fcc94871e3e79db230a056fd65dec (diff) | |
download | tderadio-ed19994c6c1daed37af04e9de296af22bd1aec30.tar.gz tderadio-ed19994c6c1daed37af04e9de296af22bd1aec30.zip |
Copy translations to a new directory layout.
Added translations of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'plugins/timecontrol/CMakeLists.txt')
-rw-r--r-- | plugins/timecontrol/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timecontrol/CMakeLists.txt b/plugins/timecontrol/CMakeLists.txt index 772612e..2686cf3 100644 --- a/plugins/timecontrol/CMakeLists.txt +++ b/plugins/timecontrol/CMakeLists.txt @@ -16,7 +16,7 @@ link_directories( ##### timecontrol (icons and translations) add_subdirectory( icons ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations/messages ) ##### timecontrol (plugin) |