Skip to content

Instantly share code, notes, and snippets.

@cesarhdz
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarhdz/8809749 to your computer and use it in GitHub Desktop.
Save cesarhdz/8809749 to your computer and use it in GitHub Desktop.
WordPress language files for Spanish

WordPress es_ES lang useful in Composer

{
"repositories":[
{
"type": "composer",
"url": "https://gist.github.com/cesarhdz/8809749/raw/"
}
],
"require": {
"wordpress/lang-es-es": "*"
},
"extra": {
"installer-paths": {
"wp-content/languages/": ["wordpress/lang-es-es"]
}
}
}
{
"packages": {
"wordpress/lang-es-es": {
"3.8":{
"name": "wordpress/lang-es-es",
"type": "wordpress-plugin",
"version": "3.8",
"source": {
"url": "http://i18n.svn.wordpress.org/es_ES/",
"type": "svn",
"reference": "tags/3.8/messages/"
},
"require": {
"composer/installers": "~1.0"
}
},
"3.8.1":{
"name": "wordpress/lang-es-es",
"type": "wordpress-plugin",
"version": "3.8.1",
"source": {
"url": "http://i18n.svn.wordpress.org/es_ES/",
"type": "svn",
"reference": "tags/3.8.1/messages/"
},
"require": {
"composer/installers": "~1.0"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment