Bug 513098

Summary: Wrong translation in kcoreaddons, kformat
Product: [Translations] i18n Reporter: Anders Lund <anders>
Component: daAssignee: Martin Schlander <martin.schlander>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Anders Lund 2025-12-08 19:33:44 UTC
This string is representing a relative time, close to present, like "today at <time>". The string is "%1 at %2".
In danish, that would be "Idag kl <tid>, so the translation should read "%1 kl %2".

Instead I get "Idag ved <tid>", example "Idag ved 10.30".

The code containing the line is at https://invent.kde.org/frameworks/kcoreaddons/-/blob/master/src/lib/util/kformatprivate.cpp?ref_type=heads#L648
Comment 1 Anders Lund 2025-12-08 20:49:49 UTC
Some strings in the same function are missing translation to danish. Let me know if I can help.