Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

norwegian_format_strings.diff (6.1 KB ) - added by Nils Fredrik Gjerull 13 years ago.
Correct norwegian input formats.

Download all attachments as: .zip

Change History (7)

by Nils Fredrik Gjerull, 13 years ago

Correct norwegian input formats.

comment:1 by anonymous, 13 years ago

milestone: 1.3
Triage Stage: UnreviewedAccepted

comment:2 by rasca, 13 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 Claude Paroz, 13 years ago

Component: InternationalizationTranslations

comment:4 by Claude Paroz, 13 years ago

Triage Stage: AcceptedReady 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 Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

(In [14791]) Fixed #14663 -- Corrected Norwegian locale format strings. Thanks to nfg for the report and patch.

comment:6 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top