Ticket #5537 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

users rol don't translate in wp-admin/users.php

Reported by: rnt Assigned to: ryan
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

wp-admin.includes.template.php.patch (0.7 kB) - added by rnt on 12/26/07 22:24:10.
wp-admin/includes/template.php patch
wp-admin.users.php.patch (0.5 kB) - added by rnt on 12/26/07 22:24:36.
wp-admin/users.php patch

Change History

12/26/07 22:24:10 changed by rnt

  • attachment wp-admin.includes.template.php.patch added.

wp-admin/includes/template.php patch

12/26/07 22:24:36 changed by rnt

  • attachment wp-admin.users.php.patch added.

wp-admin/users.php patch

12/26/07 23:45:55 changed by ryan

Variables cannot be translated. Only literal strings can be translated. Roles are saved in the DB and are translated at installation time.

12/29/07 14:48:52 changed by rnt

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.

01/02/08 21:13:15 changed by lloydbudd

  • milestone changed from 2.4 to 2.5.

02/19/08 08:31:06 changed by ryan

  • owner changed from anonymous to ryan.

02/19/08 20:28:54 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6916]) Don't save translated role names to the DB. Instead, translate them on the fly. fixes #3442 #5537

02/19/08 20:29:04 changed by ryan

  • milestone changed from 2.6 to 2.5.