Common code issue for the problem discovered in phetsims/forces-and-motion-basics#366. In short, the stopwatch numbers read mm:ss.ms (units) in English but was getting its spans shuffled in RTL languages to read (units) ms.mm:ss. Based on consultation with translators, we determined in RTL languages, we would like the output to read (units) mm:ss.ms. I will fix using the patch proposed by @jonathanolson in phetsims/forces-and-motion-basics#366 (comment) and the next step for this issue will be to (a) confirm this is the best way forward and (b) to see if the expense of a maintenance release is warranted. This issue will be marked blocks-publication until we complete (a).
Common code issue for the problem discovered in phetsims/forces-and-motion-basics#366. In short, the stopwatch numbers read mm:ss.ms (units) in English but was getting its spans shuffled in RTL languages to read (units) ms.mm:ss. Based on consultation with translators, we determined in RTL languages, we would like the output to read (units) mm:ss.ms. I will fix using the patch proposed by @jonathanolson in phetsims/forces-and-motion-basics#366 (comment) and the next step for this issue will be to (a) confirm this is the best way forward and (b) to see if the expense of a maintenance release is warranted. This issue will be marked blocks-publication until we complete (a).