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/soundserver/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/soundserver/CMakeLists.txt')
-rw-r--r-- | plugins/soundserver/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/soundserver/CMakeLists.txt b/plugins/soundserver/CMakeLists.txt index 3880ff0..7185abb 100644 --- a/plugins/soundserver/CMakeLists.txt +++ b/plugins/soundserver/CMakeLists.txt @@ -15,7 +15,7 @@ link_directories( ##### soundserver (translations) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations/messages ) ##### soundserver (plugin) |