Skip to content

Commit

Permalink
Spanish i18n fixes (#121)
Browse files Browse the repository at this point in the history
Fixed some minor typos and unnecessary capital letters.
  • Loading branch information
koas authored May 30, 2020
1 parent e31e3e5 commit c88755f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/editor/locales/spanish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module.exports = {
locale_shorthand: ['es', 'español'],
// Translations:
justifyCenter: 'Centrar',
justifyLeft: 'Justificar a la Izquierda',
justifyRight: 'Justificar a la Derecha',
justifyLeft: 'Justificar a la izquierda',
justifyRight: 'Justificar a la derecha',
bold: 'Negrita',
code: 'Código',
headings: 'Encabezados (h1-h6)',
link: 'Hipervínculo',
image: 'Insertar Imagen',
italic: 'Itálica',
orderedList: 'Lista Ordenanda (1, 2, 3, ...)',
unorderedList: 'Lista Desordenada',
removeFormat: 'Eliminar Formato.\nBorra encabezados, negritas, cursiva, text subrayado, etc.',
image: 'Insertar imagen',
italic: 'Cursiva',
orderedList: 'Lista ordenada',
unorderedList: 'Lista desordenada',
removeFormat: 'Eliminar formato.\nBorra encabezados, negritas, cursiva, subrayado, etc.',
separator: null,
table: 'Insertar Tabla',
table: 'Insertar tabla',
underline: 'Subrayado'
}

0 comments on commit c88755f

Please sign in to comment.