Skip to content

Commit

Permalink
add "supportsDynamicLocale": true to sims that support it but didn't …
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 27, 2025
1 parent 609e879 commit f91cec0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion area-model-algebra_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"asia",
"latinAmerica",
"oceania"
]
],
"supportsDynamicLocale": true
},
"simulation": true,
"supportsOutputJS": true,
Expand Down
1 change: 0 additions & 1 deletion js/AreaModelAlgebraStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import areaModelAlgebra from './areaModelAlgebra.js';

type StringsType = {
'area-model-algebra': {
'title': string;
'titleStringProperty': LocalizedStringProperty;
}
};
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"asia",
"latinAmerica",
"oceania"
]
],
"supportsDynamicLocale": true
},
"simulation": true,
"supportsOutputJS": true,
Expand Down

0 comments on commit f91cec0

Please sign in to comment.