Create translation template.
Modify CMake rules for translations
to make them independent of languages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7854904d2f
)
r14.0.x
parent
09470856a8
commit
92fc56908f
@ -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( )
|
@ -0,0 +1,3 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "konversation" )
|
@ -1,12 +1,9 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
# build translations if some are already available
|
||||
|
||||
tde_auto_add_subdirectories( )
|
||||
file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_NAME}.po )
|
||||
|
||||
foreach( _po ${po_files} )
|
||||
string( REPLACE "/" ";" _path "${_po}" )
|
||||
list( GET _path 0 _lang )
|
||||
tde_create_translation( FILES ${_po} LANG ${_lang} )
|
||||
endforeach( )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ar )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG bg )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ca )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG da )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG de )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG el )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG en_GB )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG es )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG et )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG fi )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG fr )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG gl )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG he )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG hu )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG it )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ja )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ka )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ko )
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG pa )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG pt )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG ru )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG sr )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG sr@Latn )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG sv )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG tr )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG zh_CN )
|
||||
|
@ -1,13 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2012 Golubev Alexander
|
||||
# fatzer2 (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_translation( LANG zh_TW )
|
||||
|
Loading…
Reference in new issue