diff options
author | Mavridis Philippe <[email protected]> | 2024-10-03 21:07:54 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-10-03 21:12:20 +0300 |
commit | d0a6c1e24fd4c4d60f555f9e78ba5171c104ca46 (patch) | |
tree | 6e5f2ffc7a61d5752698c84d681243e13325e51d /CMakeL10n.txt | |
parent | ede092a04246412dbf766a71c1e34c120273c7c3 (diff) | |
download | twin-style-mallory-d0a6c1e24fd4c4d60f555f9e78ba5171c104ca46.tar.gz twin-style-mallory-d0a6c1e24fd4c4d60f555f9e78ba5171c104ca46.zip |
Add translations
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..c142def --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,16 @@ +################################################################################ +# twin-style-mallory # +# ------------------ # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +################################################################################ + +### Includes ################################################################### +include(TDEL10n) +include(TDEVersion) + +### Version setup ############################################################## +cmake_minimum_required(VERSION ${TDE_CMAKE_MINIMUM_VERSION}) + +### Translation templates ###################################################### +tde_l10n_auto_add_subdirectories()
\ No newline at end of file |