From kde-i18n-doc Tue Jul 19 16:33:29 2016 From: Friedrich W. H. Kossebau Date: Tue, 19 Jul 2016 16:33:29 +0000 To: kde-i18n-doc Subject: [calligra] /: Use "calligraplan/calligrasheets" prefix also with plugin translation files Message-Id: X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=146894605401918 Git commit 1526b870bf9d2700b659b498310abf536edd4c8c by Friedrich W. H. Koss= ebau. Committed on 19/07/2016 at 15:23. Pushed by kossebau into branch 'master'. Use "calligraplan/calligrasheets" prefix also with plugin translation files CCMAIL:kde-i18n-doc@kde.org M +1 -1 plan/plugins/schedulers/rcps/CMakeLists.txt M +1 -1 plan/plugins/schedulers/rcps/Messages.sh M +1 -1 plan/plugins/schedulers/tj/CMakeLists.txt M +1 -1 plan/plugins/schedulers/tj/Messages.sh M +1 -1 sheets/plugins/calendar/CMakeLists.txt M +1 -1 sheets/plugins/calendar/Messages.sh M +1 -1 sheets/plugins/solver/CMakeLists.txt M +1 -1 sheets/plugins/solver/Messages.sh http://commits.kde.org/calligra/1526b870bf9d2700b659b498310abf536edd4c8c diff --git a/plan/plugins/schedulers/rcps/CMakeLists.txt b/plan/plugins/sch= edulers/rcps/CMakeLists.txt index 8de8944..7afa4d6 100644 --- a/plan/plugins/schedulers/rcps/CMakeLists.txt +++ b/plan/plugins/schedulers/rcps/CMakeLists.txt @@ -1,4 +1,4 @@ -add_definitions(-DTRANSLATION_DOMAIN=3D\"planrcpsplugin\") +add_definitions(-DTRANSLATION_DOMAIN=3D\"calligraplan_scheduler_rcps\") = set(LIBRCPS_INCLUDE_DIR 3rdparty/LibRCPS/src) include_directories( ${LIBRCPS_INCLUDE_DIR} ${KOODF_INCLUDES} ${CMAKE_SOUR= CE_DIR}/plan/libs/kernel ) diff --git a/plan/plugins/schedulers/rcps/Messages.sh b/plan/plugins/schedu= lers/rcps/Messages.sh index 93a7bfd..a101f0e 100644 --- a/plan/plugins/schedulers/rcps/Messages.sh +++ b/plan/plugins/schedulers/rcps/Messages.sh @@ -2,5 +2,5 @@ source ../../../../calligra_xgettext.sh = $EXTRACTRC *.ui *.kcfg >> rc.cpp -calligra_xgettext planrcpsplugin.pot *.cpp +calligra_xgettext calligraplan_scheduler_rcps.pot *.cpp rm -f rc.cpp diff --git a/plan/plugins/schedulers/tj/CMakeLists.txt b/plan/plugins/sched= ulers/tj/CMakeLists.txt index 93100fb..1fb68c3 100644 --- a/plan/plugins/schedulers/tj/CMakeLists.txt +++ b/plan/plugins/schedulers/tj/CMakeLists.txt @@ -1,4 +1,4 @@ -add_definitions(-DTRANSLATION_DOMAIN=3D\"plantjplugin\") +add_definitions(-DTRANSLATION_DOMAIN=3D\"calligraplan_scheduler_tj\") = set(LIBTJ_INCLUDE_DIR taskjuggler) include_directories( ${LIBTJ_INCLUDE_DIR} ${KOODF_INCLUDES} ${CMAKE_SOURCE= _DIR}/plan/libs/kernel ) diff --git a/plan/plugins/schedulers/tj/Messages.sh b/plan/plugins/schedule= rs/tj/Messages.sh index 09c9127..3ce8205 100644 --- a/plan/plugins/schedulers/tj/Messages.sh +++ b/plan/plugins/schedulers/tj/Messages.sh @@ -2,5 +2,5 @@ source ../../../../calligra_xgettext.sh = $EXTRACTRC *.ui *.kcfg >> rc.cpp -calligra_xgettext plantjplugin.pot *.cpp +calligra_xgettext calligraplan_scheduler_tj.pot *.cpp rm -f rc.cpp diff --git a/sheets/plugins/calendar/CMakeLists.txt b/sheets/plugins/calend= ar/CMakeLists.txt index 8e66bac..37b1793 100644 --- a/sheets/plugins/calendar/CMakeLists.txt +++ b/sheets/plugins/calendar/CMakeLists.txt @@ -1,4 +1,4 @@ -add_definitions(-DTRANSLATION_DOMAIN=3D\"sheetscalendartool\") +add_definitions(-DTRANSLATION_DOMAIN=3D\"calligrasheets_calendar\") = include_directories(${CMAKE_SOURCE_DIR}/sheets ${KOMAIN_INCLUDES}) = diff --git a/sheets/plugins/calendar/Messages.sh b/sheets/plugins/calendar/= Messages.sh index dbeea2c..00656f6 100755 --- a/sheets/plugins/calendar/Messages.sh +++ b/sheets/plugins/calendar/Messages.sh @@ -2,5 +2,5 @@ source ../../../calligra_xgettext.sh = $EXTRACTRC *.ui >> rc.cpp -calligra_xgettext sheetscalendartool.pot rc.cpp *.cpp +calligra_xgettext calligrasheets_calendar.pot rc.cpp *.cpp rm -f rc.cpp diff --git a/sheets/plugins/solver/CMakeLists.txt b/sheets/plugins/solver/C= MakeLists.txt index 6a20192..7697a0b 100644 --- a/sheets/plugins/solver/CMakeLists.txt +++ b/sheets/plugins/solver/CMakeLists.txt @@ -1,6 +1,6 @@ if(GSL_FOUND) = -add_definitions(-DTRANSLATION_DOMAIN=3D\"sheetssolver\") +add_definitions(-DTRANSLATION_DOMAIN=3D\"calligrasheets_solver\") = include_directories( ${CMAKE_SOURCE_DIR}/sheets ${CMAKE_BINARY_DIR}/sheets diff --git a/sheets/plugins/solver/Messages.sh b/sheets/plugins/solver/Mess= ages.sh index 5afe365..31f441b 100644 --- a/sheets/plugins/solver/Messages.sh +++ b/sheets/plugins/solver/Messages.sh @@ -2,5 +2,5 @@ source ../../../calligra_xgettext.sh = $EXTRACTRC *.ui *.rc >> rc.cpp || exit 11 -calligra_xgettext sheetssolver.pot *.cpp +calligra_xgettext calligrasheets_solver.pot *.cpp rm -f rc.cpp