Skip to content

Commit

Permalink
Changing Property to StringProperty, see phetsims/chipper#1310
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Aug 29, 2022
1 parent 84e4be5 commit f0c759b
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions js/unitRatesStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,104 +10,104 @@ import unitRates from './unitRates.js';

type StringsType = {
'apple': string;
'appleProperty': TReadOnlyProperty<string>;
'appleStringProperty': TReadOnlyProperty<string>;
'apples': string;
'applesProperty': TReadOnlyProperty<string>;
'applesStringProperty': TReadOnlyProperty<string>;
'blueCandy': string;
'blueCandyProperty': TReadOnlyProperty<string>;
'blueCandyStringProperty': TReadOnlyProperty<string>;
'carrot': string;
'carrotProperty': TReadOnlyProperty<string>;
'carrotStringProperty': TReadOnlyProperty<string>;
'carrots': string;
'carrotsProperty': TReadOnlyProperty<string>;
'carrotsStringProperty': TReadOnlyProperty<string>;
'cost': string;
'costProperty': TReadOnlyProperty<string>;
'costStringProperty': TReadOnlyProperty<string>;
'cucumber': string;
'cucumberProperty': TReadOnlyProperty<string>;
'cucumberStringProperty': TReadOnlyProperty<string>;
'cucumbers': string;
'cucumbersProperty': TReadOnlyProperty<string>;
'cucumbersStringProperty': TReadOnlyProperty<string>;
'dollars': string;
'dollarsProperty': TReadOnlyProperty<string>;
'dollarsStringProperty': TReadOnlyProperty<string>;
'dollarSign': string;
'dollarSignProperty': TReadOnlyProperty<string>;
'dollarSignStringProperty': TReadOnlyProperty<string>;
'doubleNumberLine': string;
'doubleNumberLineProperty': TReadOnlyProperty<string>;
'doubleNumberLineStringProperty': TReadOnlyProperty<string>;
'doubleNumberLine1': string;
'doubleNumberLine1Property': TReadOnlyProperty<string>;
'doubleNumberLine1StringProperty': TReadOnlyProperty<string>;
'doubleNumberLine2': string;
'doubleNumberLine2Property': TReadOnlyProperty<string>;
'doubleNumberLine2StringProperty': TReadOnlyProperty<string>;
'enter': string;
'enterProperty': TReadOnlyProperty<string>;
'enterStringProperty': TReadOnlyProperty<string>;
'greenCandy': string;
'greenCandyProperty': TReadOnlyProperty<string>;
'greenCandyStringProperty': TReadOnlyProperty<string>;
'hours': string;
'hoursProperty': TReadOnlyProperty<string>;
'hoursStringProperty': TReadOnlyProperty<string>;
'lbs': string;
'lbsProperty': TReadOnlyProperty<string>;
'lbsStringProperty': TReadOnlyProperty<string>;
'lemon': string;
'lemonProperty': TReadOnlyProperty<string>;
'lemonStringProperty': TReadOnlyProperty<string>;
'lemons': string;
'lemonsProperty': TReadOnlyProperty<string>;
'lemonsStringProperty': TReadOnlyProperty<string>;
'miles': string;
'milesProperty': TReadOnlyProperty<string>;
'milesStringProperty': TReadOnlyProperty<string>;
'orange': string;
'orangeProperty': TReadOnlyProperty<string>;
'orangeStringProperty': TReadOnlyProperty<string>;
'oranges': string;
'orangesProperty': TReadOnlyProperty<string>;
'orangesStringProperty': TReadOnlyProperty<string>;
'pattern_0cost': string;
'pattern_0costProperty': TReadOnlyProperty<string>;
'pattern_0costStringProperty': TReadOnlyProperty<string>;
'pattern_costOf_0quantity_1units': string;
'pattern_costOf_0quantity_1unitsProperty': TReadOnlyProperty<string>;
'pattern_costOf_0quantity_1unitsStringProperty': TReadOnlyProperty<string>;
'pattern_0items_1cost': string;
'pattern_0items_1costProperty': TReadOnlyProperty<string>;
'pattern_0items_1costStringProperty': TReadOnlyProperty<string>;
'pattern_0value_1units': string;
'pattern_0value_1unitsProperty': TReadOnlyProperty<string>;
'pattern_0value_1unitsStringProperty': TReadOnlyProperty<string>;
'pear': string;
'pearProperty': TReadOnlyProperty<string>;
'pearStringProperty': TReadOnlyProperty<string>;
'pears': string;
'pearsProperty': TReadOnlyProperty<string>;
'pearsStringProperty': TReadOnlyProperty<string>;
'potato': string;
'potatoProperty': TReadOnlyProperty<string>;
'potatoStringProperty': TReadOnlyProperty<string>;
'potatoes': string;
'potatoesProperty': TReadOnlyProperty<string>;
'potatoesStringProperty': TReadOnlyProperty<string>;
'pound': string;
'poundProperty': TReadOnlyProperty<string>;
'poundStringProperty': TReadOnlyProperty<string>;
'pounds': string;
'poundsProperty': TReadOnlyProperty<string>;
'poundsStringProperty': TReadOnlyProperty<string>;
'poundsCapitalized': string;
'poundsCapitalizedProperty': TReadOnlyProperty<string>;
'poundsCapitalizedStringProperty': TReadOnlyProperty<string>;
'purpleCandy': string;
'purpleCandyProperty': TReadOnlyProperty<string>;
'purpleCandyStringProperty': TReadOnlyProperty<string>;
'questions': string;
'questionsProperty': TReadOnlyProperty<string>;
'questionsStringProperty': TReadOnlyProperty<string>;
'rate': string;
'rateProperty': TReadOnlyProperty<string>;
'rateStringProperty': TReadOnlyProperty<string>;
'rate1': string;
'rate1Property': TReadOnlyProperty<string>;
'rate1StringProperty': TReadOnlyProperty<string>;
'rate2': string;
'rate2Property': TReadOnlyProperty<string>;
'rate2StringProperty': TReadOnlyProperty<string>;
'redCandy': string;
'redCandyProperty': TReadOnlyProperty<string>;
'redCandyStringProperty': TReadOnlyProperty<string>;
'screen': {
'racingLab': string;
'racingLabProperty': TReadOnlyProperty<string>;
'racingLabStringProperty': TReadOnlyProperty<string>;
'shopping': string;
'shoppingProperty': TReadOnlyProperty<string>;
'shoppingStringProperty': TReadOnlyProperty<string>;
'shoppingLab': string;
'shoppingLabProperty': TReadOnlyProperty<string>;
'shoppingLabStringProperty': TReadOnlyProperty<string>;
};
'timer1': string;
'timer1Property': TReadOnlyProperty<string>;
'timer1StringProperty': TReadOnlyProperty<string>;
'timer2': string;
'timer2Property': TReadOnlyProperty<string>;
'timer2StringProperty': TReadOnlyProperty<string>;
'tomato': string;
'tomatoProperty': TReadOnlyProperty<string>;
'tomatoStringProperty': TReadOnlyProperty<string>;
'tomatoes': string;
'tomatoesProperty': TReadOnlyProperty<string>;
'tomatoesStringProperty': TReadOnlyProperty<string>;
'unitRateQuestion': string;
'unitRateQuestionProperty': TReadOnlyProperty<string>;
'unitRateQuestionStringProperty': TReadOnlyProperty<string>;
'unit-rates': {
'title': string;
'titleProperty': TReadOnlyProperty<string>;
'titleStringProperty': TReadOnlyProperty<string>;
}
};

Expand Down

0 comments on commit f0c759b

Please sign in to comment.