[Digikam-devel] [digikam] [Bug 319853] Untranslatable strings in timeline tab
Burkhard Lueck
lueck at hube-lueck.de
Wed May 15 10:39:37 BST 2013
https://bugs.kde.org/show_bug.cgi?id=319853
--- Comment #3 from Burkhard Lueck <lueck at hube-lueck.de> ---
digikam/date/timelinewidget.cpp#328 has:
infoDate = i18nc("Week #weeknumber - month name - year string\nStart:\tEnd: ",
"Week #%1 - %2 %3\n%4\t%5",
weekNb,
d->calendar->monthName(date),
d->calendar->formatDate(date, "%Y"),
"Start: " + d->calendar->formatDate(date,
KLocale::Day, KLocale::LongNumber),
"End: " + d->calendar->formatDate(endDate,
KLocale::Day, KLocale::LongNumber));
Missing i18n call for "Start: " and "End: ", so both strings are
untranslatable.
No idea where "0 item"/"%1 items" displyaed in the widget is in the code.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list