Ticket #5537 (closed defect (bug): fixed)
users rol don't translate in wp-admin/users.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | user rol translate |
| Cc: |
Description
In wp-admin/users.php the "select" of the users rol and the title of the user group in the same role, it is not translated.
Attach files .patch to fix that.
Attachments
Change History
-
attachment
wp-admin.includes.template.php.patch
added
Variables cannot be translated. Only literal strings can be translated. Roles are saved in the DB and are translated at installation time.
In that case there should be a warning at the installation time or the option of changing that value .
I installed my blog long time ago, and then not put the language file. With this, I never have a blog entirely translated.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

wp-admin/includes/template.php patch