Ticket #6554 (closed defect (bug): fixed)
wp-admin/users.php non-english l10n: user with no role has beginning of .po file listed as role (lots of gibberish text)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | Administration | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: | lmamane |
Description
When one has a user with no role on the blog,
1) in English, nothing is displayed instead of an explicit "no role"; this looks like a return of #2809.
2) In other languages, a whole inappropriate piece of text is shown; here is the example for French:
Project-Id-Version: WordPress 2.3.1 Report-Msgid-Bugs-To: wp-polyglots@… POT-Creation-Date: 2008-03-28 08:00+0000 PO-Revision-Date: 2008-03-30 00:48+0100 Last-Translator: Xavier Borderie Language-Team: French (France) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rosetta-Version: 0.1 X-Poedit-Country: FRANCE X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: _e;_c; X-Poedit-Basepath: . Plural-Forms: nplurals=2; plural=n>1 X-Poedit-Language: French
That is probably because the .po file (taken from svn tag 2.5) contains:
msgid "" msgstr "" "Project-Id-Version: WordPress 2.3.1\n" "Report-Msgid-Bugs-To: wp-polyglots@…\n" "POT-Creation-Date: 2008-03-28 08:00+0000\n" "PO-Revision-Date: 2008-03-30 00:48+0100\n" "Last-Translator: Xavier Borderie <xavier-a-borderie-point-net>\n" "Language-Team: French (France) <staff@…>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Rosetta-Version: 0.1\n" "X-Poedit-Country: FRANCE\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: _e;_c;\n" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=n>1\n" "X-Poedit-Language: French\n"
So the empty English string is "translated" by that whole piece of text.
Attachments
Change History
- Summary changed from wp-admin/users.php non-english l10n: user with no role has .po file listed as role to wp-admin/users.php non-english l10n: user with no role has .po file listed as role (lots of gibberish text)
- Summary changed from wp-admin/users.php non-english l10n: user with no role has .po file listed as role (lots of gibberish text) to wp-admin/users.php non-english l10n: user with no role has beginning of .po file listed as role (lots of gibberish text)
- Version changed from 2.5 to 2.6
- Milestone changed from 2.9 to 2.6.1
Please test with attached patch.
- Status changed from new to closed
- Resolution set to fixed

