SUMMARY The CalendarControll class contains several string puzzles which makes those strings untranslatable. A message should not be constructed by initializing partial strings and then composing them through "%1 %2", because that doesn't allow several languages to be translated, even if "%1 %2" was wrapped around an i18n call. Please fix the way confirmMsg is constructed in this method: https://invent.kde.org/plasma-mobile/calindori/-/blob/eff464d8aec5cb3bfb199d1639f450336023a257/src/calendarcontroller.cpp#L19 More details can be found here: https://api.kde.org/frameworks/ki18n/html/prg_guide.html#good_text There may be other string puzzles around too.
Git commit fcb1a89368625ccad8009d9d45a1ef3d42a6851e by Dimitris Kardarakos. Committed on 22/01/2021 at 13:32. Pushed by dkardarakos into branch 'master'. Solve string puzzles This commit facilitates complex string translation by removing string puzzles M +4 -7 src/calendarcontroller.cpp M +15 -10 src/incidencealarmsmodel.cpp https://invent.kde.org/plasma-mobile/calindori/commit/fcb1a89368625ccad8009d9d45a1ef3d42a6851e