-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Adding Urdu Language Support to the p5.js Web Editor #2633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
@lindapaiste Can you please assess this issue and let me know whether we should work on including it to the editor or not? |
@lindapaiste If you think that Urdu language support is something that we should add to the web editor, then I request you to assign this issue to me, and I'll start work on it right away. |
@lindapaiste Hi, I had completed all the translations to Urdu, however, I ran into a problem regarding the 'date-fns' library. Currently, date-fns doesn't provide support for Urdu language. This means that I couldn't import it to use in the Importing
Even though the rest of the functionality of the p5.js web editor was not affected, I suspect that it would cause a problem when there's a need to translate times and dates with Urdu language selected. One possible solution can be to implement logic to set Another solution is to implement custom logic for translating times and dates into Urdu language in a separate file and then importing it. Possibly like:
I would be grateful if you can guide me about what to do about this problem. Which would be the best route to take in your opinion? Thanks. |
Wow, it's kind of wild that This might be a pain, but I think that the ideal approach for you writing a formatting function would be for you to put in a PR with |
Thanks for your help @lindapaiste. I was stuck on this for quite a while. For now, I'll submit a PR with the |
Hi, @lindapaiste. I've opened a pull request for this issue. Kindly review it. Thanks. |
Hello, @lindapaiste, my pull request linking this issue still hasn't been reviewed by any of the maintainers. I was wondering whether I missed some step in the process, or there's another workflow that I'm not aware of? Thanks. |
Increasing Access
Adding Urdu language support to the p5.js Web Editor will help improve its accessibility by making it more inclusive for Urdu speakers, and facilitating easier learning for them. It'll also help expand our current user base and foster more community engagement.
Feature enhancement details
Currently, the p5.js Web Editor lacks support for Urdu language, leaving out a considerably large community of Urdu speakers who could benefit from its presence. Allowing users to interact with the editor in their native language can significantly elevate their learning capabilities and overall experience. This feature enhancement can make it possible for Urdu speakers. I would like to initiate a discussion about this matter and, if possible, work on its addition myself.
The text was updated successfully, but these errors were encountered: