On Mon, 30 Jan 2023 21:56:45 GMT, Alexander Zuev <[email protected]> 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