#22302 closed Cleanup/optimization (fixed)
Finnish formatting of dates, times and numbers
Reported by: | anttihirvonen | Owned by: | |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Normal | Keywords: | |
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
Django lacks the proper configurations for formatting dates, times and numbers in the standard Finnish way.
These have been bugging me for a long time and I always fixed them in my local repo, but I guess I could now make a contribution to Django and fix these for good. Pull request coming up!
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Bug → Cleanup/optimization |
Hi,
I don't speak any Finnish so do you have some sort of reference for these changes?
Alternatively, can you get another Finnish speaker to review the pull request (you could start by trying to contact the Finnish language team on transifex [1])?
Kiitos!
[1] https://www.transifex.com/projects/p/django/language/fi/members/
comment:3 by , 11 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
As a native Finnish speaker PR seem to contain correct formats.
comment:5 by , 11 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Pull request: https://github.com/django/django/pull/2453