Bug Tracker

Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#3195 closed bug (fixed)

[validate] Error in Swedish localization

Reported by: skorpan Owned by: joern
Priority: trivial Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: validation, localization Cc:
Blocked by: Blocking:

Description

There are a couple of errors in the Swedish localization for the validation plugin.

Attachments (2)

se-fix.diff (258 bytes) - added by skorpan 15 years ago.
se-fix.2.diff (260 bytes) - added by skorpan 15 years ago.

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by skorpan

Attachment: se-fix.diff added

comment:1 Changed 15 years ago by joern

I'd like to apply the diff, but can't figure out its encoding, and can't therefore apply without losing those two non-ascii characters. Could you try to encode that in UTF-8? Thanks.

comment:2 Changed 15 years ago by joern

Owner: set to joern

Changed 15 years ago by skorpan

Attachment: se-fix.2.diff added

comment:3 Changed 15 years ago by skorpan

I attached another one but I seem to be having severe problems with Emacs at this time. This is what it should be...

7c7
<        maxlength: jQuery.format("Du kan ange max {0} tecken."),
---
>        maxlength: jQuery.format("Du får ange högst {0} tecken."),
10c10
<        email: "Ange en korrekt epostaddress.",
---
>        email: "Ange en korrekt e-postadress.",

comment:4 Changed 15 years ago by joern

Fixed in [5899].

comment:5 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.