Release notes for 6.19.0
This commit is contained in:
parent
813c22366a
commit
f898fc4707
1 changed files with 7 additions and 8 deletions
|
@ -35,20 +35,19 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--0" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--1" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--2" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--3" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.19--0" renderText={renderText} />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.18--4"
|
||||
id="icu:WhatsNew__v6.19--1"
|
||||
renderText={renderText}
|
||||
components={{
|
||||
yusufsahinhamza: (
|
||||
<a href="https://github.com/yusufsahinhamza">@yusufsahinhamza</a>
|
||||
sha265: (
|
||||
<a href="https://github.com/sha-265">@sha-265</a>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
/>,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.19--2" renderText={renderText} components={{"supportLink": (<a href="https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems">https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems
|
||||
</a>)}}/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue