diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 04:00:36 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 16:45:28 +0100 |
commit | c0bebcf76b3162137d5d5ef1d8bf441802c9e653 (patch) | |
tree | 1d457aa6164d1f6d72be71ebdd58916f047f8888 /ksysguard | |
parent | 2c7795c2c73cc4dd6cb1d1563e3d00e7119bcbf5 (diff) | |
download | tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.tar.gz tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
Diffstat (limited to 'ksysguard')
-rw-r--r-- | ksysguard/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | ksysguard/gui/CMakeL10n.txt | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ksysguard/CMakeL10n.txt b/ksysguard/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/ksysguard/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/ksysguard/gui/CMakeL10n.txt b/ksysguard/gui/CMakeL10n.txt new file mode 100644 index 000000000..9ffcf735f --- /dev/null +++ b/ksysguard/gui/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ksysguard" + ATTRIBUTES + "SystemLoad.sgrd:display,title" + "KSysGuardApplet.xml:display,title" +) |