Make WordPress Core

Opened 8 years ago

Closed 5 months ago

Last modified 4 months ago

#43505 closed defect (bug) (worksforme)

Display of html encoded text in dashboard.

Reported by: anonym999999's profile anonym999999 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Plugins Keywords:
Focuses: javascript, administration Cc:

Description

I have discussed the issue in this thread https://make.wordpress.org/polyglots/2018/02/26/hello-18/, I report here the issue of the display of the text in UI, not the editorial choice of the translation itself.

In fr_FR and fr_CA, there where changes done (last year?) to accomodate french ponctuation typographic rules but also, I guess, make sure the text doesnt fall on two line inadvertantly (ex. "text !", so a non-breaking space is inserted instead of a space).

This non-breaking space is inserted as html encoded entity and it looks like it is displayed as is, without decoding like it is visible in this exemple screenshot : https://imgur.com/a/iVy9h

Attachments (3)

43505.png (7.7 KB) - added by ocean90 8 years ago.
fr_ca_plugin_update.png (57.7 KB) - added by nikunj8866 5 months ago.
plugin-updated-fr-FR.png (81.9 KB) - added by sabernhardt 4 months ago.
French (fr-FR) with entity displays correctly

Download all attachments as: .zip

Change History (7)

@ocean90
8 years ago

#1 @ocean90
8 years ago

  • Focuses javascript added
  • Version 4.9.4 deleted

#2 @SergeyBiryukov
8 years ago

  • Component changed from Administration to Plugins
  • Focuses administration added

#3 @nikunj8866
5 months ago

  • Keywords close added
  • Resolution set to worksforme
  • Status changed from new to closed

This issue appears to be resolved now, the HTML entity is being correctly decoded and displayed.

@sabernhardt
4 months ago

French (fr-FR) with entity displays correctly

#4 @sabernhardt
4 months ago

  • Keywords close removed
  • Milestone Awaiting Review deleted

Canadian French had removed the   entity, but I can confirm that the other two French locales both have 'Mis à jour !' and they show the space instead of the entity in trunk.

Note: See TracTickets for help on using tickets.