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

Move LanguageSelectionNode to its own file #872

Closed chrisklus closed 1 year ago

chrisklus commented 1 year ago

I asked @jessegreenberg on Slack if I could export LanguageSelectionNode from LocalePanel to use in Number Play and he said to go ahead and move it to its own file. Thanks!

chrisklus commented 1 year ago

This should be all set, ready for a quick review whenever's convenient @jessegreenberg

jessegreenberg commented 1 year ago

Looks good, thanks!