Skip to content

Commit

Permalink
Merge pull request #63 from markoan/main
Browse files Browse the repository at this point in the history
Added Spanish translation
  • Loading branch information
mskocik authored Oct 7, 2022
2 parents ce8966e + 0fc342c commit 15a3ead
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/lib/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@ export const en = {
backToDate: 'Back to calendar view'
}

// Spanish translation by markoan
export const es = {
days: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado', 'Domingo'],
daysShort: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sáb', 'Dom'],
daysMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa', 'Do'],
months: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
monthsShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],
meridiem: ['am', 'pm'],
suffix: ['o', '', '', ''],
todayBtn: 'Hoy',
clearBtn: 'Borrar',
timeView: 'Mostrar hora',
backToDate: 'Regresar al calendario'
}

// Indonesian translation
export const id = {
days: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu', 'Minggu'],
Expand Down Expand Up @@ -89,5 +104,5 @@ export const sk = {
}

export default {
cz, de, en, id, jp, sk
}
cz, de, en, es, id, jp, sk
}

0 comments on commit 15a3ead

Please sign in to comment.