diff options
author | Slávek Banko <[email protected]> | 2023-03-09 05:33:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-03-09 05:52:54 +0100 |
commit | 66c9d2a5920b30474b595603a79915d2be38cdbe (patch) | |
tree | c896bdcef6cba137863cebb6106c62a9fd01c6ca /CMakeL10n.txt | |
parent | 0c8df48682481faa5249ab010e09d67af08e6457 (diff) | |
download | tdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.tar.gz tdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.zip |
Added CMakeL10n rules.
Added template for translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
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..7e3cce2 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2023 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( ) |