processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.12k stars 3.22k forks source link

i18n for console messages #3384

Open kjhollen opened 5 years ago

kjhollen commented 5 years ago

Nature of issue?

In various parts of the codebase, there are console error messages for the end user hardcoded in English. We could internationalize messages to provide better support for users who speak other languages. Here are some files where I found such error messages:

This feature enhancement is not meant to cover translations themselves, but rather the architecture required to allow use of translations in the future.

Bernice55231 commented 1 year ago

It's been a while, but we, @al6862 @anpanring would like to take over this issue. Could we try it out first based on pull request #3488?

limzykenneth commented 1 year ago

@Bernice55231 This is pretty old and I'm not sure still relevant especially considering we have an FES system that can support translated messages as well.