phetsims / vegas

Reusable game components for PhET simulations.
MIT License
1 stars 4 forks source link

Use StringProperty from VegasStrings.ts #117

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

Throughout the implementation of vegas components, use the StringProperty instances from VegasStrings.ts.

Then add "supportsDynamicLocale": true to package.json, and run grunt modulify to regenerate VegasStrings.ts.

There are no uses of VegasStrings.ts outside of vegas.

pixelzoom commented 1 year ago

Done, closing.