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

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
            Version|17.04.3                     |unspecified
            Product|dolphin                     |i18n
           Assignee|dolphin-bugs-n...@kde.org   |kde-francoph...@kde.org
                 CC|                            |an...@kde.org
          Component|view-engine: details mode   |fr

--- Comment #1 from Christoph Feck <cf...@kde.org> ---
This is caused by the french translations for the single quotations marks.
Dolphin code uses QDateTime::toString() to convert text such as

    'Two weeks ago' (MMMM, yyyy)

to actual dates, such as

    'Two weeks ago' (December, 2018)

The documentation for this function at
http://doc.qt.io/qt-5/qdatetime.html#toString states that "Any sequence of
characters that are enclosed in single quotes will be treated as text and not
be used as an expression."

The french translation of those strings seems to replace the single quotation
marks '...' with typographical quotation marks «...». While the intention is
good, it breaks the formatting of the QDateTime strings.

tl'dr: Please keep single quotes in the Dolphin date format strings when
translating.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to