https://bugs.kde.org/show_bug.cgi?id=513098
Bug ID: 513098
Summary: Wrong translation in kcoreaddons, kformat
Classification: Translations
Product: i18n
Version First unspecified
Reported In:
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: da
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
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
--
You are receiving this mail because:
You are watching all bug changes.