Localization for interactively changing color
Opened this issue · 0 comments
bulent2k2 commented
Right clicking with the mouse (tapping with two fingers on the touch pad) on any color or numerical value in the code editor lets us manipulate drawings on canvas interactively. E.g.,
// Click on yellow with right mouse button to bring up color editor:
val c = yellow
Please enhance the code to support the local language. E.g., in Turkish, we have:
val c = sarı
Thank you so much!
B