Translations for embeds

This commit is contained in:
Nicola Benaglia
2025-05-18 21:42:19 +02:00
parent 33b9820db3
commit 014cd7a3ed
76 changed files with 987 additions and 775 deletions

View File

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