Skip to content

Commit

Permalink
Release notes for 6.17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Apr 25, 2023
1 parent 1eddf25 commit e1206ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 12 additions & 0 deletions _locales/en/messages.json
Expand Up @@ -12485,5 +12485,17 @@
"icu:WhatsNew__v6.13--1": {
"messageformat": "Theme preferences now also apply to the checkboxes in Signal Settings. Thanks to {rakleed} on GitHub for helping us check \"More fully embrace darkness in the dark theme\" off of our TODO list.",
"description": "Release notes for v6.13"
},
"icu:WhatsNew__v6.17--0": {
"messageformat": "Improved support for right-to-left (RTL) languages.",
"description": "Release notes for v6.17"
},
"icu:WhatsNew__v6.17--1": {
"messageformat": "Locales are now matched based on your system preferences. This should result in better default behavior when multiple languages are configured.",
"description": "Release notes for v6.17"
},
"icu:WhatsNew__v6.17--2": {
"messageformat": "This release additionally (a10y) introduces several accessibility (a11y) enhancements and bug fixes, and we affectionately (a12y) would like to thank the community for their feedback and suggestions.",
"description": "Release notes for v6.17"
}
}
8 changes: 3 additions & 5 deletions ts/components/WhatsNewModal.tsx
Expand Up @@ -35,11 +35,9 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__bugfixes--4"
renderText={renderText}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--0" renderText={renderText} />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--1" renderText={renderText} />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--2" renderText={renderText} />,
],
};

Expand Down

0 comments on commit e1206ed

Please sign in to comment.