phetsims / resistance-in-a-wire

"Resistance in a Wire" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/resistance-in-a-wire
GNU General Public License v3.0
1 stars 4 forks source link

Double string test problem with the Ohm symbol #81

Closed zepumph closed 7 years ago

zepumph commented 7 years ago

It looks like there are some problems in how the Ohm cm unit is being i18lized.

image

phet-steele commented 7 years ago

@samreid @zepumph, there isn't a problem because this string is a double pattern:

this: {0}{1}

becomes {0}:{0}{1}:{1}:{0}:{0}{1}:{1}

There as been discussion here: phetsims/chipper/issues/413, and keep in mind that ?stringTest=double is only used for testing but is, in this case, not revealing a true problem for any translator.

samreid commented 7 years ago

Thanks @phet-steele. @zepumph can you please see if that all makes sense?

zepumph commented 7 years ago

Thanks @phet-steele, that is great. Closing