summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-12 18:47:03 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-12 18:48:11 +0100
commit85131c5c8d5b8d4324f4837cf8163ef6f4f4830c (patch)
tree4cf079594f433152551a8c22225ef8351e0473af /CMakeL10n.txt
parent987768c54d8f0c0ead70395057172ae765fae064 (diff)
downloadtdelibs-85131c5c8d5b8d4324f4837cf8163ef6f4f4830c.tar.gz
tdelibs-85131c5c8d5b8d4324f4837cf8163ef6f4f4830c.zip
Update CMakeL10n rules
+ Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f1c0bbd1e86d2df61b81cd155aa758523e4c842a)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index bc73da47d..4194724ea 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -51,6 +51,14 @@ execute_process(
##### create translation templates ##############
tde_l10n_create_template(
+ CATALOG "tde"
+ SOURCES "common_texts.cpp"
+ EXCLUDES "_translatorinfo"
+ X-POT -
+ DESTINATION "."
+)
+
+tde_l10n_create_template(
CATALOG "tdelibs"
SOURCES
"."
@@ -79,6 +87,7 @@ tde_l10n_create_template(
tr tr:1,2
translate translate:1,2
QT_TRANSLATE_NOOP QT_TRANSLATE_NOOP:1,2
+ X-POT "-"
)