diff --git a/docs/i18n_languages.md b/docs/i18n_languages.md index 90330ca..d98bfd5 100644 --- a/docs/i18n_languages.md +++ b/docs/i18n_languages.md @@ -20,7 +20,7 @@ Translation in GUI: - For all translation in uppercase `{ postProcess: 'capitalizeAll' }` - See `.src/i18n/i18n.ts` for processor definition -## Namespace +## Namespaces These are the current namespaces, in which all translations are organized: diff --git a/src/components/Apps/AppsDesktop.tsx b/src/components/Apps/AppsDesktop.tsx index 1b1b72f..5297e59 100644 --- a/src/components/Apps/AppsDesktop.tsx +++ b/src/components/Apps/AppsDesktop.tsx @@ -357,7 +357,7 @@ export const AppsDesktop = ({ flexDirection: 'column', gap: '25px', height: '100vh', - width: '60px', + width: 'auto', // must adapt to the choosen language }} > + + {t('core:directory', { postProcess: 'capitalizeFirstChar' })} @@ -499,6 +500,7 @@ export const AppsDevModeHome = ({ postProcess: 'capitalizeFirstChar', })} + + + );