RFR: 8298382: JavaFX ChartArea Accessibility Reader
Andy Goryachev
angorya at openjdk.org
Thu Feb 2 17:02:48 UTC 2023
On Mon, 30 Jan 2023 21:56:45 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Change the underlying class XYChart to take into account labels for axes. Make label patterns and default axes labels localized.
modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/resources/controls.properties line 149:
> 147:
> 148: ### Charts ###
> 149: XYChart.series.accessibleText={0} {1} is {2} {3} is {4}
Do we provide a hint to the translators on how these strings need to be translated, like giving an example of rendered text?
I am sure they will have fun translating "A B is C D is E"
-------------
PR: https://git.openjdk.org/jfx/pull/1016
More information about the openjfx-dev
mailing list