diff options
author | Slávek Banko <[email protected]> | 2019-08-31 16:42:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-31 16:42:36 +0200 |
commit | b9d818d1be3cb6b0f9629a067df384e63794ba40 (patch) | |
tree | 2035fd46dc4a8a6ff8d618ff31999ded8f5b88d7 /kcontrol/hwmanager/CMakeL10n.txt | |
parent | 969a048cd6ee684dce8f71c79cf529c1b349e482 (diff) | |
download | tdebase-b9d818d1be3cb6b0f9629a067df384e63794ba40.tar.gz tdebase-b9d818d1be3cb6b0f9629a067df384e63794ba40.zip |
Rename translation catalog for tdehwdevicetray.
Add CMakeL10n rules for kcmhwmanager and tdehwdevicetray.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/CMakeL10n.txt')
-rw-r--r-- | kcontrol/hwmanager/CMakeL10n.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/CMakeL10n.txt b/kcontrol/hwmanager/CMakeL10n.txt new file mode 100644 index 000000000..92bf49b47 --- /dev/null +++ b/kcontrol/hwmanager/CMakeL10n.txt @@ -0,0 +1,11 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kcmhwmanager" + EXCLUDES "^hwdevicetray.*" +) + +tde_l10n_create_template( + CATALOG "tdehwdevicetray" + SOURCES "hwdevicetray*.cpp" +) |