update strings & whats new

This commit is contained in:
Jamie Kyle 2023-06-07 14:57:08 -07:00
parent 18f9512a16
commit c356c11eb0
69 changed files with 623 additions and 101 deletions

View file

@ -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>
),
}}
/>,
],
};