Skip to content

Commit

Permalink
Adding screenNameKeys to package.json (and adding some translated str…
Browse files Browse the repository at this point in the history
…ings to some runnables), see phetsims/chipper#1367
  • Loading branch information
jonathanolson committed May 10, 2023
1 parent 75379f9 commit 09a047d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion number-play_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@
"phet",
"adapted-from-phet"
],
"supportsOutputJS": true
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"NUMBER_PLAY/screen.ten",
"NUMBER_PLAY/screen.twenty",
"NUMBER_PLAY/screen.game",
"NUMBER_SUITE_COMMON/screen.lab"
]
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js",
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
"adapted-from-phet"
],
"supportsOutputJS": true,
"published": true
"published": true,
"screenNameKeys": [
"NUMBER_PLAY/screen.ten",
"NUMBER_PLAY/screen.twenty",
"NUMBER_PLAY/screen.game",
"NUMBER_SUITE_COMMON/screen.lab"
]
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js",
Expand Down

0 comments on commit 09a047d

Please sign in to comment.