diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-07 19:25:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-07 19:29:22 +0200 |
commit | 530cf401c71b080a0389c036cdb948e74d1d4ba3 (patch) | |
tree | 504a7b821adb4ab0622a519bf75768862049dd8e | |
parent | cb796c51ca0127b4efb89ef411f2a5b9cc12ca65 (diff) | |
download | tdelibs-530cf401c71b080a0389c036cdb948e74d1d4ba3.tar.gz tdelibs-530cf401c71b080a0389c036cdb948e74d1d4ba3.zip |
Exclude translator information from the tdelibs_color template
because this information about this catalog is not displayed anywhere.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f)
-rw-r--r-- | tdeui/colors/CMakeL10n.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeui/colors/CMakeL10n.txt b/tdeui/colors/CMakeL10n.txt index cc3505603..42cd919b9 100644 --- a/tdeui/colors/CMakeL10n.txt +++ b/tdeui/colors/CMakeL10n.txt @@ -19,4 +19,5 @@ file( WRITE "${CMAKE_CURRENT_SOURCE_DIR}/rgb.txt.tde_l10n" "${_colorsRC}" ) tde_l10n_create_template( CATALOG "tdelibs_colors" SOURCES rgb.txt.tde_l10n + EXCLUDES _translatorinfo ) |