diff options
author | Slávek Banko <[email protected]> | 2021-07-07 18:26:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-07 18:26:21 +0200 |
commit | 861b081acd4b91101a17991df5ae690be24ffb9a (patch) | |
tree | 766ee02874729ece2a79f54fa0c18ba8b5f93c5f /src/CMakeL10n.txt | |
parent | 05a94810045906e8c326ca790ec31eeacba1f251 (diff) | |
download | twin-style-suse2-861b081acd4b91101a17991df5ae690be24ffb9a.tar.gz twin-style-suse2-861b081acd4b91101a17991df5ae690be24ffb9a.zip |
Exclude common strings of twin clients from translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 02bb11f..1f71508 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,6 +1,10 @@ ##### create translation templates ############## -tde_l10n_create_template("messages/twin-style-suse2") +tde_l10n_create_template( + CATALOG "messages/twin-style-suse2" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +) tde_l10n_create_template( CATALOG "desktop_files/twin-style-suse2-desktops" |