Skip to content

Commit

Permalink
fix: added missing it_IT translations for Tour component (#47148)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolò Zandarin <nicolo.zandarin@atroos.com>
  • Loading branch information
nikzanda and Nicolò Zandarin committed Jan 25, 2024
1 parent 1678d71 commit a7f57ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/locale/it_IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const localeValues: Locale = {
triggerAsc: 'Clicca per ordinare in modo ascendente',
cancelSort: "Clicca per eliminare l'ordinamento",
},
Tour: {
Next: 'Successivo',
Previous: 'Precedente',
Finish: 'Termina',
},
Modal: {
okText: 'OK',
cancelText: 'Annulla',
Expand Down

0 comments on commit a7f57ea

Please sign in to comment.