Skip to content

Commit

Permalink
improvement(i18n): add missing spanish translations
Browse files Browse the repository at this point in the history
Add missing spanish translations

Re #137
  • Loading branch information
iliyaZelenko committed Feb 13, 2020
2 parents fa41848 + b646bc6 commit bb52851
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/i18n/es/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,22 @@ export default {
apply: 'Aplicar'
}
}
},
Image: {
buttons: {
tooltip: 'Imagen'
},
window: {
title: 'Agregar Imagen',
or: 'O',
form: {
sourceLink: 'URL de la Imagen'
},
buttons: {
close: 'Cerrar',
apply: 'Aplicar'
}
}
}
}
}

0 comments on commit bb52851

Please sign in to comment.