Whats new
This commit is contained in:
parent
688ddd49d1
commit
63b20ed9fa
2 changed files with 5 additions and 21 deletions
|
@ -12598,5 +12598,9 @@
|
||||||
"icu:WhatsNew__v6.19--2": {
|
"icu:WhatsNew__v6.19--2": {
|
||||||
"messageformat": "If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: {supportLink}",
|
"messageformat": "If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: {supportLink}",
|
||||||
"description": "Release notes for v6.19"
|
"description": "Release notes for v6.19"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.20--0": {
|
||||||
|
"messageformat": "If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. You’re simply the best.",
|
||||||
|
"description": "Release notes for v6.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,27 +35,7 @@ export function WhatsNewModal({
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.19--0" renderText={renderText} />,
|
<Intl i18n={i18n} id="icu:WhatsNew__v6.20--0" renderText={renderText} />,
|
||||||
<Intl
|
|
||||||
i18n={i18n}
|
|
||||||
id="icu:WhatsNew__v6.19--1"
|
|
||||||
renderText={renderText}
|
|
||||||
components={{
|
|
||||||
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…
Add table
Add a link
Reference in a new issue