phetsims / plinko-probability

"Plinko Probability" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 7 forks source link

incorrect sim title key #5

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

In package.json:

"simTitleStringKey": "PLINKO_PROBABILITY/plinko-probability.name"

In plinko-probability-strings_en.json:

"simTitle": "Plinko Probability",

This will cause build tasks to fail, including README generation.

pixelzoom commented 9 years ago

You can change it in either package.json or plinko-probability-strings_en.json, but the keys need to match. Recommended to use plinko-probability.name, since that's most typical.

veillette commented 9 years ago

The key was changed to plinko-probability.name in the string json file