Skip to content

Commit

Permalink
fix(localse): add tour translation for es_ES (ant-design#50805)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany authored Sep 11, 2024
1 parent 3b8ea07 commit e45146a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/locale/es_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ const localeValues: Locale = {
triggerAsc: 'Click para ordenar en orden ascendente',
cancelSort: 'Click para cancelar ordenamiento',
},
Tour: {
Next: 'Siguiente',
Previous: 'Anterior',
Finish: 'Finalizar',
},
Modal: {
okText: 'Aceptar',
cancelText: 'Cancelar',
Expand Down

0 comments on commit e45146a

Please sign in to comment.