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

@@ -340,7 +340,7 @@ export const ChatList = ({
>
<Typography>
{t('core:message.error.message_loading', {
postProcess: 'capitalizeFirst',
postProcess: 'capitalizeFirstChar',
})}
</Typography>
</div>
@@ -370,7 +370,7 @@ export const ChatList = ({
fallback={
<Typography>
{t('group:message.generic.invalid_data', {
postProcess: 'capitalizeFirst',
postProcess: 'capitalizeFirstChar',
})}
</Typography>
}
@@ -418,7 +418,7 @@ export const ChatList = ({
}}
>
{t('group:action.scroll_unread_messages', {
postProcess: 'capitalizeFirst',
postProcess: 'capitalizeFirstChar',
})}
</button>
)}
@@ -444,7 +444,7 @@ export const ChatList = ({
}}
>
{t('group:action.scroll_unread_messages', {
postProcess: 'capitalizeFirst',
postProcess: 'capitalizeFirstChar',
})}
</Button>
)}