diff options
author | Slávek Banko <[email protected]> | 2018-12-09 04:00:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-09 16:45:28 +0100 |
commit | c0bebcf76b3162137d5d5ef1d8bf441802c9e653 (patch) | |
tree | 1d457aa6164d1f6d72be71ebdd58916f047f8888 /konqueror | |
parent | 2c7795c2c73cc4dd6cb1d1563e3d00e7119bcbf5 (diff) | |
download | tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.tar.gz tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
Diffstat (limited to 'konqueror')
-rw-r--r-- | konqueror/CMakeL10n.txt | 10 | ||||
-rw-r--r-- | konqueror/client/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | konqueror/kttsplugin/CMakeL10n.txt | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/konqueror/CMakeL10n.txt b/konqueror/CMakeL10n.txt new file mode 100644 index 000000000..a0cac1f72 --- /dev/null +++ b/konqueror/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "konqueror" + EXCLUDES + "^client/" + "^kttsplugin/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/konqueror/client/CMakeL10n.txt b/konqueror/client/CMakeL10n.txt new file mode 100644 index 000000000..35f1cb2e9 --- /dev/null +++ b/konqueror/client/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kfmclient" ) diff --git a/konqueror/kttsplugin/CMakeL10n.txt b/konqueror/kttsplugin/CMakeL10n.txt new file mode 100644 index 000000000..f372bd383 --- /dev/null +++ b/konqueror/kttsplugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdehtmlkttsd" ) |