phetsims / rutherford-scattering

"Rutherford Scattering" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 3 forks source link

make these template vars again when working on descriptions #178

Open pixelzoom opened 1 year ago

pixelzoom commented 1 year ago

Related to #167, @zepumph added these TODOs in https://github.com/phetsims/rutherford-scattering/commit/8e79c5a34b3f883b3c504f24bf715d9575a93202. In AtomPropertiesPanel:

// TODO: make these template vars again when working on descriptions
const protonsValuePatternString = RutherfordScatteringStrings.a11y.protonsValuePattern;
const protonSliderDescriptionString = RutherfordScatteringStrings.a11y.protonSliderDescription;
const neutronsValuePatternString = RutherfordScatteringStrings.a11y.neutronsValuePattern;
const neutronSliderDescriptionString = RutherfordScatteringStrings.a11y.neutronSliderDescription;