Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created March 17, 2015 13:49
Show Gist options
  • Save igmoweb/a97c8b80926f2566efcd to your computer and use it in GitHub Desktop.
Save igmoweb/a97c8b80926f2566efcd to your computer and use it in GitHub Desktop.
uploader.js
// Esto es lo que crea wp_localize_script ( no lo tienes que poner en tu fichero):
media_files_i18n = {
conti: 'John Conti', // O su versión traducida, si la hay
my_string: 'My String' // O su versión traducida, si la hay
};
// Y ahora, dentrode uploader.js, simplemente puedes usar:
var my_name = media_files_i18n.conti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment