From 2829e22f4d13737d9c765c0bfdfe146ffa922d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 8 Oct 2020 04:02:53 +0200 Subject: [PATCH] Revert "Exclude translator information from the tdelibs_color template" Translator information will be retained because otherwise the resulting translation template could be misunderstood as monolingual translations. This reverts commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f. (cherry picked from commit 2a7ba65af65220688e3c0b0c54acfde4270f32ed) --- tdeui/colors/CMakeL10n.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tdeui/colors/CMakeL10n.txt b/tdeui/colors/CMakeL10n.txt index 42cd919b9..cc3505603 100644 --- a/tdeui/colors/CMakeL10n.txt +++ b/tdeui/colors/CMakeL10n.txt @@ -19,5 +19,4 @@ 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 )