phetsims / plinko-probability

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

i18n of s mean #76

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

StatisticsAccordionBox:

31 var sMeanString = sString + '<sub>' + meanString + '</sub>';

This should be handled in the strings file. I.e.:

"sMean": {
  "value": "s<sub>mean</sub>"
},