mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -44,7 +44,7 @@ function UnsupportedMessageContents({ canProcessNow, contact, i18n }: Props) {
|
||||
if (canProcessNow) {
|
||||
return (
|
||||
<Intl
|
||||
id="Message--unsupported-message-ask-to-resend"
|
||||
id="icu:Message--unsupported-message-ask-to-resend"
|
||||
components={{ contact: contactName }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
@@ -52,7 +52,7 @@ function UnsupportedMessageContents({ canProcessNow, contact, i18n }: Props) {
|
||||
}
|
||||
return (
|
||||
<Intl
|
||||
id="Message--from-me-unsupported-message"
|
||||
id="icu:Message--from-me-unsupported-message"
|
||||
components={{ contact: contactName }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
@@ -61,7 +61,7 @@ function UnsupportedMessageContents({ canProcessNow, contact, i18n }: Props) {
|
||||
if (canProcessNow) {
|
||||
return (
|
||||
<Intl
|
||||
id="Message--from-me-unsupported-message-ask-to-resend"
|
||||
id="icu:Message--from-me-unsupported-message-ask-to-resend"
|
||||
components={{ contact: contactName }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
@@ -69,7 +69,7 @@ function UnsupportedMessageContents({ canProcessNow, contact, i18n }: Props) {
|
||||
}
|
||||
return (
|
||||
<Intl
|
||||
id="Message--from-me-unsupported-message"
|
||||
id="icu:Message--from-me-unsupported-message"
|
||||
components={{ contact: contactName }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ export function UnsupportedMessage({
|
||||
size={ButtonSize.Small}
|
||||
variant={ButtonVariant.SystemMessage}
|
||||
>
|
||||
{i18n('Message--update-signal')}
|
||||
{i18n('icu:Message--update-signal')}
|
||||
</Button>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user