From 395c1540bb8b05b1d7b2feab203ba15a1c38d8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 11 Dec 2018 12:55:10 +0100 Subject: Add CMakeL10n rules. Create translation template. Modify CMake rules for translations to make them independent of languages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- translations/tr/CMakeLists.txt | 1 - translations/tr/messages/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 translations/tr/CMakeLists.txt delete mode 100644 translations/tr/messages/CMakeLists.txt (limited to 'translations/tr') diff --git a/translations/tr/CMakeLists.txt b/translations/tr/CMakeLists.txt deleted file mode 100644 index 9c11aea..0000000 --- a/translations/tr/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( messages ) diff --git a/translations/tr/messages/CMakeLists.txt b/translations/tr/messages/CMakeLists.txt deleted file mode 100644 index b968c8e..0000000 --- a/translations/tr/messages/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_translation( LANG tr ) -- cgit v1.2.3