diff --git a/config/locales/es.yml b/config/locales/es.yml
new file mode 100644
index 0000000..48ad86d
--- /dev/null
+++ b/config/locales/es.yml
@@ -0,0 +1,61 @@
+es:
+ formtastic:
+ wysihtml5:
+ command:
+ bold: "Negrita"
+ italic: "Cursiva"
+ link: "Enlace"
+ image: "Imágen"
+ video: "Vídeo"
+ ul: "Lista no ordenada"
+ ol: "Lista ordenada"
+ source: "Mostrar HTML"
+ underline: "Subrayado"
+ outdent: "Aumentar sangría"
+ indent: "Reducir sangría"
+ block_style: "Estilos"
+ blocks:
+ h1: "Cabecera 1"
+ h2: "Cabecera 2"
+ h3: "Cabecera 3"
+ h4: "Cabecera 4"
+ h5: "Cabecera 5"
+ h6: "Cabecera 6"
+ p: "Párrafo"
+
+ dialog:
+ cancel: "Cancelar"
+ ok: "Aceptar"
+ image:
+ dialog_title: "Insertar a nueva imágen"
+ url_title: "Imágen externa"
+ gallery_title: "Galería"
+ upload_title: "Subir"
+ url: "URL:"
+ alignment: "Alineamiento:"
+ default: "Ninguno"
+ left: "Izquierda"
+ right: "Derecha"
+ scale: "Escala:"
+ alt: "Texto alternativo:"
+ title: "campo title:"
+ link:
+ dialog_title: "Inserta un nuevo enlace"
+ url_title: "URL"
+ email_title: "Email"
+ anchor_title: "Anclaje"
+ url: "URL:"
+ text: "Texto:"
+ rel: "campo rel:"
+ title: "campo title:"
+ email: "Email:"
+ anchor: "campo anchor"
+ blank: "El enlace se abrirá en otra página/pestaña"
+ your_text_here: "Tu texto aquí"
+ video:
+ dialog_title: "Inserta un nuevo vídeo desde Youtube o Vimeo"
+ url: "URL:"
+ title: "Título:"
+ width: "Ancho:"
+ height: "Alto:"
+ your_text_here: "Tu texto aquí"