NetLogo / Tortoise

Compiler and runtime engine for NetLogo models that runs in JavaScript 🐢
https://netlogoweb.org
Other
56 stars 27 forks source link

I18N support is incomplete #247

Open LaCuneta opened 1 year ago

LaCuneta commented 1 year ago

I wanted a central place to track I18N efforts for NetLogo Web, including Galapagos (for now). The status now is that during the runtime error checking work I used Jason's original idea to add I18N bundles for those error messages. John C then used that to add Simplified Chinese support for those same runtime error messages, and I just added the code to Galapagos to handle switching based on the browser's locale.

Here is what remains to be done:

Longer term goals and/or ideas that we can split off once the above work is complete: