Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3913 closed enhancement (fixed)

Localize WP Admin JS

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

Description

The following need l10n via JS.

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

Attachments (2)

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

Download all attachments as: .zip

Change History (5)

@mdawaffe
18 years ago

#1 @mdawaffe
18 years ago

  • 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

@mdawaffe
18 years ago

now with version bump

#2 @ryan
18 years ago

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

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

#3 @nbachiyski
18 years ago

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.