Bug 155795 - Reply quotation broken when using Norwegian translation
Summary: Reply quotation broken when using Norwegian translation
Status: RESOLVED WORKSFORME
Alias: None
Product: i18n
Classification: Translations
Component: nb (show other bugs)
Version: 3.5
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Axel Bojer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 00:16 UTC by Öyvind Saether
Modified: 2008-02-11 05:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Öyvind Saether 2008-01-15 00:16:18 UTC
Version:           1.9.7 (using KDE KDE 3.5.8)
Installed from:    Compiled From Sources
Compiler:          not relevant 
OS:                Linux

The "Default reply template" translation in kde-i18n 3.5.8 for Norwegian Bokmål (nb) is broken in a way which makes kmail show a blank message when you reply instead of a quoted version of the message you are replying to.

The current translation is:

%REM=«Standard svarmal »%-
På %ODATEEN , %OTIMELONGEN skrev du:
%QUOTE
%CURSOR

The does-not-break-kmail version is:

%REM="Standard svarmal"%-
På %ODATE , %OTIMELONG skrev du:
%QUOTE
%CURSOR

Do note the %REM= with "" in the correct version, the «Standard svarmal » part in the translation totally breaks kmail's reply function. It should also be noted that %ODATEEN , %OTIMELONGEN give English texts for date and time while the shorter correct-for-translation %ODATE , %OTIMELONG is actually translated when you hit reply.

BTW! All the other reply templates used by kmail (reply to list, etc) are TOTALLY BROKEN in exactly the same way.

This bug is kind of serious since it imho makes kontact/kmail completely useless for everyone who chooses to use KDE 3.5.8 in Norwegian...
Comment 1 Öyvind Saether 2008-01-15 10:19:07 UTC
I installed kde-i18n 3.5.7 (emerge --nodeps -v  =kde-base/kde-i18n-3.5.7) without doing anything else to the rest of KDE 3.5.8.

The translation-caused kmail bug is not in kde-i18n 3.5.7 simply because the e-mail templates are not translated yet in that version.

So a workaround for people packageing distributions (like Skolelinux :) can use i18n from 3.5.7 with 3.5.8 and have kmail working and a few less translations (which is not a good solution, but it works)
Comment 2 Axel Bojer 2008-02-10 09:57:12 UTC
It it the quotation that is faulty, it ought to be " and ", not « and » (as used in normal Norwegian sentences), the quotation is obviously not meant to be viewed, but parsed. I will upload a fix, expect this to be fixed in the next release.
BTW: I found the same fault in KDE4, so i corrected that too.
Comment 3 Öyvind Saether 2008-02-11 05:48:45 UTC
Thank you, Axel.