Opened 17 years ago
Closed 14 years ago
#5519 closed (wontfix)
Capitalized names for czech language
Reported by: | Owned by: | Marc Garcia | |
---|---|---|---|
Component: | Internationalization | Version: | newforms-admin |
Severity: | Keywords: | nfa-someday | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In Django this kind of translations is used for my language:
msgid "Add %s" msgstr "%s: přidat" msgid "Change %s" msgstr "%s: změnit"
So "Add contact" is translated as "kontakt: přidat" - title is not capitalized. So I would like if admin capitalizes all titles. It is possible, I use it in my branch.
I thought that this kind of change should be sent to django-developers mailing list first. But there was no answer so there is a ticket.
I would like to create patch - if you think that it can be applied.
Attachments (2)
Change History (8)
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
by , 17 years ago
Attachment: | 06-support-for-cs.diff added |
---|
comment:2 by , 17 years ago
Has patch: | set |
---|---|
Keywords: | admin titles removed |
Patch needs improvement: | set |
Summary: | [newforms-admin] - capitalized titles → Capitalized names for czech language |
by , 17 years ago
Attachment: | 01-support-for-cs.diff added |
---|
new version - after autoescape merge (depends only on #5425 now)
comment:3 by , 17 years ago
Patch needs improvement: | unset |
---|
comment:4 by , 17 years ago
Keywords: | nfa-someday added |
---|
Old admin looks to be no different from newforms-admin for this issue, so this should not block merge.
comment:5 by , 15 years ago
Owner: | changed from | to
---|
comment:6 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is really in conflict with how we want to proceed in #5518. If a translation (or other) is providing a string, we aren't going to mess around with the capitalization. The translator will know best what they want to do.
I want to fix these problems:
The last two are from #5425 so it depends on resolution of the patch.
I am sorry, my patch depends on some other patches - it is for simple merging. So my patch can't be applied without problem. But I would like to prepare proper patch, if it would be accepted.