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 04:00:36 +0100 |
commit | b95b665c78a047fc540e2bc4a8c19be6db03b825 (patch) | |
tree | d458400982a64cea4f679de3419f3ae344ec34a1 /tdepasswd | |
parent | 4fd188ff945d25bc049301e3f033d939bca87565 (diff) | |
download | tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.tar.gz tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdepasswd')
-rw-r--r-- | tdepasswd/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | tdepasswd/kcm/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tdepasswd/CMakeL10n.txt b/tdepasswd/CMakeL10n.txt new file mode 100644 index 000000000..d5a8b6b27 --- /dev/null +++ b/tdepasswd/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "tdepasswd" + EXCLUDES "/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdepasswd/kcm/CMakeL10n.txt b/tdepasswd/kcm/CMakeL10n.txt new file mode 100644 index 000000000..b773a21c7 --- /dev/null +++ b/tdepasswd/kcm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "useraccount" ) |