Skip to content

Commit

Permalink
Add a note about the screen name string keys, see #249
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Aug 12, 2019
1 parent bda0a5e commit e84dbee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/common/EFACConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ define( require => {

// use the default layout bounds
SCREEN_LAYOUT_BOUNDS: ScreenView.DEFAULT_LAYOUT_BOUNDS

// A note for energy-forms-and-changes-strings_en.json (which cannot have comments): the keys for the screen names
// are incorrect, as they do not follow the form 'screen.{{screenName}}', but the sim was published and translated
// before that was noticed. See https://github.com/phetsims/energy-forms-and-changes/issues/249 for discussion.
};

return energyFormsAndChanges.register( 'EFACConstants', EFACConstants );
Expand Down

0 comments on commit e84dbee

Please sign in to comment.