From ae406497b7694172bb652d25702e3e83287432f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jan 2022 21:55:08 +0900 Subject: Added translations of messages. Signed-off-by: Michele Calgaro --- CMakeL10n.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CMakeL10n.txt (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..f18984d --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,23 @@ +################################################# +# +# (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 ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) -- cgit v1.2.1