Skip to content

Commit

Permalink
move supportsDynamicLocales and colorProfiles to simFeatures, phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 13, 2022
1 parent 9517d1c commit 552d460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true
},
"simulation": true,
"phet-io": {
"compareDesignedAPIChanges": true
},
"supportsOutputJS": true,
"supportsDynamicLocale": true
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
6 changes: 3 additions & 3 deletions ph-scale_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true
},
"simulation": true,
"phet-io": {
"compareDesignedAPIChanges": true
},
"supportsOutputJS": true,
"supportsDynamicLocale": true
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit 552d460

Please sign in to comment.