diff options
author | Slávek Banko <[email protected]> | 2018-12-09 04:00:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-09 04:00:36 +0100 |
commit | b95b665c78a047fc540e2bc4a8c19be6db03b825 (patch) | |
tree | d458400982a64cea4f679de3419f3ae344ec34a1 /CMakeL10n.txt | |
parent | 4fd188ff945d25bc049301e3f033d939bca87565 (diff) | |
download | tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.tar.gz tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 000000000..60f084676 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,28 @@ +################################################# +# +# (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 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### set directory for POT files ############### + +set( POT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../tde-i18n/template/messages/tdebase" ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories() |