Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19092 closed Bug (fixed)

formats.py for Lithuanian language

Reported by: Tadas Dailyda Owned by: nobody
Component: Translations Version: 1.4
Severity: Normal Keywords:
Cc: pavvka@…, Florian Apolloner, Tadas Dailyda Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Current formats.py for Lithuanian (lt) doesn't adhere to official formats used in language.
Provided is a patch to fix this.
Note that in DATE_FORMAT and DATETIME_FORMAT "E" is used (alternative month translation in translation files), however current Lithuanian translations for alternative month names are incorrect (e.g. "January" should be "Sausio" instead of "Sausis" when used in long date format). I intend to fix that through Transifex as soon as I get confirmed as team member.

Attachments (1)

formats.py.patch (2.0 KB ) - added by Tadas Dailyda 11 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 by Claude Paroz, 11 years ago

Please also ask your language coordinator to confirm this patch.

comment:2 by Claude Paroz, 11 years ago

Cc: pavvka@… added
Triage Stage: UnreviewedAccepted

comment:3 by anonymous, 11 years ago

Translations seem to be OK in Transifex but must be pushed to git.

comment:4 by Florian Apolloner, 11 years ago

Cc: Florian Apolloner added

by Tadas Dailyda, 11 years ago

Attachment: formats.py.patch added

comment:6 by Tadas Dailyda, 11 years ago

Changed my patch so that the thousand separator remains a dot ('.')

comment:7 by Tadas Dailyda, 11 years ago

Cc: Tadas Dailyda added

comment:8 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 2f8ab2f1b09ae8858720af53df77f19e83bd8f66:

Fixed #19092 -- Completed Lithuanian date/time formats

Thanks Tadas Dailyda for the report and the patch.

comment:9 by Claude Paroz <claude@…>, 11 years ago

In 5a53f1043cc86feef82864e4f5a57de78d57664b:

[1.5.x] Fixed #19092 -- Completed Lithuanian date/time formats

Thanks Tadas Dailyda for the report and the patch.
Backport of 2f8ab2f1b0 from master.

comment:10 by Claude Paroz <claude@…>, 11 years ago

In 5a53f1043cc86feef82864e4f5a57de78d57664b:

[1.5.x] Fixed #19092 -- Completed Lithuanian date/time formats

Thanks Tadas Dailyda for the report and the patch.
Backport of 2f8ab2f1b0 from master.

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