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 /twin | |
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 'twin')
-rw-r--r-- | twin/CMakeL10n.txt | 10 | ||||
-rw-r--r-- | twin/clients/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | twin/kcmtwin/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | twin/kcmtwin/twindecoration/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | twin/kcmtwin/twinrules/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | twin/lib/CMakeL10n.txt | 3 |
7 files changed, 28 insertions, 0 deletions
diff --git a/twin/CMakeL10n.txt b/twin/CMakeL10n.txt new file mode 100644 index 000000000..4255a573e --- /dev/null +++ b/twin/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "twin" + EXCLUDES + "^clients/" + "^kcmtwin/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/twin/clients/CMakeL10n.txt b/twin/clients/CMakeL10n.txt new file mode 100644 index 000000000..77cdeb32f --- /dev/null +++ b/twin/clients/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "twin_clients" ) diff --git a/twin/kcmtwin/CMakeL10n.txt b/twin/kcmtwin/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/twin/kcmtwin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/twin/kcmtwin/twindecoration/CMakeL10n.txt b/twin/kcmtwin/twindecoration/CMakeL10n.txt new file mode 100644 index 000000000..cdadd3889 --- /dev/null +++ b/twin/kcmtwin/twindecoration/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmtwindecoration" ) diff --git a/twin/kcmtwin/twinoptions/CMakeL10n.txt b/twin/kcmtwin/twinoptions/CMakeL10n.txt new file mode 100644 index 000000000..ccc7520e9 --- /dev/null +++ b/twin/kcmtwin/twinoptions/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmkwm" ) diff --git a/twin/kcmtwin/twinrules/CMakeL10n.txt b/twin/kcmtwin/twinrules/CMakeL10n.txt new file mode 100644 index 000000000..23fbef3aa --- /dev/null +++ b/twin/kcmtwin/twinrules/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmtwinrules" ) diff --git a/twin/lib/CMakeL10n.txt b/twin/lib/CMakeL10n.txt new file mode 100644 index 000000000..d77822a18 --- /dev/null +++ b/twin/lib/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "twin_lib" ) |