#2100 closed enhancement (fixed)
[patch] admin change list i18n patchlets
| Reported by: | Ramiro Morales | Owned by: | hugo |
|---|---|---|---|
| Component: | Internationalization | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This patch makes translatable the following items of the change list page:
- The search results counter and total item count, in the search form
- The "View all" text that appears at the right of the paginator when activated
- The "Filter" text at the top of the list_filer sidebar
Hope this those are the last pieces of hard coded text in this app templates. There are a couple of things left in the javascript stuff, I will try to submit a patch for that too.
Regards,
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | admin-change-list-i18n.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3097]) Fixed #2100 -- Made some remaining parts of the admin changelist translatable. Thanks, ramiro