Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#2214 closed defect (bug) (fixed)

Some strings in Users panels are not localizable

Reported by: stephenju's profile stephenju Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0
Component: Administration Keywords: l10n bg|has-patch
Focuses: Cc:

Description

The strings "Editor", "Contributor", and "Subscriber" in the "Set the Role of checked users to:" popup in Authors and Users Panel stay in English even after the terms are translated.

Also, when in Admin->Users->Your Profile tab, the page title (shown in browser window title) is still in English.

Attachments (1)

2214.diff (345 bytes) - added by davidhouse 19 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ryan
19 years ago

These strings are stored in the DB. They are created during install/upgrade and are localized at that time. If translations for these strings are not available in the .mo at install time, they show up as English. So, you need to have an up-to-date .mo in place before installing or upgrading to get localized strings.

#2 @davidhouse
19 years ago

  • Keywords l10n bg|has-patch added

The second point is valid though.

@davidhouse
19 years ago

#3 @davidhouse
19 years ago

  • Milestone set to 2.0.1

#4 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3412]) i81n fix from David House. fixes #2214

#5 @stephen@…
19 years ago

I am not sure I understand this. You mean the 5 strings for the popup menu is stored in the database? I know the role of each member is stored in the database in translated form, but I can't find where the 5 role strings in DB.

Or do you mean the options in the popup is collected from the stored role strings of the current members? Maybe that's why I am seeing only Admin and Author localized because all my members are authors. If this is the case, a brand new install will never see localized role string in the menu other than the word "Admin"?

#6 @(none)
18 years ago

  • Milestone 2.0.1 deleted

Milestone 2.0.1 deleted

Note: See TracTickets for help on using tickets.