Translate labels and aria-labels

This commit is contained in:
Nicola Benaglia
2025-05-20 22:46:45 +02:00
parent 71475c2e77
commit 4abaf06489
18 changed files with 92 additions and 26 deletions

View File

@@ -183,7 +183,9 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
<Tabs
orientation="vertical"
ref={tabsRef}
aria-label="basic tabs example"
aria-label={t('core:basic_tabs_example', {
postProcess: 'capitalizeFirstChar',
})}
variant="scrollable" // Make tabs scrollable
scrollButtons={true}
sx={{