Closed arouinfar closed 1 year ago
I fixed this code and it should now be using the singular strings.
@arouinfar can you please review?
Thanks @samreid. Looks good in master, but not in rc.1, so tagging for cherry-picking.
Needed for https://github.com/phetsims/qa/issues/841
The singular strings have been added to RC.3. Keeping this issue open because of https://github.com/phetsims/gravity-and-orbits/issues/463.
We pushed a fix in https://github.com/phetsims/gravity-and-orbits/issues/463 and @marlitas and I confirmed the strings are correctly omitted. Leaving open for verification in RC after cherry-picking the commits from #463
Please close after verifying.
This seems to be broken again in https://github.com/phetsims/qa/issues/850
@KatieWoe they decided to always go back to always plural because of https://github.com/phetsims/gravity-and-orbits/issues/463
From discussion with @KatieWoe
Closing. Looks ok in RC 4
For #440
When reviewing the strings in Studio, I realized that there are two unused string keys --
earthDayStringProperty
&earthMinuteStringProperty
. These are both singular versions of the timeCounter string, however, only the plural version is ever used in the sim.@samreid can you confirm if these string keys are being used somewhere in the sim? If not, can we get rid of them?