blob: ae19c429b66616e1b424ef1400a05a928551d632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
)
|