Ticket #3913 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Localize WP Admin JS

Reported by: mdawaffe Owned by: mdawaffe
Priority: normal Milestone: 2.2
Component: Administration Version: 2.1.2
Severity: normal Keywords: has-patch
Cc:

Description

The following need l10n via JS.

  1. wp-ajax
  2. autosave
  3. ajaxcat
  4. dbx
  5. upload

Attachments

3913.diff Download (53.2 KB) - added by mdawaffe 5 years ago.
3913b.diff Download (53.2 KB) - added by mdawaffe 5 years ago.
now with version bump

Change History

  • Keywords has-patch added
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

Attached localizes all of the above.

The following need to be svn mv'd.

  1. svn mv wp-includes/js/wp-ajax-js.php wp-includes/js/wp-ajax.js
  2. svn mv wp-includes/js/autosave-js.php wp-includes/js/autosave.js
  3. svn mv wp-admin/cat-js.php wp-admin/cat.js
  4. svn mv wp-admin/dbx-admin-key-js.php wp-admin/dbx-admin-key.js
  5. svn mv wp-admin/upload-js.php wp-admin/upload.js

now with version bump

comment:2   ryan5 years ago

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

(In [4970]) JS localization from mdawaffe. fixes #3913

I know the ticket is already closed, but I just wanted to say that I really like this solution :-)

Note: See TracTickets for help on using tickets.