diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-20 21:11:32 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-20 21:11:32 +0200 |
commit | 700fb19d2d0f229ad20d76e5978d70b922dba1c9 (patch) | |
tree | ecae059860a2190da69ed83817234e342733dc7b /po | |
parent | 87d1390919b7ab2ef64abf6104cff5c94f347ae7 (diff) |
FIX removed old non existing directories from pot generation
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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/ ) |