diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 19:38:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 19:38:31 +0900 |
commit | 17a1833c0f9fdd5034c5d7a649f6bf4f79cf41e5 (patch) | |
tree | e90fff406b1bbaeb086393b90538eca572c8494c /CMakeL10n.txt | |
parent | 5b09473c522cff464d27ed567ff977d633820775 (diff) | |
download | tdeio-appinfo-17a1833c0f9fdd5034c5d7a649f6bf4f79cf41e5.tar.gz tdeio-appinfo-17a1833c0f9fdd5034c5d7a649f6bf4f79cf41e5.zip |
Added translation of messages and desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..a91bd2a --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2018 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +cmake_minimum_required( VERSION 3.1 ) + + +##### include our cmake modules ################# + +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) |