[digikam] [Bug 368575] Untranslatable strings in BQM-File Renaming (Date & Time dialog)

Burkhard Lueck via KDE Bugzilla bugzilla_noreply at kde.org
Mon Sep 12 07:01:36 BST 2016


https://bugs.kde.org/show_bug.cgi?id=368575

Burkhard Lueck <lueck at hube-lueck.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #3 from Burkhard Lueck <lueck at 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 the assignee for the bug.



More information about the Digikam-devel mailing list