mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-23 18:42:54 +00:00
generic: adjust to translation changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2c93d8759e
commit
d48539664d
72 changed files with 136 additions and 436 deletions
|
@ -3,16 +3,9 @@ project (kde-l10n)
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
|
||||||
find_package(KDE4 4.22.0 REQUIRED)
|
find_package(KDE4 4.22.0 REQUIRED)
|
||||||
find_package(Gettext REQUIRED)
|
|
||||||
|
|
||||||
include(KDE4Defaults)
|
include(KDE4Defaults)
|
||||||
|
|
||||||
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()
|
|
||||||
|
|
||||||
add_subdirectory( ar )
|
add_subdirectory( ar )
|
||||||
add_subdirectory( ast )
|
add_subdirectory( ast )
|
||||||
add_subdirectory( be )
|
add_subdirectory( be )
|
||||||
|
@ -74,7 +67,6 @@ add_subdirectory( sr@ijekavianlatin )
|
||||||
add_subdirectory( sr@latin )
|
add_subdirectory( sr@latin )
|
||||||
add_subdirectory( sv )
|
add_subdirectory( sv )
|
||||||
add_subdirectory( te )
|
add_subdirectory( te )
|
||||||
add_subdirectory( tg )
|
|
||||||
add_subdirectory( tl )
|
add_subdirectory( tl )
|
||||||
add_subdirectory( tr )
|
add_subdirectory( tr )
|
||||||
add_subdirectory( ug )
|
add_subdirectory( ug )
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
entry.desktop
|
entry.desktop
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
project(kde-i18n-tg)
|
|
||||||
|
|
||||||
set(CURRENT_LANG tg)
|
|
||||||
|
|
||||||
add_subdirectory( messages )
|
|
|
@ -1,12 +0,0 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
|
||||||
FILES entry.desktop
|
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
[KCM Locale]
|
|
||||||
Name=Tajik
|
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
entry.desktop
|
entry.desktop
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
file(GLOB_RECURSE _po_files *.po)
|
file(GLOB_RECURSE _po_files *.po)
|
||||||
|
|
||||||
GETTEXT_PROCESS_PO_FILES(
|
kde4_translate(${CURRENT_LANG} ${_po_files})
|
||||||
${CURRENT_LANG}
|
|
||||||
ALL
|
|
||||||
INSTALL_DESTINATION ${KDE4_LOCALE_INSTALL_DIR}
|
|
||||||
PO_FILES ${_po_files}
|
|
||||||
)
|
|
||||||
install(
|
install(
|
||||||
FILES entry.desktop
|
FILES entry.desktop
|
||||||
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
|
||||||
|
|
Loading…
Add table
Reference in a new issue