6
1
Fork 0

Add CMakeL10n rules.

Update translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f195bc8215)
r14.0.x
Slávek Banko 5 anos atrás
commit fc2a264df5
Assinado por: SlavekB
ID da chave GPG: 608F5293A04BE668

@ -0,0 +1,23 @@
#################################################
#
# (C) 2019 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 )
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )

@ -1,5 +1,5 @@
KDE_OPTIONS = noautodist
SUBDIRS = bibletime pot docs .
SUBDIRS = bibletime translations docs .
EXTRA_DIST = \
BibleTime.tdevelop \

@ -0,0 +1,6 @@
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "messages"
SOURCES "." "../docs/tips"
)

@ -0,0 +1,3 @@
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )

@ -0,0 +1,3 @@
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )

@ -0,0 +1,14 @@
##### create translation templates ##############
file( GLOB _docs
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/*.docbook
)
list( SORT _docs )
list( REMOVE_ITEM _docs "index.docbook" )
list( INSERT _docs 0 "index.docbook" )
tde_l10n_create_template(
CATALOG "handbook"
SOURCES ${_docs}
)

@ -0,0 +1,3 @@
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )

@ -0,0 +1,14 @@
##### create translation templates ##############
file( GLOB _docs
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/*.docbook
)
list( SORT _docs )
list( REMOVE_ITEM _docs "index.docbook" )
list( INSERT _docs 0 "index.docbook" )
tde_l10n_create_template(
CATALOG "howto"
SOURCES ${_docs}
)

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff
Carregando…
Cancelar
Salvar