Side navigation
#3195 closed bug (fixed)
Opened July 29, 2008 09:10AM UTC
Closed November 25, 2008 07:16PM UTC
Last modified March 14, 2012 09:23PM UTC
[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 (5)
Changed August 07, 2008 01:35PM UTC by comment:1
Changed August 07, 2008 04:27PM UTC by comment:2
| owner: | → joern |
|---|
Changed August 11, 2008 04:50PM UTC by comment:3
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.",
Changed October 21, 2008 06:22PM UTC by comment:4
Fixed in [5899].
Changed November 25, 2008 07:16PM UTC by comment:5
| resolution: | → fixed |
|---|---|
| status: | new → closed |
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.