mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-23 10:32:52 +00:00
generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
881c97bce6
commit
29476199c2
68 changed files with 760 additions and 721 deletions
|
@ -1,18 +1,16 @@
|
|||
project (kde-l10n)
|
||||
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
set(LIBRARY_TYPE SHARED)
|
||||
|
||||
add_definitions(
|
||||
${QT_DEFINITIONS}
|
||||
${KDE4_DEFINITIONS}
|
||||
-DQT_USE_FAST_CONCATENATION
|
||||
-DQT_USE_FAST_OPERATOR_PLUS
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES})
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
|
||||
macro_optional_add_subdirectory( ar )
|
||||
macro_optional_add_subdirectory( ast )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ar)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ar)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ast)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ast)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-be)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG be)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-bg)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG bg)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-bs)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG bs)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ca)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ca)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ca@valencia)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ca@valencia)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-cs)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG cs)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-da)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG da)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-de)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG de)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-el)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG el)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-en_GB)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG en_GB)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-eo)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG eo)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-es)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG es)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-et)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG et)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-eu)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG eu)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-fa)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG fa)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-fi)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG fi)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-fr)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG fr)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ga)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ga)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-gl)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG gl)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-he)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG he)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-hi)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG hi)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-hne)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG hne)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-hr)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG hr)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-hu)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG hu)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ia)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ia)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-is)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG is)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-it)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG it)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ja)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ja)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-kk)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG kk)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-km)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG km)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ko)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ko)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ku)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ku)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-lt)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG lt)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-lv)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG lv)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-mai)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG mai)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-mr)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG mr)
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-ms)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ms)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-nb)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG nb)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-nds)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG nds)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-nl)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG nl)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-nn)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG nn)
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-oc)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG oc)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-pa)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG pa)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-pl)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG pl)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-pt)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG pt)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-pt_BR)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG pt_BR)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ro)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ro)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ru)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ru)
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-se)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG se)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-si)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG si)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-sk)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sk)
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-sl)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sl)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( data )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-sr)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sr)
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
project(kde-i18n-sr_ijekavian)
|
||||
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sr@ijekavian)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
project(kde-i18n-sr_ijekavianlatin)
|
||||
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sr@ijekavianlatin)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
project(kde-i18n-sr_latin)
|
||||
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sr@latin)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-sv)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG sv)
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-tg)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG tg)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
project(kde-i18n-th)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG th)
|
||||
|
||||
macro_optional_add_subdirectory( messages )
|
||||
macro_optional_add_subdirectory( scripts )
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-tr)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG tr)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-ug)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG ug)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-uk)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG uk)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-wa)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG wa)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-zh_CN)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG zh_CN)
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
project(kde-i18n-zh_TW)
|
||||
|
||||
# Search KDE installation
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
include (KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
find_package(KDE4 4.18.0 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
include(KDE4Defaults)
|
||||
include(MacroOptionalAddSubdirectory)
|
||||
|
||||
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgmerge binary")
|
||||
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
message(FATAL_ERROR "Please install the msgfmt binary")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CURRENT_LANG zh_TW)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue