#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)
Change History (7)
Changed 15 years ago by
Attachment: | se-fix.diff added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | set to joern |
---|
Changed 15 years ago by
Attachment: | se-fix.2.diff added |
---|
comment:3 Changed 15 years ago by
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:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.