Ticket #6554 (closed defect: fixed)

Opened 8 months ago

Last modified 4 months ago

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: lmamane Assigned to: anonymous
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@lists.automattic.com 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@lists.automattic.com\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@wordpress-fr.net>\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

template.php.patch.txt (0.7 kB) - added by wasp on 07/25/08 10:55:43.
fixes this issue

Change History

04/02/08 20:10:01 changed by lmamane

  • 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).

04/02/08 20:10:27 changed by lmamane

  • 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).

04/02/08 20:10:35 changed by lmamane

  • cc set to lmamane.

07/15/08 16:24:07 changed by ryan

  • milestone changed from 2.5.2 to 2.9.

Milestone 2.5.2 deleted

07/25/08 10:55:43 changed by wasp

  • attachment template.php.patch.txt added.

fixes this issue

07/25/08 10:59:32 changed by wasp

  • version changed from 2.5 to 2.6.
  • milestone changed from 2.9 to 2.6.1.

Please test with attached patch.

07/25/08 15:36:41 changed by ryan

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

(In [8455]) Don't try to translate empty role name. Props wasp. fixes #6554 for trunk

07/25/08 15:37:16 changed by ryan

(In [8456]) Don't try to translate empty role name. Props wasp. fixes #6554 for 2.6