Description
- Existing feature enhancement / Request for Comments
- Actual behaviour
As part of my GSoC project, I want to add the Spanish translation to the web editor.
I want to add functionality in the web editor to choose the language of the editor (Spanish version as the goal).
This will be based on:
#595
Now, I want to be consistent with the p5 website, which currently uses a toogle button to choose between 3 languages.
There is an issue for the website where they deal with a dropdown approach instead of the toogle button:
processing/p5.js-website#569
processing/p5.js-website#583
So I think that I'd follow that approach in the web editor.
Now, I want to ask the community where they think that it is better to put that dropdown in the web editor?
-Screenshot
At this moment I'm using a new tab in the preferences section
and as a first approach I used the toogle button to choose between languages, like in the website, but given the potential expansion of languages that approach doesn't look good.
So, what do you think about this particular location in the web editor which , or do you think that somehow a more exposed position would be better? Like the one in the pull request and locate the dropdown in the first level of the GUI.
Maybe for newcomers it is easier just to add it in the top right section of the GUI, maybe positioned left to the current gear icon.
- Would you like to work on the issue?
Yes, please assign me.