diff options
author | Michele Calgaro <[email protected]> | 2021-07-31 00:12:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-08-01 19:46:29 +0900 |
commit | ffda7f0ba7f037069b1ee228707352d1acaa1c13 (patch) | |
tree | d70e173f058e53246e72923ed7906015bba6714e /client/CMakeL10n.txt | |
parent | 9c29e65b92414a8be84815af57fcac4a9816b253 (diff) | |
download | twin-style-dekorator-ffda7f0ba7f037069b1ee228707352d1acaa1c13.tar.gz twin-style-dekorator-ffda7f0ba7f037069b1ee228707352d1acaa1c13.zip |
Align structure of translations/messages to similar modules.r14.0.11
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8b834eeb6658ff386f2e729091f94069980b8898)
Diffstat (limited to 'client/CMakeL10n.txt')
-rw-r--r-- | client/CMakeL10n.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt index c76af0e..4fde5c8 100644 --- a/client/CMakeL10n.txt +++ b/client/CMakeL10n.txt @@ -1,12 +1,12 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "messages/twin_deKorator/" + CATALOG "messages/twin-style-dekorator" SOURCES . X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot ) tde_l10n_create_template( - CATALOG "desktop_files/twin-style-deKorator-desktops" + CATALOG "desktop_files/twin-style-dekorator-desktops" SOURCES deKorator.desktop ) |