[i18n] [Bug 401382] String "Plus tôt en" rendered as "Plu55 CESTôCEST"
Christoph Feck
bugzilla_noreply at kde.org
Mer 19 Déc 23:59:16 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=401382
Christoph Feck <cfeck at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|REPORTED |CONFIRMED
Version|17.04.3 |unspecified
Product|dolphin |i18n
Assignee|dolphin-bugs-null at kde.org |kde-francophone at kde.org
CC| |annma at kde.org
Component|view-engine: details mode |fr
--- Comment #1 from Christoph Feck <cfeck at 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 the assignee for the bug.
More information about the kde-francophone
mailing list