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

unused strings #11

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

This sim hasn't been published yet, so perhaps some of these strings are related to features that have yet to be implemented.

% grunt
...
>> Unused images file: PLINKO_PROBABILITY/board.svg
>> Unused images file: PLINKO_PROBABILITY/hopper.svg
>> Unused images file: PLINKO_PROBABILITY/mockup01.png
>> Unused images file: PLINKO_PROBABILITY/mockup02.png
>> Unused string: key=PLINKO_PROBABILITY/plinkoProbabilityScreen, value=Plinko Probability
>> Unused string: key=PLINKO_PROBABILITY/x, value=
>> Unused string: key=PLINKO_PROBABILITY/oneBall, value=1 ball
>> Unused string: key=PLINKO_PROBABILITY/histogramDisplay, value=Histogram display:
>> Unused string: key=PLINKO_PROBABILITY/p, value=p
>> Unused string: key=PLINKO_PROBABILITY/outOfBalls, value=Out of Balls
...
veillette commented 8 years ago

The unused strings have been remove. The unused images are tracked in a separate issue (see #10). Closing