Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#50527 closed enhancement (fixed)

Use wp.i18n for translatable strings in wp-admin/js/user-profile.js

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 5.5 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch has-dev-note
Focuses: javascript Cc:

Description

We should replace the use of wp_localize_script() with the proper JavaScript i18n functions introduced in WordPress 5.0, see #20491 and #45103. This ticket is for wp-admin/js/user-profile.js.

Previously: #50235, #50525, #50526

Change History (3)

#1 @ocean90
5 years ago

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

In 48270:

I18N: Use wp.i18n for translatable strings in wp-admin/js/user-profile.js.

This removes the usage of wp_localize_script() for passing translations to the script and instead adds the translatable strings in the script directly through the use of wp.i18n and its utilities.

Props swissspidy, ocean90.
See #20491.
Fixes #50527.

#2 @justinahinon
5 years ago

  • Keywords needs-dev-note added
Note: See TracTickets for help on using tickets.