Ticket #5102 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

String descriptions for user roles

Reported by: RanYanivHartstein Assigned to: nbachiyski
Priority: normal Milestone: 2.5
Component: i18n Version: 2.3
Severity: normal Keywords: has-patch tested i18n
Cc:

Description

In wp-admin/includes/schema.php, the Author role at line 262 has a duplicate in wp-admin/edit.php at line 59. For certain languages, this can cause translation conflicts.

To mitigate this, a comment can be added to the role string. I created a patch which comments all other roles as well, just to make things easier for translators. However, at the moment only the Author string has duplicates.

The patch was tested on WordPress 2.3 and gettext 0.15 under cygwin

Attachments

schema.php.diff (0.7 kB) - added by RanYanivHartstein on 09/29/07 19:00:57.
Patch to add string descriptions for user roles

Change History

09/29/07 19:00:57 changed by RanYanivHartstein

  • attachment schema.php.diff added.

Patch to add string descriptions for user roles

09/29/07 21:04:34 changed by foolswisdom

  • owner changed from anonymous to nbachiyski.
  • version set to 2.3.
  • milestone set to 2.4.

09/29/07 21:34:04 changed by nbachiyski

  • keywords changed from has-patch tested to has-patch tested i18n.

+1 from me, sounds reasonable.

09/30/07 10:09:32 changed by westi

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

(In [6178]) Add string descriptions to the translations of the user roles. Fixes #5102 props RanYanivHartstein?