From 700fb19d2d0f229ad20d76e5978d70b922dba1c9 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Mon, 20 May 2024 21:11:32 +0200 Subject: FIX removed old non existing directories from pot generation --- po/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 77c68491..94827601 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,3 +1,3 @@ include(Translations) add_translations_directory("hardinfo2") -add_translations_catalog("hardinfo2" ../shell/ ../modules/ ../hardinfo2/ ../remote/ ../help-viewer/ ) +add_translations_catalog("hardinfo2" ../shell/ ../modules/ ../hardinfo2/ ) -- cgit v1.2.3