CapitalizeFirst and CapitalizeAll

This commit is contained in:
Nicola Benaglia
2025-05-16 08:03:41 +02:00
parent d93262fc92
commit 45e5e9b660
46 changed files with 573 additions and 449 deletions

View File

@@ -23,10 +23,10 @@ const ThemeSelector = () => {
title={
themeMode === 'dark'
? t('core:theme.light', {
postProcess: 'capitalize',
postProcess: 'capitalizeFirst',
})
: t('core:theme.light', {
postProcess: 'capitalize',
postProcess: 'capitalizeFirst',
})
}
>