diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-15 14:54:59 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-15 14:54:59 +0200 |
commit | 7dc3d5c3d0c3738d216b9b23b65f76e167f61b6e (patch) | |
tree | 4bdce7df2571cba2ea213d1ead8ad0d1ad49eced /po | |
parent | 5436c2e525cd205bf9955bf5fb86d5687c45d306 (diff) |
FIX hardinfo2 path po
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 06e251ce..77c68491 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/ ../hardinfo/ ../remote/ ../help-viewer/ ) +add_translations_catalog("hardinfo2" ../shell/ ../modules/ ../hardinfo2/ ../remote/ ../help-viewer/ ) |