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 1d5c59c commit ed15e7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions geometric-optics-basics_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
],
"simulation": true,
"runnable": true,
"colorProfiles": [
"default"
],
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
},
"supportsOutputJS": true,
"supportsDynamicLocale": true
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
],
"simulation": true,
"runnable": true,
"colorProfiles": [
"default"
],
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
},
"supportsOutputJS": true,
"supportsDynamicLocale": true
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit ed15e7b

Please sign in to comment.