From e84dbee3bc07c25ac8778b996cf59847b3babea4 Mon Sep 17 00:00:00 2001 From: chrisklus Date: Mon, 12 Aug 2019 14:32:04 -0400 Subject: [PATCH] Add a note about the screen name string keys, see https://github.com/phetsims/energy-forms-and-changes/issues/249 --- js/common/EFACConstants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/common/EFACConstants.js b/js/common/EFACConstants.js index cf78e143..1181f20b 100644 --- a/js/common/EFACConstants.js +++ b/js/common/EFACConstants.js @@ -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 );