From 835f3dfde95a911946524f08623818c7b130e2e0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 29 May 2019 15:16:04 +0300 Subject: [PATCH] Really use the translations. Patch by Victor Ryzhykh --- plugins/kdecorations/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/kdecorations/CMakeLists.txt b/plugins/kdecorations/CMakeLists.txt index ccfb099e52..dacf9add6c 100644 --- a/plugins/kdecorations/CMakeLists.txt +++ b/plugins/kdecorations/CMakeLists.txt @@ -1 +1,2 @@ +add_definitions(-DTRANSLATION_DOMAIN=\"kwin_clients\") add_subdirectory( aurorae )