diff options
author | Slávek Banko <[email protected]> | 2018-12-20 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-20 18:50:33 +0100 |
commit | 66c73b1bc2823c2849eb4f12af8922d60bca8ce1 (patch) | |
tree | f790a3ab2f14c6a3f0639899eb8549d881effc6a /mk | |
parent | 06d2c2be77f50b83f04dd86e3d9a68473b72d1ae (diff) | |
download | k3b-i18n-66c73b1bc2823c2849eb4f12af8922d60bca8ce1.tar.gz k3b-i18n-66c73b1bc2823c2849eb4f12af8922d60bca8ce1.zip |
Add translation templates.
Modify CMake rules for translations
to make them independent of languages.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9fed4e832edb35b2d169172a8380453aac98b143)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/CMakeLists.txt | 1 | ||||
-rw-r--r-- | mk/messages/CMakeLists.txt | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mk/CMakeLists.txt b/mk/CMakeLists.txt deleted file mode 100644 index 36f93f7..0000000 --- a/mk/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) diff --git a/mk/messages/CMakeLists.txt b/mk/messages/CMakeLists.txt deleted file mode 100644 index 367e9e2..0000000 --- a/mk/messages/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -tde_create_translation( LANG mk ) |