#14663 closed (fixed)
L10N of dates in Norwegian.
| Reported by: | Nils Fredrik Gjerull | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | Version: | 1.2 |
| Severity: | Keywords: | l10n norwegian formats | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I just enabled L10N of formats, but stumbled on an error.
The input formats for Norwegian is wrong. It uses %j (day of the year), but it should use %d (day of the month).
Attachments (1)
Change History (7)
by , 15 years ago
| Attachment: | norwegian_format_strings.diff added |
|---|
comment:1 by , 15 years ago
| milestone: | → 1.3 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Someone who knows Norwegian other than the patch uploader should check this patch, and if it's okey mark it as Ready For Checkin.
comment:3 by , 15 years ago
| Component: | Internationalization → Translations |
|---|
comment:4 by , 15 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
This came from the confusion between 'j' Django format (day of the month without leading zeros, and Python strftime '%j' (day of the year). This is clearly a bug and I don't think we need native speaker confirmation.
comment:5 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Correct norwegian input formats.