diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-08 04:02:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-08 04:02:53 +0200 |
commit | 2a7ba65af65220688e3c0b0c54acfde4270f32ed (patch) | |
tree | 7a017355ba26bcae15729437015e0f6f9aab9457 | |
parent | 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f (diff) | |
download | tdelibs-2a7ba65af65220688e3c0b0c54acfde4270f32ed.tar.gz tdelibs-2a7ba65af65220688e3c0b0c54acfde4270f32ed.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.
-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 ) |