Skip to content

Commit de7a100

Browse files
Update release notes
1 parent a279d0b commit de7a100

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

_locales/en/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9780,5 +9780,9 @@
97809780
"icu:WhatsNew__7.79-2": {
97819781
"messageformat": "Copy/paste improvements make it easier to select-all and replace existing text without inheriting the old formatting. Thanks, <brianHarder></brianHarder>!",
97829782
"description": " Release notes for 7.79 release"
9783+
},
9784+
"icu:WhatsNew__7.80-1": {
9785+
"messageformat": "Signal polls are here! Are you and your friends on the same page, or are you poll-ar opposites? Polls are an easy way to see what your group chat really thinks. Create a poll with competing dinner options, vacation destinations, musical preferences for an upcoming road trip, or any other important choices. Everyone in the group can vote and see each other's responses, and you can decide whether or not to allow multiple votes.",
9786+
"description": "Release notes for 7.80 release"
97839787
}
97849788
}

ts/components/WhatsNewModal.dom.tsx

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ export function ExternalLink(props: {
3434
);
3535
}
3636

37-
function BrianHarder() {
38-
return (
39-
<ExternalLink href="https://github.com/brianHarder">
40-
@brianHarder
41-
</ExternalLink>
42-
);
43-
}
44-
4537
export function WhatsNewModal({
4638
i18n,
4739
hideWhatsNewModal,
@@ -51,16 +43,7 @@ export function WhatsNewModal({
5143
const releaseNotes: ReleaseNotesType = {
5244
date: new Date(window.getBuildCreation?.() || Date.now()),
5345
version: window.getVersion?.(),
54-
features: [
55-
<I18n i18n={i18n} id="icu:WhatsNew__7.79-1" />,
56-
<I18n
57-
i18n={i18n}
58-
id="icu:WhatsNew__7.79-2"
59-
components={{
60-
brianHarder: BrianHarder,
61-
}}
62-
/>,
63-
],
46+
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.80-1" />],
6447
};
6548

6649
if (releaseNotes.features.length === 1 && !releaseNotes.header) {

0 commit comments

Comments
 (0)