diff options
Diffstat (limited to 'malloryclient')
-rw-r--r-- | malloryclient/CMakeL10n.txt | 20 | ||||
-rw-r--r-- | malloryclient/config/CMakeL10n.txt | 13 |
2 files changed, 33 insertions, 0 deletions
diff --git a/malloryclient/CMakeL10n.txt b/malloryclient/CMakeL10n.txt new file mode 100644 index 0000000..888d2b3 --- /dev/null +++ b/malloryclient/CMakeL10n.txt @@ -0,0 +1,20 @@ +################################################################################ +# twin-style-mallory # +# ------------------ # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +################################################################################ + +### Translation templates ###################################################### +tde_l10n_create_template( + CATALOG "messages/twin-style-mallory" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +) + +tde_l10n_create_template( + CATALOG "desktop_files/twin-style-mallory-desktops" + SOURCES mallory.desktop +) + +tde_l10n_auto_add_subdirectories()
\ No newline at end of file diff --git a/malloryclient/config/CMakeL10n.txt b/malloryclient/config/CMakeL10n.txt new file mode 100644 index 0000000..ae19c42 --- /dev/null +++ b/malloryclient/config/CMakeL10n.txt @@ -0,0 +1,13 @@ +################################################################################ +# twin-style-mallory # +# ------------------ # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +################################################################################ + +### Translation templates ###################################################### +tde_l10n_create_template( + CATALOG "messages/twin-style-mallory" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +)
\ No newline at end of file |