Opened 18 years ago
Closed 18 years ago
#2639 closed defect (invalid)
A few words are not i18n-ized in admin interface
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Using a french browser :
- "Logged out" title of the page / in the page when disconnecting is not translated in french
- title of the portlet "Filter" when using filters in models is not translated in french
I've searched in the template, and the "trans" is there ... but the words does not appear in the french translation files.
I've tried to run the make-message updater but I get warnings (because of non name variables in string substitution) that seems to stop the operation.
Change History (3)
comment:1 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Hi,
I've searched in the french translation files but was unable to find the entry "Filter" (that should come from contrib/admin/templates/admin/filters.html I guess) ... I'm willing to help with that, but I confess there is something I'm missing here to do so ...
Best,
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
See the internationalization docs for more information. (Closing again because we don't open tickets for deficiencies in translation files.)
Looks like the problem is that those phrases aren't translated in the French translation file. Please update the French translation file and submit it in a new ticket.