diff options
author | Slávek Banko <[email protected]> | 2020-10-08 04:02:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-10-08 04:08:36 +0200 |
commit | 2829e22f4d13737d9c765c0bfdfe146ffa922d5c (patch) | |
tree | 014ce8191029de4b6b093950864c7a1ceb8c4c90 | |
parent | d54c66161567c4a43977f2720d0b98734be06504 (diff) | |
download | tdelibs-2829e22f4d13737d9c765c0bfdfe146ffa922d5c.tar.gz tdelibs-2829e22f4d13737d9c765c0bfdfe146ffa922d5c.zip |
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)
-rw-r--r-- | tdeui/colors/CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) |