From 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 7 Oct 2020 19:25:55 +0200 Subject: [PATCH] Exclude translator information from the tdelibs_color template because this information about this catalog is not displayed anywhere. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdeui/colors/CMakeL10n.txt | 1 + 1 file changed, 1 insertion(+) 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 )