update strings & whats new
This commit is contained in:
parent
18f9512a16
commit
c356c11eb0
69 changed files with 623 additions and 101 deletions
|
@ -35,7 +35,17 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.20--0" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.21--0" renderText={renderText} />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.21--1"
|
||||
renderText={renderText}
|
||||
components={{
|
||||
complexspaces: (
|
||||
<a href="https://github.com/complexspaces">@complexspaces</a>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue