From b7f4d4756f0c1f99ce9e304003cde944a78d360d Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Wed, 7 Sep 2022 10:46:48 -0600 Subject: [PATCH] support for dynamic locale, https://github.com/phetsims/ph-scale/issues/239 --- js/ph-scale-basics-phet-io-overrides.js | 36 ------------------------- 1 file changed, 36 deletions(-) diff --git a/js/ph-scale-basics-phet-io-overrides.js b/js/ph-scale-basics-phet-io-overrides.js index 0656c21..dbfc538 100644 --- a/js/ph-scale-basics-phet-io-overrides.js +++ b/js/ph-scale-basics-phet-io-overrides.js @@ -1,42 +1,6 @@ /* eslint-disable */ window.phet.preloads.phetio.phetioElementsOverrides = { - "phScaleBasics.global.model.solutes.batteryAcid.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.blood.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.chickenSoup.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.coffee.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.drainCleaner.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.handSoap.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.milk.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.orangeJuice.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.soda.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.spit.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.vomit.nameProperty": { - "phetioFeatured": true - }, - "phScaleBasics.global.model.solutes.water.nameProperty": { - "phetioFeatured": true - }, "phScaleBasics.macroScreen.model.autofillEnabledProperty": { "phetioFeatured": true },