From a07b08c92d7a3ae296aa6c20ef3c19aeb6020fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 2 Dec 2018 16:47:00 +0100 Subject: Add CMakeL10n rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b) --- tdestyles/CMakeL10n.txt | 3 +++ tdestyles/highcontrast/CMakeL10n.txt | 3 +++ tdestyles/highcontrast/config/CMakeL10n.txt | 3 +++ tdestyles/plastik/CMakeL10n.txt | 3 +++ tdestyles/plastik/config/CMakeL10n.txt | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 tdestyles/CMakeL10n.txt create mode 100644 tdestyles/highcontrast/CMakeL10n.txt create mode 100644 tdestyles/highcontrast/config/CMakeL10n.txt create mode 100644 tdestyles/plastik/CMakeL10n.txt create mode 100644 tdestyles/plastik/config/CMakeL10n.txt (limited to 'tdestyles') diff --git a/tdestyles/CMakeL10n.txt b/tdestyles/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdestyles/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdestyles/highcontrast/CMakeL10n.txt b/tdestyles/highcontrast/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdestyles/highcontrast/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdestyles/highcontrast/config/CMakeL10n.txt b/tdestyles/highcontrast/config/CMakeL10n.txt new file mode 100644 index 000000000..be6bce50f --- /dev/null +++ b/tdestyles/highcontrast/config/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdestyle_highcontrast_config" ) diff --git a/tdestyles/plastik/CMakeL10n.txt b/tdestyles/plastik/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdestyles/plastik/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdestyles/plastik/config/CMakeL10n.txt b/tdestyles/plastik/config/CMakeL10n.txt new file mode 100644 index 000000000..03d67929a --- /dev/null +++ b/tdestyles/plastik/config/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdestyle_plastik_config" ) -- cgit v1.2.1