diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 12:07:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 12:07:41 +0900 |
commit | 9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4 (patch) | |
tree | 240f792c2264cd32410a4b67012d69b0684c8252 /twin/CMakeL10n.txt | |
parent | 75a74bedaee5c942c8d3cf8d353b33f10cf460b2 (diff) | |
download | tdebase-9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4.tar.gz tdebase-9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4.zip |
twin: avoid adding strings from lib subfolders in two .pot files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin/CMakeL10n.txt')
-rw-r--r-- | twin/CMakeL10n.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/CMakeL10n.txt b/twin/CMakeL10n.txt index 11540e442..07bc99559 100644 --- a/twin/CMakeL10n.txt +++ b/twin/CMakeL10n.txt @@ -5,6 +5,7 @@ tde_l10n_create_template( EXCLUDES "^clients/" "^kcmtwin/" + "^lib/" ) tde_l10n_auto_add_subdirectories( ) |