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
2 people authored and MadCcc committed Jan 29, 2024
1 parent b6b589c commit 484b2ea
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 484b2ea

Please sign in to comment.