https://bugs.kde.org/show_bug.cgi?id=431043
Bug ID: 431043
Summary: String puzzles in the CalendarController class
Product: calindori
Version: unspecified
Platform: Compiled Sources
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Flags: Translation_missing+
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.
--
You are receiving this mail because:
You are watching all bug changes.