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 7f905f8 commit 51018cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions js/VectorAdditionStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,24 @@ import vectorAddition from './vectorAddition.js';

type StringsType = {
'vector-addition': {
'title': string;
'titleStringProperty': LocalizedStringProperty;
};
'screen': {
'equations': string;
'equationsStringProperty': LocalizedStringProperty;
'explore1D': string;
'explore1DStringProperty': LocalizedStringProperty;
'explore2D': string;
'explore2DStringProperty': LocalizedStringProperty;
'lab': string;
'labStringProperty': LocalizedStringProperty;
};
'sum': string;
'sumStringProperty': LocalizedStringProperty;
'values': string;
'valuesStringProperty': LocalizedStringProperty;
'components': string;
'componentsStringProperty': LocalizedStringProperty;
'noVectorSelected': string;
'noVectorSelectedStringProperty': LocalizedStringProperty;
'vectorValues': string;
'vectorValuesStringProperty': LocalizedStringProperty;
'symbol': {
'x': string;
'xStringProperty': LocalizedStringProperty;
'y': string;
'yStringProperty': LocalizedStringProperty;
};
'baseVectors': string;
'baseVectorsStringProperty': LocalizedStringProperty;
'equation': string;
'equationStringProperty': LocalizedStringProperty;
};

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"adapted-from-phet"
],
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
Expand Down
1 change: 1 addition & 0 deletions vector-addition_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"adapted-from-phet"
],
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
Expand Down

0 comments on commit 51018cd

Please sign in to comment.