Skip to content

Commit 5cd2c08

Browse files
committed
DOC-3147: The translate API now automatically replaces three dots in a row with an ellipsis character.
1 parent b3a9cdd commit 5cd2c08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
104104

105105
// CCFR here.
106106

107+
=== The translate API now automatically replaces three dots in a row with an ellipsis character.
108+
// #TINY-12155
109+
110+
Previously, menu items and tooltips containing three consecutive periods (`...`) were read aloud by the JAWS screen reader as "dot dot dot," which could confuse users relying on assistive technologies. To enhance accessibility, the `translate` API in {productname} {release-version} now automatically replaces three dots with the typographic ellipsis character (`…`) across all translations. This update ensures a consistent visual appearance while improving screen reader behavior, as the ellipsis character is not read aloud. The change is implemented directly in the translation function, ensuring comprehensive coverage across all languages.
107111

108112
[[additions]]
109113
== Additions

0 commit comments

Comments
 (0)