https://bugs.kde.org/show_bug.cgi?id=368575
Burkhard Lueck <lu...@hube-lueck.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Burkhard Lueck <lu...@hube-lueck.de> --- Untranslated in recent master build from sources in locale de + x-test dateoption.cpp:240: QString result = QString::fromUtf8("example: %1").arg(formattedDateTime(QDateTime::currentDateTime())); "example: %1" not extracted dateoption.cpp:252: addToken(QLatin1String("[date:||key||]"), i18n("Date and time (||key|| = Standard|ISO|UnixTimeStamp|Text)")); This does apparently not work with xgettext dateoption.cpp:61: m_map.insert(Custom, DateFormatDescriptor(QLatin1String("Custom"), QVariant())); "Custom" not extracted -- You are receiving this mail because: You are watching all bug changes.