Skip to content

Commit

Permalink
Remove unused strings, see: #258
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Jun 3, 2024
1 parent ca2134a commit 90e3bd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions js/MeanShareAndBalanceStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type StringsType = {
'predictMeanStringProperty': LocalizedStringProperty;
'meanStringProperty': LocalizedStringProperty;
'tickMarksStringProperty': LocalizedStringProperty;
'cupWaterLevelStringProperty': LocalizedStringProperty;
'syncStringProperty': LocalizedStringProperty;
'collectStringProperty': LocalizedStringProperty;
'shareStringProperty': LocalizedStringProperty;
Expand All @@ -31,7 +30,6 @@ type StringsType = {
'fairShareQuestionStringProperty': LocalizedStringProperty;
'numberOfPeopleStringProperty': LocalizedStringProperty;
'meanEqualSignPatternStringProperty': LocalizedStringProperty;
'meanEqualsPatternStringProperty': LocalizedStringProperty;
'totalCandyBarsPatternStringProperty': LocalizedStringProperty;
'barStringProperty': LocalizedStringProperty;
'barsStringProperty': LocalizedStringProperty;
Expand All @@ -43,7 +41,6 @@ type StringsType = {
'numberOfBallsStringProperty': LocalizedStringProperty;
'checkStringProperty': LocalizedStringProperty;
'resetStringProperty': LocalizedStringProperty;
'meanEqualsUnknownStringProperty': LocalizedStringProperty;
'needAtLeastOneKickStringProperty': LocalizedStringProperty;
'kickStringProperty': LocalizedStringProperty;
'remainderPatternStringProperty': LocalizedStringProperty;
Expand Down
9 changes: 0 additions & 9 deletions mean-share-and-balance-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"tickMarks": {
"value": "Tick Marks"
},
"cupWaterLevel": {
"value": "Cup Water Level"
},
"sync": {
"value": "Sync"
},
Expand Down Expand Up @@ -53,9 +50,6 @@
"meanEqualSignPattern": {
"value": "mean {{equals}} "
},
"meanEqualsPattern": {
"value": "Mean = {{value}} m"
},
"totalCandyBarsPattern": {
"value": "Total = {{total}} candy {{measurement}}"
},
Expand Down Expand Up @@ -89,9 +83,6 @@
"reset": {
"value": "Reset"
},
"meanEqualsUnknown": {
"value": "Mean = ?"
},
"needAtLeastOneKick": {
"value": "Need at least one kick"
},
Expand Down

0 comments on commit 90e3bd8

Please sign in to comment.