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:25:58 +0200 |
commit | 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f (patch) | |
tree | 510e23705188848077b333c972a9a3df6e692f77 /tdeui | |
parent | 637bf6167aec87ed96d85dfdff95eb4f7c06f1b4 (diff) | |
download | tdelibs-5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f.tar.gz tdelibs-5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f.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>
Diffstat (limited to 'tdeui')
-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 ) |