phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
MIT License
8 stars 6 forks source link

Make locale parameter case insensitive #966

Open kathy-phet opened 1 month ago

kathy-phet commented 1 month ago

We had discussed removing case sensitivity in our locale checking so xx and xX and XX are all equivalent as are xx_XX or XX_xx or xx_xx

We will still recommend and communicate the standard casing, but will be a bit relaxed in what we accept since case sensitivity does not seem to be important here.

kathy-phet commented 1 month ago

https://github.com/phetsims/qa/issues/1085